上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: int x, y; DateTime start; public Form1() { InitializeComponent(); x = Control.MousePosition.X; ... 阅读全文
posted @ 2012-04-06 15:40 哲夫 阅读(135) 评论(0) 推荐(0) 编辑
摘要: #region 判断鼠标在1分钟内是否移动 bool ff = true; private void timer1_Tick_1(object sender, EventArgs e) { int x1 = Control.MouseP... 阅读全文
posted @ 2012-03-31 12:50 哲夫 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 使用Process.Kill()杀进程,一些由System用户启动的进程可能会报出“拒绝访问”的错误。经查,可以使用以下命令杀掉进程。 System.Diagnostics.Process[] arrPro = System.Diagnostics.Process.G... 阅读全文
posted @ 2012-02-23 11:08 哲夫 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 隆回子@江苏 22:31:59玄英,glib-2.0那个错误你是怎么解决的额? 隆回子@江苏 22:32:15以前遇到过,折腾了好长时间也没搞好 隆回子@江苏 22:32:32玄影 玄影不灭(84593087) 22:35:33 是前面的一个东西我忘记装了 玄影不灭(84593087) 22:3... 阅读全文
posted @ 2012-01-12 23:17 哲夫 阅读(235) 评论(0) 推荐(0) 编辑
摘要: /// /// 远程开机,网卡需要具备远程唤醒功能 /// /// 网卡物理地址字符数组 public static void WakeUp(byte[] mac) { UdpClient client = new UdpClient(); client.Connect(IPAddress.B... 阅读全文
posted @ 2011-10-26 11:45 哲夫 阅读(107) 评论(0) 推荐(0) 编辑
摘要: CLASSPATH:.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\jre\lib\rt.jarJAVA_HOME:C:\Program Files\Java\jdk1.6.0_02Path:%JAVA_HOME%\bin... 阅读全文
posted @ 2011-09-26 10:58 哲夫 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 在控制台安装Intel® Manageability Checker来测试是否正常调用AMT功能,但安装的时候报错“系统管理员设置了系统策略 禁止此运行”。可以试试这个方法:在cmd里输入命令regedit打开注册表,然后找到HKEY_LOCAL_MACHINE /SOFTWARE/POLICIES... 阅读全文
posted @ 2011-09-05 19:01 哲夫 阅读(251) 评论(1) 推荐(0) 编辑
摘要: //给专家介绍添加下拉按钮 Button btn = new Button(); btn.Size = new Size(18, 33); btn.Location = new Point(this.button3.Width - b... 阅读全文
posted @ 2011-07-01 11:34 哲夫 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 哇哦,这个问题我应该记录下来,搞了我几天了,带给我不小的麻烦,但是现在已经搞定了,可以瞑目了。O(∩_∩)O哈哈~情况描述: 2台AMT设备【电脑主机】,用第三方设备ping它们时,出现异常情况,如下:假设2台设备为A、B,当ping A设备时,B ping不通。当ping B时,A ping不通。... 阅读全文
posted @ 2011-05-19 00:34 哲夫 阅读(219) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.IO;namespace DeleteFile{ /// ... 阅读全文
posted @ 2011-03-25 11:21 哲夫 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页