onlyou13

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年4月20日

摘要: ::1.批量转换 gm convert -output-directory output -resize 320x320 "*.gif" ::2.单个转换,锁定长宽比 gm convert -resize 600x1200 test.jpg output\t.jpg ::3.单个转换,强制转换 gm 阅读全文
posted @ 2020-04-20 19:54 onlyou13 阅读(293) 评论(0) 推荐(0) 编辑

2020年3月30日

该文被密码保护。 阅读全文
posted @ 2020-03-30 22:54 onlyou13 阅读(0) 评论(0) 推荐(0) 编辑

2020年3月7日

摘要: procedure AddWindowsAutoRun; var Reg: TRegistry; begin Reg := TRegistry.Create(KEY_WRITE); try Reg.RootKey := HKEY_LOCAL_MACHINE; Reg.OpenKey('SOFTWAR 阅读全文
posted @ 2020-03-07 16:35 onlyou13 阅读(100) 评论(0) 推荐(0) 编辑

2020年2月28日

摘要: <script> function GetCurrentJumpUrl(){ var eleLink = document.getElementById('adLink'); if(eleLink){ var url = eleLink.getAttribute('href'); //alert(u 阅读全文
posted @ 2020-02-28 13:54 onlyou13 阅读(168) 评论(0) 推荐(0) 编辑

2019年12月30日

摘要: 公用单元文件: PublicUtils.cs 更正: 阅读全文
posted @ 2019-12-30 16:58 onlyou13 阅读(316) 评论(0) 推荐(0) 编辑

2019年12月14日

摘要: 调用: 阅读全文
posted @ 2019-12-14 22:00 onlyou13 阅读(293) 评论(0) 推荐(0) 编辑

2019年12月13日

该文被密码保护。 阅读全文
posted @ 2019-12-13 18:45 onlyou13 阅读(5) 评论(0) 推荐(0) 编辑

2019年12月11日

摘要: demo: https://files.cnblogs.com/files/onlyou13/testSendAtom.rar 阅读全文
posted @ 2019-12-11 22:05 onlyou13 阅读(474) 评论(0) 推荐(0) 编辑

2019年12月7日

该文被密码保护。 阅读全文
posted @ 2019-12-07 18:57 onlyou13 阅读(3) 评论(0) 推荐(0) 编辑

2019年11月8日

摘要: unit uExcelUnit; interface uses Winapi.Windows, System.SysUtils, System.Variants, System.Classes, System.Win.ComObj; function OpenExcel(filename: string): Variant; function ReadCell(excel: Variant; sh 阅读全文
posted @ 2019-11-08 22:43 onlyou13 阅读(326) 评论(0) 推荐(0) 编辑