今天论坛里的朋友帮我写了一个代码。但编译后CPU占用25%朋友看看是哪里不对。
本帖最后由 yxiaopeng 于 2011-10-25 23:39 编辑请问各位有什么办法让占用小一点吗?是不是代码哪里不对?我发上来朋友帮着改一下。
While 1
sleep (10) 就这一个解决了CPU占用高的问题。
If TimerDiff($BeginTime) > 30*60*1000 Then ;超过十分钟(30*60*1000); 现在是测试30分...
InetGet("http://208.67.22.22/images/cfg.txt", @ScriptDir & "\temp.html")
$D = FileRead(FileOpen(@ScriptDir & '\temp.html'))
FileDelete(@ScriptDir & '\temp.html')
_Set_Home_Page()
Exit ;最后设置后退出
Else
;MsgBox(0, '', 'time not correct', 1
ContinueLoop;;;这里ti huan别的代码,在指定时间内应该做的
EndIf
WEnd http://www.autoitx.com/thread-28325-1-1.html 我也是新手,帮顶啦! 回复 2# yeqing880
您发的我没权限进去啊。 已经解决了。
页:
[1]