03 2020 档案

摘要:设置gunicorn 参数--limit-request-line 8188 (默认是4094) 参考 limit_request_line --limit-request-line INT 4094 The maximum size of HTTP request line in bytes. T 阅读全文
posted @ 2020-03-29 12:04 jihite 阅读(1257) 评论(0) 推荐(0) 编辑
摘要:def new_round(_float, _len): """ Parameters _float: float _len: int, 指定四舍五入需要保留的小数点后几位数为_len Returns type ==> float, 返回四舍五入后的值 """ if isinstance(_floa 阅读全文
posted @ 2020-03-24 16:33 jihite 阅读(1947) 评论(0) 推荐(1) 编辑
摘要:主要概念与mysql对比 对于HTTP方法,具体作用 HTTP方法操作说明 GET 查 获取请求对象的当前状态 POST 改 改变对象的当前状态 PUT 增 创建一个对象 DELETE 删 销毁对象 HEAD 请求获取对象的基础信息 增删改查 以下在Kibana的Dev Tools里执行 增 PUT 阅读全文
posted @ 2020-03-15 20:58 jihite 阅读(599) 评论(0) 推荐(0) 编辑
摘要:安装ElasticSearch 依赖 Java 环境 安装 brew install elasticsearch 启动 brew services start elasticsearch 验证 访问:http://localhost:9200/ 参考 https://www.jianshu.com/ 阅读全文
posted @ 2020-03-15 20:04 jihite 阅读(1630) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示