好物分享
-
react eject后报错Using `babel-preset-react-app` requires that you specify `NODE_ENV` or `BABEL_ENV` env
前言,react后台项目进入到了接口阶段,需要设置webpack代理,还有改端口(因为node服务器端和react都是用3000端口) 我们eject出webpack.config.js,eject前…… -
-
-
-
-
-
-
力扣——1. 两数之和(java实现)
代码: class Solution { public int[] twoSum(int[] nums, int target) { for (int i = 0; i < nums.length; i++) { for (int j = …… -
ggplot画 ump 和tsne 从seurat中使用addmodule得到的umap 使用ggplot画图
ggplot画 ump 和tsne 从seurat中使用addmodule得到的umap 使用ggplot画图 subset_data inflammatory_gene=read.xlsx(“G:/silicosis/sicosis/silicosis_ST/yl…… -
kubeadm安装k8s(centos)
kubeadm安装k8s(centos7) 一、环境准备 1、准备了三台虚拟机,配置是2核4G,40G硬盘,分配IP主机如下(关闭防火墙和selinux) ip主机名作用172.16.0.10masterk8……