05 2005 档案

摘要:using System.Threading;public class Class1{ [STAThread] static void Main() { Mutex mutex = new Mutex(false, "MutexName"); if (!mutex.WaitOne(0, false)) { mute... 阅读全文
posted @ 2005-05-30 21:14 泡面 @ 幸福 阅读(325) 评论(0) 推荐(0)
摘要:在From1的Load事件中写入以下码: this.Visible=false;全部代码如下:http://www.cnblogs.com/sik/articles/165099.html 阅读全文
posted @ 2005-05-30 19:19 泡面 @ 幸福 阅读(371) 评论(0) 推荐(0)
摘要:在From1的Closing事件中写入以下代码. this.Visible=false;e.Cancel=true; 阅读全文
posted @ 2005-05-30 19:15 泡面 @ 幸福 阅读(322) 评论(0) 推荐(0)
摘要:昨夜的失眠不是因为公司的数据备份的事情,而是半夜醒来后所想到...5月26日公司又有一台电脑硬盘分区无法访问,虽然我们想尽一切办法恢复了大部分工作文件,可能是我们这方面的专业水平不够,恢复的文件中还是有一部分无法打开,而有一些急需文件却恢复不了.对用户造成了不轻也不重损失,但是从我们的工作职责来说数据安全是我们工作重点中的主要部分,数据的掉失我们有着不可推卸的责任.但是从我们公司的实际情况出,无论... 阅读全文
posted @ 2005-05-27 13:58 泡面 @ 幸福 阅读(400) 评论(0) 推荐(0)
摘要:With the eXTReMe Tracker you get every advanced feature required to picture the visitors of your website. Conveniently arranged, numbers, percentages, stats, totals and averages. All the way up from s... 阅读全文
posted @ 2005-05-07 18:59 泡面 @ 幸福 阅读(385) 评论(0) 推荐(0)
摘要:http://www.xpbook.com/ 阅读全文
posted @ 2005-05-06 17:14 泡面 @ 幸福 阅读(721) 评论(1) 推荐(0)