会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
enych
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
14
15
···
52
下一页
2020年1月14日
关于 spy++ 捕获消息
摘要: <00001> 00040AD2 S WM_SYSCOMMAND uCmdType:SC_MINIMIZE xPos:570 yPos:284 <00002> 00040AD2 R WM_SYSCOMMAND 00001 00002 其中 wParam 0000 F020 //0000 0000 0
阅读全文
posted @ 2020-01-14 18:03 enych
阅读(1245)
评论(0)
推荐(0)
2020年1月11日
C# 挂起 进程 PostMessage使用
摘要: #region 暂停进程 //检测进程是否存在 public List<IntPtr> get_pressId(string pressName = "explorer") { List<IntPtr> list = new List<IntPtr>(); //获得进程ID Process[] pr
阅读全文
posted @ 2020-01-11 14:21 enych
阅读(2242)
评论(0)
推荐(0)
2020年1月10日
C# WIN10x64位 编译文件为32位程序时候 访问C盘报错
摘要: var file = "C:\\Windows\\System32\\osk.exe"; Process.Start(file); 报错 找不到文件 使用 win32API 也打不开 可以打Calc.exe using System; using System.Collections.Generic
阅读全文
posted @ 2020-01-10 18:03 enych
阅读(665)
评论(0)
推荐(0)
C# FindFirstFile win32API (转)
摘要: private void button2_Click(object sender, EventArgs e) { WIN32_FIND_DATA FindFileData1 = new WIN32_FIND_DATA(); var file = "C:\\Windows\\System32\\osk
阅读全文
posted @ 2020-01-10 17:07 enych
阅读(377)
评论(0)
推荐(0)
js 左右滑动代码
摘要: //鼠标滑动事件 // 开始按下手机的起点坐标 var startPoint = null; document.addEventListener("touchstart", function (e) { var e = e || window.event; startPoint = e.touche
阅读全文
posted @ 2020-01-10 08:47 enych
阅读(4208)
评论(0)
推荐(0)
2020年1月9日
C# 进程的挂起与恢复 (转)
摘要: https://www.cnblogs.com/SuperMetalMax/p/6625954.html
阅读全文
posted @ 2020-01-09 17:54 enych
阅读(420)
评论(0)
推荐(0)
2020年1月7日
js 鼠标移除元素时触发 移到子元素 不会触发
摘要: <div id="div1" style="width: 300px;height: 300px;background-color: aquamarine; padding-top: 20px;"> <div style="width: 100px;height: 100px;background-
阅读全文
posted @ 2020-01-07 16:34 enych
阅读(1363)
评论(0)
推荐(0)
2020年1月2日
一个 查询 问题
摘要: A表数据 编码 1 其他 A B表数据 编码 1 时间 2 编码 1 时间 3 编码 2 时间 4 编码 2 时间 5 Left jon 结果 是 编码 1 其他A 时间2 编码 1 其他A 时间3 怎么样 查询 显示 编码 1 其他A 时间3 select A.编码,A.其他,MAX(时间) fr
阅读全文
posted @ 2020-01-02 10:42 enych
阅读(152)
评论(0)
推荐(0)
2020年1月1日
innerText内容中出现其他字符 什么鬼
摘要: 、 经发现 innerHTML: "<i class="larry-icon undefined" data-icon="undefined"></i><cite>添加的2级菜单2020/1/1 17:41:38</cite><i class="layui-icon layui-unselect l
阅读全文
posted @ 2020-01-01 20:31 enych
阅读(281)
评论(0)
推荐(0)
文本超过 显示 省略号
摘要: <!DOCTYPE html> <html> <head> <style> .div1 { height: 45px; line-height: 45px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width:
阅读全文
posted @ 2020-01-01 19:53 enych
阅读(125)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
52
下一页
公告