上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 52 下一页
摘要: <!DOCTYPE html> <html> <head> </head> <body> <div> </div> <script> (function (modules) { var t = modules; var t1 = t.AAA; t.BBB(1, 2, 3); })( { "./nod 阅读全文
posted @ 2020-02-13 20:20 enych 阅读(576) 评论(0) 推荐(0) 编辑
摘要: .sp-message-open { margin-top: 0px !important; overflow: hidden !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !imp 阅读全文
posted @ 2020-02-11 11:25 enych 阅读(1962) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> </head> <body> <div></div> <script> //webpack:///./node_modules/axios/lib/utils.js?c532 //这个js文件内容包括绑定 var bind = requir 阅读全文
posted @ 2020-02-10 20:35 enych 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 1600.1.1 1699.12.31 17世纪 1700.1.1 1799.12.31 18世纪 1800.1.1 1899.12.31 19世纪 1900.1.1 1999.12.31 20世纪 2000.1.1 2099.12.31 21世纪 阅读全文
posted @ 2020-01-28 19:19 enych 阅读(960) 评论(0) 推荐(0) 编辑
摘要: Dictionary<string, int> list = new Dictionary<string, int>(); list.Add("d", 1); //3.0以上版本 foreach (var item in list) { Console.WriteLine(item.Key + it 阅读全文
posted @ 2020-01-25 21:22 enych 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://bbs.pediy.com/thread-178926.htm 普通模式调用SendMessage、PostMessage,增强模式调用keybd_event,mouse_event、 SendInput发送键盘鼠标消息。只要HOOK 内核层的NtUserPostThreadMess 阅读全文
posted @ 2020-01-20 08:59 enych 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2020-01-19 20:53 enych 阅读(461) 评论(0) 推荐(0) 编辑
摘要: private void timer1_Tick(object sender, EventArgs e) { if (GetAsyncKeyState(0x01) > 0) { keydown(); } //按下的时候开启 /* 开启时钟 */ //松开的时候关闭 /* 关闭时钟 */ } [Dll 阅读全文
posted @ 2020-01-19 16:29 enych 阅读(557) 评论(0) 推荐(0) 编辑
摘要: #region --设置指定窗口名称为隐藏 // 获取查找窗体句柄(通过窗体标题名) //通过句柄设置当前窗体最大化(0:隐藏窗体,1:默认窗体,2:最小化窗体,3:最大化窗体,....) IntPtr mainHandle = FindWindow(null, "屏幕键盘"); bool resu 阅读全文
posted @ 2020-01-15 15:55 enych 阅读(1191) 评论(0) 推荐(0) 编辑
摘要: 一、利用注册表文件将外部协议写入注册表 [HKEY_CLASSES_ROOT\PCTV] @="PCTVProtocol" "URL Protocol"="\"C:\\Program Files (x86)\\PCTV双模软终端_64位\\PCTV.exe\"" [HKEY_CLASSES_ROOT 阅读全文
posted @ 2020-01-15 11:04 enych 阅读(1496) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 52 下一页