上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 115 下一页
摘要: 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 阅读(1569) 评论(0) 推荐(0) 编辑
摘要: Insomnia https://insomnia.rest/ 阅读全文
posted @ 2021-01-20 09:09 AngDH 阅读(622) 评论(0) 推荐(0) 编辑
摘要: npm i nodemon -g nodemon run.js 阅读全文
posted @ 2021-01-20 08:54 AngDH 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 启动时候 使用 node --inspect --inspect-brk .\run.js 在浏览器地址栏里面 输入 chrome://inspect 阅读全文
posted @ 2021-01-20 08:46 AngDH 阅读(531) 评论(0) 推荐(0) 编辑
摘要: nrm use xxx 阅读全文
posted @ 2021-01-19 08:52 AngDH 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-19 08:36 AngDH 阅读(112) 评论(0) 推荐(0) 编辑
摘要: scripts 同时启动2个js 先后顺序去执行 读取配置文件 里面的 config 信息 阅读全文
posted @ 2021-01-19 07:48 AngDH 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 下载 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 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://github.com/smallnewer/bugs/issues/11 db.集合名字.update({name:"xxx"}, { $set:{'is_true':NumberInt(0)} } ); 阅读全文
posted @ 2020-12-23 18:29 AngDH 阅读(166) 评论(0) 推荐(0) 编辑
摘要: db.集合名.ensureIndex({字段a:1,字段b:1,字段c:1},{unique:true});字段不需要加引号 , 1代表升序 阅读全文
posted @ 2020-12-23 15:53 AngDH 阅读(2288) 评论(0) 推荐(0) 编辑
上一页 1 ··· 76 77 78 79 80 81 82 83 84 ··· 115 下一页