上一页 1 2 3 4 5 6 7 8 ··· 44 下一页
摘要: tesseract-ocr下载安装与配置 1:下载地址:https://digi.bib.uni-mannheim.de/tesseract/ 阅读全文
posted @ 2023-09-24 18:36 三瑞 阅读(1488) 评论(0) 推荐(0)
摘要: kettle 使用过程突然断电,后重启机子启动就会几秒闪退 先看日志:logs\spoon.log 看中间有没有: Couldn't read the database cache 解决方法:删除本地kettle缓存文件C:\Users\ .kettle\db.cache删除对应目录下,相似文件即可 阅读全文
posted @ 2023-08-24 10:14 三瑞 阅读(560) 评论(0) 推荐(0)
摘要: SELECT generate_series(1, EXTRACT(day FROM ('2021-02-1 15:36:13.340'::timestamp + interval '1 month - 1 day'))::integer) AS number; 阅读全文
posted @ 2023-08-09 15:17 三瑞 阅读(76) 评论(0) 推荐(0)
摘要: 什么是mime-type 简单来讲,它的作用就是服务器告诉浏览器你这个内容到底是个什么东东,是一张网页?还是一张图片?还是一个视频?浏览器只有知道了你这是个什么东西,才能正确处理它,mime就是这个东西,服务器通过Content-Type这个header来指定mime。 将xml转换成markdow 阅读全文
posted @ 2023-07-21 13:35 三瑞 阅读(175) 评论(0) 推荐(0)
摘要: 统信UOS系统安装 https://baijiahao.baidu.com/s?id=1719920121490865164&wfr=spider&for=pc 深度启动盘制作工具 – 深度科技社区 https://www.deepin.org/zh/original/deepin-boot-mak 阅读全文
posted @ 2023-06-20 17:23 三瑞 阅读(95) 评论(0) 推荐(0)
摘要: 1、xampp最新版本是php7.1 所以老版的 discuz(是php6.5) 将最新xampp卸载,从下面地址下载xampp-win32-5.6.37-0-VC11-installer.exe https://sourceforge.net/projects/xampp/files/XAMPP% 阅读全文
posted @ 2023-06-18 08:50 三瑞 阅读(99) 评论(0) 推荐(0)
摘要: javasecript 生成 从2022年到当前季度的所以季度,排倒序 function getQuarter(year, quarter) { return year + "年" + quarter + "季度"; } function generateQuarters() { var curre 阅读全文
posted @ 2023-06-06 15:59 三瑞 阅读(39) 评论(0) 推荐(0)
摘要: .datagrid-header-row .datagrid-cell span { white-space: normal !important; word-wrap: normal !important; } .datagrid-header .datagrid-cell { height:au 阅读全文
posted @ 2023-05-23 14:01 三瑞 阅读(489) 评论(0) 推荐(0)
摘要: function generateMonthArray() { var startYear = 2023; var startMonth = 2; // May is represented by 4 in JavaScript's Date object var currentDate = new 阅读全文
posted @ 2023-05-17 18:05 三瑞 阅读(74) 评论(0) 推荐(0)
摘要: 创建虚拟目录 pip install virtualenvwrapper-win 输入workon,检查是否安装成功。 Pass a name to activate one of the following virtualenvs: 创建虚拟空间 mkvirtualenv ai_test 修改虚拟 阅读全文
posted @ 2023-05-16 09:54 三瑞 阅读(218) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 44 下一页