上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 有时候读取mysql 的时候,没法立即解析mutipoint、point 等点或者曲线数据。而拿到了二进制数据。 通过https://www.docs4dev.com/docs/zh/mysql/5.7/reference/gis-data-formats.html 我们知道此二级制数据是一种wkb 阅读全文
posted @ 2022-07-27 18:08 xunhanliu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 1、https://blog.csdn.net/weixin_45397995/article/details/117395528 一般来说,代理软件会设置电脑上 设置-》代理部分,需要把命令行的环境变量设置一下即可 阅读全文
posted @ 2022-06-08 16:51 xunhanliu 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 1、ffmpeg 的 input 参数可以是本地文件(使用过程中没有任何问题),也可以是远程文件(url 的形式) 2、代码的工程化,不允许或者尽量不要使用临时文件。所以数据尽量都是远程、内存级别的操作。在整个转化过程中,发现ffmpeg 对文件url 的支持,必须是断点续传的。即服务器必须支持断点 阅读全文
posted @ 2022-05-23 17:52 xunhanliu 阅读(330) 评论(0) 推荐(0) 编辑
摘要: echarts的gallery地址一直在变化: 目前可用的地址: https://www.isqqw.com/homepage#/homepage 以往可用的网址(目前已经不可用):https://gallery.echartsjs.com/explore.html 、https://www.mak 阅读全文
posted @ 2022-03-16 11:09 xunhanliu 阅读(2062) 评论(0) 推荐(1) 编辑
摘要: 一、需求:以最小的侵入的方式,对fastapi 中的接口进行日志记录(主要描述接口是干什么的,最终结果是不是完成了) 1、现状: import time @app.middleware("http") async def add_process_time_header(request: Reques 阅读全文
posted @ 2022-02-25 17:01 xunhanliu 阅读(2263) 评论(0) 推荐(0) 编辑
摘要: 问题待解决中。。。。 阅读全文
posted @ 2022-02-16 11:25 xunhanliu 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.cnblogs.com/arnoldlu/p/9462221.html https://serverfault.com/questions/579982/how-to-change-sysstat-sar-logging-folder sar是System Activ 阅读全文
posted @ 2022-02-08 15:12 xunhanliu 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 测试版本: mysql:5.7 ; es:5.6.4 ; elasticsearch-head:5 ; kibana:5.6.4 ; go-mysql-elasticsearch(mysql 数据自动同步到es的工具) 重要的事情说三遍: es 的东西,版本一点都不能差。 es 的东西,版本一点都不 阅读全文
posted @ 2021-12-31 12:14 xunhanliu 阅读(212) 评论(1) 推荐(0) 编辑
摘要: 测试版本: Python 3.7.6 1、时间戳的值有最大值限制:大概是32000000000 测试代码: import time,datetime time.localtime(33000000000) datetime.datetime.fromtimestamp(33000000000) 2、 阅读全文
posted @ 2021-12-29 11:07 xunhanliu 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1、gitlab 支持webhooks 和 integrations 两种方式进行支持持续部署的 2、webhooks 里面一般是方便对接自己部署的url ,进行触发特定的行为。gitlab会通过post 的方式回调填充的url (可在test->detail 中看到请求参数和响应参数。并且此url 阅读全文
posted @ 2021-12-15 22:32 xunhanliu 阅读(80) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页