npm相关操作 npm查源 npm config get registry npm换源: 淘宝源 npm --registry=https://registry.npm.taobao.org install 原源 npm config set registry https://registry.np ...
分类:
其他好文 时间:
2020-09-18 00:10:41
阅读次数:
24
1、环境搭建 #1、安装node (node -v查询版本号) node 安装 官网下载安装 #2、安装淘宝镜像 npm install -g cnpm --registry=https://registry.npm.taobao.org #3、安装 webpack,以全局的方式安装 npm ins ...
分类:
其他好文 时间:
2020-09-17 21:04:48
阅读次数:
79
使用selenium时,需要用到不同浏览器的driver。 常用chromedriver,记录下chromedriver的使用和配置。其他浏览器的driver配置大同小异。 一. 确定浏览器的版本 打开浏览器,输入chrome://version/, 可以看到chrome版本 二. 找到对应chro ...
分类:
其他好文 时间:
2020-09-17 12:20:18
阅读次数:
36
1.nodejs 安装国内下载 wget https://npm.taobao.org/mirrors/node/v10.1.0/node-v10.1.0-linux-x64.tar.gz 2.配置nodejs 环境变量 echo "PATH=$PATH:/usr/local/nodejs/node ...
分类:
移动开发 时间:
2020-09-11 15:56:47
阅读次数:
52
不知道何时开始,很多程序员喜欢用ToLower,ToUpper去实现忽略大小写模式的字符串相等性比较,有可能这个习惯是从别的语言引进的,大胆猜测下是JS,为了不引起争论,我指的JS是技师的意思~一:背景1.讲故事在我们一个订单聚合系统中,每一笔订单都会标注来源,比如JD,Taobao,Etao,Shopex等等一些渠道,UI上也提供高级配置输入自定义的订单来源,后来客户反馈输入xxx查询不出订单,
分类:
其他好文 时间:
2020-09-10 22:54:56
阅读次数:
48
这是一个零基础的课程案例,通过一个简单的小案例,教你使用Unity的一些基本操作 目录 大小1.0GB,MP4格式 扫码时备注或说明中留下邮箱 付款后如未回复请至https://shop135452397.taobao.com/ 联系店主 ...
分类:
编程语言 时间:
2020-08-17 16:54:13
阅读次数:
69
用安装镜像进入rescue模式 chroot /mnt/sysimage/ rescue模式不会自动配置网络,需要手动配置。使用ip link命令。 ip link set dev xxxx up ip addr add xx.xx.xx.xx/24 dev xxxx ip route add de ...
分类:
其他好文 时间:
2020-08-15 22:33:45
阅读次数:
124
1.安装vue环境创建项目,注册npm账号 npm install -g @vue/cli vue create mste-component https://www.npmjs.com/signup //npm账号注册地址 npm add user//或者命令行注册,按照提示依次输入 注:请注意你 ...
分类:
其他好文 时间:
2020-08-10 16:11:03
阅读次数:
61
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1136 如下图所示,每次打开office的时候,都有一个安装窗口,每次需要几分钟的时间 ...
分类:
其他好文 时间:
2020-08-08 23:43:18
阅读次数:
91
源管理 yarn config get registry yarn config set registry https://registry.npm.taobao.org -g yarn config set sass_binary_site http://cdn.npm.taobao.org/di ...
分类:
其他好文 时间:
2020-08-05 19:45:18
阅读次数:
79