摘要: // // // // 变量 // // // // // // 系统变量 // // Declare Function GetTickCount Lib "kernel32" Alias "GetTickCount" () As Long Dim 挂机黑名单(55) Dim 已拍照名单(55) F 阅读全文
posted @ 2022-03-21 16:43 pakhm 阅读(55) 评论(0) 推荐(0)
摘要: 电脑组装 机箱:EATX(119) 电源:先马竞技650(359) 主板:磐石(644) 内存:三星 DDR4 2133 16G*3(368) 显卡:1050 Ti(1500) 固态硬盘(370) 机械硬盘1t(280) HDMI欺骗器(20) CPU: E5-2678V3 x 2(650 x 2) 阅读全文
posted @ 2022-03-16 12:19 pakhm 阅读(456) 评论(0) 推荐(0)
摘要: https://www.freesion.com/article/5839275917/ 阅读全文
posted @ 2022-03-15 23:08 pakhm 阅读(31) 评论(0) 推荐(0)
摘要: var path = 获取资源路径("rc:") dm0.SetPath(path) hwnd0 = dm0.GetMousePointWindow() //获取鼠标所在的窗口句柄. 窗口类。检测窗口无响应。 调用系统api: IsHungAppWindow(hwnd) 精品区。后台教程。 阅读全文
posted @ 2022-03-09 08:29 pakhm 阅读(63) 评论(0) 推荐(0)
摘要: https://www.52pojie.cn/thread-1132086-1-1.html 阅读全文
posted @ 2022-03-07 14:43 pakhm 阅读(188) 评论(0) 推荐(0)
摘要: <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-core</artifactId> <version>5.6.5</version> </dependency> public class test { public stati 阅读全文
posted @ 2022-02-25 13:55 pakhm 阅读(1396) 评论(0) 推荐(0)
摘要: // // // // 变量 // // // // // // 系统变量 // // client偏移量 = Array(Form.xPianyi.Text + 0, Form.yPianyi.Text + 0) 医生indexList = Array(split(Form.yiShengInde 阅读全文
posted @ 2022-01-12 16:49 pakhm 阅读(70) 评论(0) 推荐(0)
摘要: 前置知识 什么是 Spring Spring 框架是 Java 应用最广的框架,它的成功来源于理念,而不是技术本身,它的理念包括 IoC (Inversion of Control,控制反转) 和 AOP(Aspect Oriented Programming,面向切面编程)。理念:每个bean与b 阅读全文
posted @ 2021-12-20 23:27 pakhm 阅读(64) 评论(0) 推荐(0)