1.执行npm install nrm -g,安装nrm,此模块主要用于切换npm镜像源,简化手动配置步骤 2.执行 nrm ls,可以看到npm源地址列表,当前使用的是默认源,npm https://registry.npmjs.org/ 3.执行 nrm use taobao,将npm的源修改为 ...
分类:
Web程序 时间:
2020-07-23 16:01:11
阅读次数:
147
在node:12.18.2-buster容器里使用淘宝源npminstall时一堆报错:npminstall--registry=https://registry.npm.taobao.orgnpmWARNtarballtarballdataforreact-dev-utils@5.0.3(sha512-d2FbKvYe4XAQx5gjHBoWG+ADqC3fGZzjb7i9vxd/Y5xfLkB
分类:
其他好文 时间:
2020-07-21 22:18:35
阅读次数:
86
一、安装Node.js 1.Node.js下载地址: https://nodejs.org/en/download/ 最新的Node.js自带npm所以这里不再下载npm了。 下载完成后,双击打开程序,按提示一路next安装,有一个页面可能有点不一样, 选择第三个第四个都行。 2.安装完毕后我们查看 ...
分类:
Web程序 时间:
2020-07-21 22:01:30
阅读次数:
97
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1008 1、excel冻结首行要取消的话,点一下上面那个按钮 2、这样的话,向右拉,第 ...
分类:
其他好文 时间:
2020-07-21 09:54:55
阅读次数:
76
我们经常使用Android自身独有的定位方式, driver.find_element_by_id("xxxxx") driver.find_elements_by_id("xxxx") driver.find_element_by_class_name("xxxx") 这里写的elements的意 ...
分类:
移动开发 时间:
2020-07-20 18:32:51
阅读次数:
96
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=1003 一、使用命令行模式进入mysql会看到最开始的提示符; 二、命令行中使用sta ...
分类:
数据库 时间:
2020-07-19 23:38:08
阅读次数:
94
环境准备: python版本:3.6.8 开发工具:pycharm 使用chrome和对应的webdriver http://npm.taobao.org/mirrors/chromedriver/ 如何安装chromedriver? 将chromedriver放在chrome目录下,并解压运行 配 ...
分类:
编程语言 时间:
2020-07-18 22:19:40
阅读次数:
80
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=997 打开cmd:mysql -u root -p 输入密码root 进入mysql依 ...
分类:
数据库 时间:
2020-07-18 00:54:24
阅读次数:
112
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=990 今数据库更新到8.0的版本后,使用DataGrip和workbench都可以链接 ...
分类:
数据库 时间:
2020-07-16 00:18:45
阅读次数:
103
1. 下载node: 查看版本(node -v、npm -v) 常用指令:cd 文件路径 :更改文件路径; cls:清屏 2. 使用下面的命令更改 npm 的源地址为淘宝源: npm config set registry http://registry.npm.taobao.org/ 3. 更改好 ...
分类:
其他好文 时间:
2020-07-12 18:44:59
阅读次数:
90