[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]
在system中创建disablecmd键,值为1时禁用cmd,为0时启用。...
分类:
其他好文 时间:
2015-03-01 18:34:14
阅读次数:
191
using System;using System.Collections.Generic;using System.Diagnostics;using System.Text;namespace MYTest{ class Program { static void Ma...
System.Threading.Timer用法和例子(1)首先声明Timer变量://一定要声明成局部变量以保持对Timer的引用,否则会被垃圾收集器回收!private System.Threading.Timer timerClose;(2)在上述自动执行代码后面添加如下Timer实例化代码:...
分类:
其他好文 时间:
2015-03-01 18:21:40
阅读次数:
135
介绍: 1.消息队列提供了一个从一个进程向另外一个进程发送数据块的方法 2.每个数据块都被认为是有一个类型,接收者进程接收的数据块可以有不同的类型值 3.消息队列也有管道一样的不足,就是每个消息最大的长度是有上限的(MSGMAX),每个消息队列 的总的字节数是有上限的(MSGMNB),系统上消息队列...
分类:
系统相关 时间:
2015-03-01 16:51:36
阅读次数:
148
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Spartan teamTitle: Principal/Senior Development LeadLocation: Beijing/SuZhou, ChinaAre you loo...
分类:
其他好文 时间:
2015-03-01 14:23:40
阅读次数:
184
《人月神话》是软件工程方面的一本经典著作,作者布鲁克斯(Frederick P. Brooks)被誉为“IBM System/360之父”,他曾是这一系统的项目经理,后来在设计期任360操作系统的项目经理。由于这一工作,他与Bob Evans和Erich Bloch 1985年曾获美国国家技术奖。B...
分类:
其他好文 时间:
2015-03-01 13:05:46
阅读次数:
139
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { //定义方法一 ...
在2014年的开头就有这样一个令人振奋的好消息,Erlang有一本新书即将出版《The Erlang Runtime System》,其作者happi在2013年3月份发布了这本书的写作计划:"The plan is to have the book done by the end of 2013 ...
分类:
其他好文 时间:
2015-03-01 11:49:54
阅读次数:
190
namespace添加如下using System;using System.Collections.Generic;using System.Linq;using System.Text;using ADOX;using System.Data;一》创建access数据库 首先添加ADOX CO....
分类:
数据库 时间:
2015-03-01 11:42:32
阅读次数:
184
在报工时中,把所有数据都填好后,保存时报错,如下:错误提示的完整内容:CK466 - No price could be determined for internal activity &1 &2 - CK 466DiagnosisThe system could not calculate a ...
分类:
其他好文 时间:
2015-03-01 08:52:52
阅读次数:
361