上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
摘要: 花了一天时间,使用 __time64_t 解决了 2038 年的问题。 我以为一切ok,但今天早上无意发现,1969年,使用 __time64_t 无法表示。 先上段代码: __time64_t date_time(int year, int month, int day, int hour, in 阅读全文
posted @ 2020-11-10 19:29 personnel 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 测试环境: 图片:桌面\img\mm-q10.jpg,这张图片的原始压缩质量:10 当加边框后 设置输出的最大文件:10KB, 但实际输出的文件大小: 12.6KB 当设置输出的最大文件:50KB 实际输出的文件大小: 55.6KB 当设置输出的最大文件:60KB 实际输出的文件大小: 62.9KB 阅读全文
posted @ 2020-11-02 13:08 personnel 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 这个问题在两个月之前就存在,并且当时试了各种办法花了一二天时间没解决,当时就放弃了。 昨天有时间,又突然想到这个问题,然后就继续在网上查资料,终于找到了解决方案:http://www.cplusplus.com/forum/windows/125996/3/ 之前我写的代码: hr = CoCrea 阅读全文
posted @ 2020-09-24 08:13 personnel 阅读(651) 评论(0) 推荐(0) 编辑
摘要: int i = 101; File[] fileList = new File("E:\\fonts2").listFiles(); for(File f:fileList) { //System.out.println(f); String fileName = f.getName(); int 阅读全文
posted @ 2020-09-17 15:28 personnel 阅读(3928) 评论(0) 推荐(0) 编辑
摘要: 测试发现: DrawSetFont(dw, "字体路径"); 中的【字体路径】不能含有【中文】, 只能是英文和数字。 DrawSetFont(dw, "d:\\宋体.ttc"); //不支持中文路径 DrawSetFont(dw, "d:\\st.ttc"); //只能使用英文字符 能过查看 Ima 阅读全文
posted @ 2020-09-17 12:46 personnel 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 例如:金桥简中圆 在 C:\Windows\Fonts 中显示的样子如下图: 测试发现:凡是缩略图的左下角显示一个大大的 A 字的字体,都无法在 ImageMagick 中使用。 在 windows 注册表显示的情况:字体名称也不能正常的显示 阅读全文
posted @ 2020-09-15 14:30 personnel 阅读(623) 评论(0) 推荐(0) 编辑
摘要: <%Option Explicit%> <html> <head> <title>ShotDev.Com Tutorial</title> </head> <body> <% Dim Conn,objRec,strSQL Set Conn = Server.Createobject("ADODB.C 阅读全文
posted @ 2020-09-08 10:51 personnel 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://imagemagick.org/discourse-server/viewtopic.php?t=36184 https://www.imagemagick.org/discourse-server/viewtopic.php?t=16464 https://www.zh 阅读全文
posted @ 2020-09-07 07:47 personnel 阅读(2356) 评论(0) 推荐(0) 编辑
摘要: 关于低级钩子失灵原因: https://blog.csdn.net/matrix_designer/article/details/5893669 Windows要求低级钩子必须在限定的时间内完成,如果超时系统就会自动调用钩子链的下一个函数。这个超时值是由HKEY_CURRENT_USER/Cont 阅读全文
posted @ 2020-08-11 11:57 personnel 阅读(945) 评论(0) 推荐(0) 编辑
摘要: 我在 win 7 上测试的时候,使用的是:com_object_new("MSXML2.ServerXMLHTTP"),一切正常。 然后我在另一台 win 10 上测试的时候,发现程序运行崩溃,无法获取 COM 对象中的接口。 午饭前发现问题,然后一直研究到晚上8点,我无意间尝试了一下:com_ob 阅读全文
posted @ 2020-07-28 21:37 personnel 阅读(1243) 评论(1) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 33 下一页
友情链接:图片批量处理工具 gif动态图制作工具 制作电子相册 图片排版工具 制作淘宝主图视频 MKScript 鼠标键盘自动化脚本语言