摘要: java 小数 转int Math.round(1.5) 阅读全文
posted @ 2022-04-20 10:46 bH1pJ 阅读(38) 评论(0) 推荐(0) 编辑
摘要: java string转int int delayTime = Integer.parseInt(this.getName()) * 2000; 阅读全文
posted @ 2022-04-20 10:43 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: Java如何进行一个线程的Sleep Thread.sleep(2000); Thread.sleep(millis) 该静态函数被调用时表示当前线程要进入休眠状态,millis表示休眠的毫秒数 静态方法,直接调用即可 阅读全文
posted @ 2022-04-20 10:30 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: POINT cp; hwnd = FindWindowA(NULL, "Counter-Strike: Global Offensive - Direct3D 9"); 1\ GetCursorPos(&cp) 2\ ScreenToClient(hwnd, &cp) 阅读全文
posted @ 2022-04-20 00:07 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑