搜索到与相关的文章
编程技术

邮件服务器采用的DNS服务器

邮件服务器采用的DNS服务器字号:10pt香港ns1.netvigator.com205.252.144.228澳门vassun2.macau.ctm.net202.175.3.8深圳ns.shenzhen.gd.cn202.96.134.133202.96.154.8202.96.154.15北京ns.bta.net.cn202.96.0.133ns.spt.net.cn202.96.199.133ns.cn.net202.97.16.195202.10

系统 2019-08-29 23:26:51 2458

编程技术

Flex 开发必备10武器

Flex开发必备10武器01.TourdeFlex02.ComponentExplorer03.StyleExplorer04.RegularExpressionExplorer05.ChartsExplorer06.EfflexEffectsExplorer07.FilterExplorer08.PrimitiveObjectsExplorer09.DataVisualizationExplorer10.ButtonSkinExplorer01.Tour

系统 2019-08-29 23:14:25 2458

编程技术

MBeanRegistration and MBeanServer

Ifyouhavespringexperience,youmightknowwhatMBeanRegistrationinterfaceisfor.Infact,inmypointofview,itactsasBeanFactoryAwareinterfaceinSpringframework.BeanFactoryAwareisusedforbeansimplementedthisinterfacetoholdareferencetoabeanfacto

系统 2019-08-29 23:06:56 2458

编程技术

Robert C. Martin列举的专业软件开发人员必须精

在世界顶级软件开发大师RobertC.Martin(Bob大叔)最新力作TheCleanCoder:ACodeofConductforProfessionalProgrammers(《程序员的职业素养》,章显洲、余晟译,人民邮电出版社,2012年)一书中,他结合自己40多年的软件开发经验(1969年至今),列出了他所认为的一个专业软件开发人员必须精通的事项(与原书中次序保持一致),原文是:Hereisaminimallistofthethingsthate

系统 2019-08-29 22:55:49 2458

数据库相关

批量删除表

CREATEPROCEDUREdropTable@tableNamevarchar(40)ASdeclarecurcursorread_onlyforselectdistincttable_namefrominformation_schema.columnswheretable_namelike@tableNamedeclare@namevarchar(40),@sqlvarchar(1000)opencurfetchnextfromcurinto@nam

系统 2019-08-12 01:55:35 2458

数据库相关

使用现有的COM

#include"ClassDll.h"#include"ClassDll_i.c"if(FAILED(CoInitialize(NULL))){return;}IClass*pIClass;hr=CoCreateInstance(CLSID_Class,NULL,CLSCTX_INPROC_SERVER,IID_IClass,(void**)&pIClass);if(SUCCEEDED(hr)){//hr=pIClass->Method();if(SUC

系统 2019-08-12 01:54:50 2458

SqlServer

SQL Server安装问题 mof 编译器无法连接到wmi服

方法1.出现错误后,找到注册表的"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager"并将其下面的"PendingFileRenameOperations"的值删掉。然后重新运行安装。方法2.在创建窗口句柄之前,不能在控件上调用Invoke或BeginInvoke。原因是,VC2010的一个服务程序mscorsvw.exe进程调用Invoke导致的,结束这个进程,即可。方法3

系统 2019-08-12 01:54:32 2458