摘要: 确定pdfInputPath 存在 阅读全文
posted @ 2018-05-03 11:48 九剑.sk 阅读(259) 评论(0) 推荐(0) 编辑
摘要: // 加入Cookie foreach (string a in cookieStr.Split(';')) { cookieContainer.Add(new Cookie(a.Split('=')[0], a.Split('=')[1])); } HttpClientHandler httpCl 阅读全文
posted @ 2018-01-23 13:08 九剑.sk 阅读(142) 评论(0) 推荐(0) 编辑
摘要: navigator 对象 hkCR\http\shell\open\command 阅读全文
posted @ 2018-01-08 19:38 九剑.sk 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 11251144011 阅读全文
posted @ 2017-12-25 12:15 九剑.sk 阅读(86) 评论(0) 推荐(0) 编辑
摘要: .. 阅读全文
posted @ 2017-12-22 13:35 九剑.sk 阅读(58) 评论(0) 推荐(0) 编辑
摘要: Excel.Application win+R dcomcnfg 枚举 :int 使用需(int)? 180912 1. 远程调试的exe没有及时更新与 本地源代码 有异 2. 180920 3. 180928 4. https://blog.csdn.net/helloc93/article/de 阅读全文
posted @ 2017-12-19 09:45 九剑.sk 阅读(94) 评论(0) 推荐(0) 编辑
摘要: IE wps excelApp =ActiveXObject("Excel.Application") App.DisplayAlerts = false 不显示警告 App.Application.Visible = false 不显示界面 objExcelApp.WorkBooks.Open(" 阅读全文
posted @ 2017-12-18 19:58 九剑.sk 阅读(82) 评论(0) 推荐(0) 编辑
摘要: setsockopt()函数,用于任意类型、任意状态套接口的设置选项值. 阅读全文
posted @ 2017-12-15 16:23 九剑.sk 阅读(84) 评论(0) 推荐(0) 编辑
摘要: BOOL CALLBACK MyEnumProc(HWND hwnd, LPARAM lParam ) { printf("窗口句柄是%x,传递的参数是%d", hwnd, lParam); GetWindowThreadProcessId(HWND hwnd,LPDWORD pid); } mai 阅读全文
posted @ 2017-12-15 16:22 九剑.sk 阅读(85) 评论(0) 推荐(0) 编辑