会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
84
85
86
87
88
89
90
91
92
···
123
下一页
2021年1月22日
python3.7 与 tensorflow 1.x版本 的安装
摘要: https://tensorflow.google.cn/install/pip#system-install pip3 install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow_cpu-2.
阅读全文
posted @ 2021-01-22 23:12 AngDH
阅读(1591)
评论(0)
推荐(0)
2021年1月20日
除了postman 还有 Insomnia
摘要: Insomnia https://insomnia.rest/
阅读全文
posted @ 2021-01-20 09:09 AngDH
阅读(633)
评论(0)
推荐(0)
nodejs 进程管理工具
摘要: npm i nodemon -g nodemon run.js
阅读全文
posted @ 2021-01-20 08:54 AngDH
阅读(258)
评论(0)
推荐(0)
nodejs 使用浏览器调试node
摘要: 启动时候 使用 node --inspect --inspect-brk .\run.js 在浏览器地址栏里面 输入 chrome://inspect
阅读全文
posted @ 2021-01-20 08:46 AngDH
阅读(543)
评论(0)
推荐(0)
2021年1月19日
nodejs nrm
摘要: nrm use xxx
阅读全文
posted @ 2021-01-19 08:52 AngDH
阅读(56)
评论(0)
推荐(0)
nodejs cross-env
摘要:
阅读全文
posted @ 2021-01-19 08:36 AngDH
阅读(121)
评论(0)
推荐(0)
nodejs package.json
摘要: scripts 同时启动2个js 先后顺序去执行 读取配置文件 里面的 config 信息
阅读全文
posted @ 2021-01-19 07:48 AngDH
阅读(57)
评论(0)
推荐(0)
2020年12月27日
centos mongodb 安装
摘要: 下载 url 为 https://www.mongodb.com/try/download/community 选择 MongoDB Enterprise Server centos 版本 tgz wget https://fastdl.mongodb.org/linux/mongodb-linux
阅读全文
posted @ 2020-12-27 19:20 AngDH
阅读(164)
评论(0)
推荐(0)
2020年12月23日
mongodb使用shell插入整数默认是双精度,变成单精度
摘要: https://github.com/smallnewer/bugs/issues/11 db.集合名字.update({name:"xxx"}, { $set:{'is_true':NumberInt(0)} } );
阅读全文
posted @ 2020-12-23 18:29 AngDH
阅读(169)
评论(0)
推荐(0)
mongodb设置联合唯一索引
摘要: db.集合名.ensureIndex({字段a:1,字段b:1,字段c:1},{unique:true});字段不需要加引号 , 1代表升序
阅读全文
posted @ 2020-12-23 15:53 AngDH
阅读(2306)
评论(0)
推荐(0)
上一页
1
···
84
85
86
87
88
89
90
91
92
···
123
下一页
公告