会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngDH
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
86
87
88
89
90
91
92
93
94
···
124
下一页
2021年1月19日
nodejs package.json
摘要: scripts 同时启动2个js 先后顺序去执行 读取配置文件 里面的 config 信息
阅读全文
posted @ 2021-01-19 07:48 AngDH
阅读(63)
评论(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
阅读(168)
评论(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
阅读(179)
评论(0)
推荐(0)
mongodb设置联合唯一索引
摘要: db.集合名.ensureIndex({字段a:1,字段b:1,字段c:1},{unique:true});字段不需要加引号 , 1代表升序
阅读全文
posted @ 2020-12-23 15:53 AngDH
阅读(2312)
评论(0)
推荐(0)
2020年12月22日
ip查看, 使用代理后如何查看ip
摘要: http://httpbin.org/ip linux 下 curl http://httpbin.org/ip # 代理测试 curl -x http://admin:123456@171.41.85.191:8123 http://httpbin.org/ip
阅读全文
posted @ 2020-12-22 16:30 AngDH
阅读(813)
评论(0)
推荐(0)
2020年12月19日
requests发送multipart/form-data类型,Content-Type为multipart/form-data
摘要: https://www.cnblogs.com/mysticbinary/p/11692909.html
阅读全文
posted @ 2020-12-19 15:13 AngDH
阅读(168)
评论(0)
推荐(0)
2020年12月16日
X-AA-Challenge X-AA-Challenge-ID X-AA-Challenge-Result
摘要: reproduce https://stackoverflow.com/questions/53434555/python-requests-enable-cookies-javascript from math import cos, pi, floor import requests URL =
阅读全文
posted @ 2020-12-16 10:18 AngDH
阅读(272)
评论(0)
推荐(0)
2020年12月3日
gitignore
摘要:
阅读全文
posted @ 2020-12-03 22:20 AngDH
阅读(64)
评论(0)
推荐(0)
uwsgi centos python3 flask 部署
摘要: uwsgi centos python3 flask 部署 1. 添加一个用户 新增用户 adduser python3 修改密码 passwd python3 添加到sudo用户组 gpasswd -a python3 wheel 切换到python3 用户 sudo -iu python3 注意
阅读全文
posted @ 2020-12-03 20:01 AngDH
阅读(384)
评论(0)
推荐(0)
2020年12月1日
twisted adbapi 连接超时中断重连,Lost connection ,cp_reconnect=True 参数不好用 ,2006, 2013 MySQLdb.OperationalError
摘要: 转载 https://stackoverflow.com/questions/12677246/twisted-adbapi-cp-reconnect-not-working/35178822重写adbapi.ConnectionPool class ReconnectingMySQLConnect
阅读全文
posted @ 2020-12-01 23:21 AngDH
阅读(426)
评论(0)
推荐(0)
上一页
1
···
86
87
88
89
90
91
92
93
94
···
124
下一页
公告