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

MBeanRegistration and MBeanServer

Ifyouhavespringexperience,youmightknowwhatMBeanRegistrationinterfaceisfor.Infact,inmypointofview,itactsasBeanFactoryAwareinterfaceinSpringframework.BeanFactoryAwareisusedforbeansimplementedthisinterfacetoholdareferencetoabeanfacto

系统 2019-08-29 23:06:56 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

数据库相关

poj Anti-prime Sequences

Anti-primeSequencesTimeLimit:3000MSMemoryLimit:30000KTotalSubmissions:2175Accepted:1022DescriptionGivenasequenceofconsecutiveintegersn,n+1,n+2,...,m,ananti-primesequenceisarearrangementoftheseintegerssothateachadjacentpairofintege

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

数据库相关

安装SQL 2005小记

sql9.0版本出来快一年了,科室分派每个人一些学习任务,我的研究方向是NotificationServices和ServiceBroker,这里我想总结一下我的安装经历。由于这两个功能是SQL2005新增的,所以我在安装的时候也就一股脑的默认到底(最近觉得自己很糙),然后又给打了SP1的补丁,几天后,断断续续地快把联机文档看完,准备就教程做下实例,不想需要用到示例数据库,而默认情况下是没有安装的,二话没说,马上安装,不过最后提示现有版本高于现在安装组件的

系统 2019-08-12 01:53:18 2458

SqlServer

SQL SERVER 和ACCESS的数据导入导出

代码EXECsp_configure'showadvancedoptions',1GORECONFIGUREGOEXECsp_configure'AdHocDistributedQueries',1GORECONFIGUREGOinsertintoOPENROWSET('Microsoft.Jet.OLEDB.4.0','C:\jlyAccess\jly.mdb';'admin';'',K_jlyMsg)select*fromK_jlyMsginserti

系统 2019-08-12 01:52:14 2458

Oracle

oracle小常识

一、oracle时间类型的处理1、用sql语句把时间2010-10-0109:28:03插入oracle的date类型字段insertinto表名(字段名)values(to_date('2010-10-0109:28:03','yyyy-mm-ddhh24:mi:ss'))2、根据date类型字段查询select*from表名whereto_char(date类型字段,'yyyy-mm-dd')between'2012-03-06'and'2012-03

系统 2019-08-12 01:52:04 2458

MySql

安装MySQL

下载zip包进入官网下载页面:http://dev.mysql.com/downloads/mysql/下载mysql-5.6.23-win32.zip:Windows(x86,32-bit),ZIPArchive5.6.23342.3MDownload(mysql-5.6.23-win32.zip)MD5:d55ea458590c92060a790ba22e9b4222|Signature解压zip包解压zip包到E:\develop\database\

系统 2019-08-12 01:52:03 2458