GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=803 1、说明:要把Excel中的数据导入到数据库,首先要读取Excel中的数据。注意: ...
分类:
其他好文 时间:
2020-06-15 23:11:05
阅读次数:
68
收集了一些hexo使用时常常使用到的东西 切换镜像源 方法1 切换淘宝镜像 npm config set registry https://registry.npm.taobao.org 切换回原镜像 npm config set registry https://registry.npmjs.or ...
分类:
其他好文 时间:
2020-06-15 21:10:01
阅读次数:
69
方法一:淘宝库查询 接口地址:http://ip.taobao.com/service/getIpInfo.php?ip=127.0.0.1 此方法查询速度慢,而且有查询次数限制,不推荐 方法二:ip-api查询 接口地址:http://ip-api.com/json/123.12.12.12?ca ...
分类:
其他好文 时间:
2020-06-15 18:10:52
阅读次数:
252
查看registry # npm命令 npm config get registry # yarn命令 yarn config get registry 修改为淘宝镜像 # npm命令 npm config set registry http://registry.npm.taobao.org/ # ...
分类:
其他好文 时间:
2020-06-15 15:49:57
阅读次数:
86
在网上搜了一下问题,试了两种方法:方法一:npminstall-gcnpm--registry=https://registry.npm.taobao.organdcnpminstall替代npminstall此方法在我电脑上不工作,由于security原因,下载三方库还是不能成功:cnpminstallcnpm:FileC:\Users\xup\AppData\Roaming\npm\cnpm.
分类:
Web程序 时间:
2020-06-15 09:44:03
阅读次数:
151
1. 配置虚拟主机 就是在一台服务器启动多个网站。 如何区分不同的网站: 1. 域名不同 2. 端口不同 2. 通过域名区分虚拟主机 2.1. 什么是域名 域名就是网站。 www.baidu.com www.taobao.com www.jd.com Tcp/ip Dns服务器:把域名解析为ip地址 ...
分类:
其他好文 时间:
2020-06-14 18:55:42
阅读次数:
94
1.Selenium安装pip install selenium 2.验证安装 3.ChromeDriver安装 下载链接http://npm.taobao.org/mirrors/chromedriver/ChromeDriver和Chrome版本对应关系参考链接查看自带Chrome浏览器版本4. ...
分类:
其他好文 时间:
2020-06-14 11:15:32
阅读次数:
82
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=786 1.注册事件,由于这个table是由DataGrid生成的,所以,在后台Page_ ...
分类:
Web程序 时间:
2020-06-13 23:46:09
阅读次数:
116
下载 可以在本地下载node.js最新版,然后通过ftp工具上传到服务器,或者直接在服务器终端使用wget命令下载(我当时下载的是node-v7.5.0-linux-x86版本,其他版本请查看上面链接然后替换即可): wget https://npm.taobao.org/mirrors/node/ ...
分类:
Web程序 时间:
2020-06-12 10:55:42
阅读次数:
74
import pymongo myclient = pymongo.MongoClient('mongodb://localhost:27017/') mydb = myclient['mongodb'] mycol = mydb['sites'] # 添加 # # mydict = {'name' ...
分类:
数据库 时间:
2020-06-11 21:46:49
阅读次数:
70