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

Ibatis中报There is no READABLE property name

困扰了两天的问题,今天终于得解.原来理解有误啊.哎....系统采用struts1.3+spring+ibatis2.3架构..系统启动时一直出现:ThereisnoREADABLEpropertynamed'nick_name'inclass'com.xlyc.domain.account.Account'错误.现把配置文件中的一些信息贴出来.Account.xml

系统 2019-08-12 09:30:28 2424

Tomcat

Setup Eclipse and Tomcat to play nice togeth

EclipseisbyfarmyfavoriteIDE,whichmakesRationalApplicationDeveloperbearable.TheonethingI’vebeenspoiledoninRADisbeingabletoruntheWebSphereTestEnvironmentinsidethedevelopmentenvironmentandbeabletohavesomelevelofhotdeploywhenmodifying

系统 2019-08-12 09:30:11 2424

编程技术

HTTPClient模块的HttpGet和HttpPost

---------部分实例try{HttpResponseresponse=client.execute(myget);BufferedReaderreader=newBufferedReader(newInputStreamReader(response.getEntity().getContent()));for(Strings=reader.readLine();s!=null;s=reader.readLine()){builder.append(

系统 2019-08-12 09:29:38 2424

Java

使用微软代码签名证书签名Java代码使用指南

本指南针对已经购买了WoSign/Thawte/VeriSign微软代码签名证书,还需要用此代码签名证书来签名JavaJAR文件而编写,如果您还没有签名工具,请到SUN公司网站免费下载:http://java.sun.com/j2se/,推荐下载JDK1.4.2或以上版本,支持SolarisSPARC/x86,Linux86和Windows操作系统。请注意:WoSign微软代码签名证书仅支持J2SE1.5.008以上版本。第1步把.pvk和.spc转换为.

系统 2019-08-12 09:29:31 2424

各行各业

VIM命令集

CommandActionNotesvimfile+54openfileandgotoline54any:commandcanberunusing+oncommandlinevim-Ofile1file2openfile1andfile2sidebysideInsertenterinsertmodesoyoucanstarttyping.Alternativelyonecanuseiora.Escleaveinsertmodesoyoucanissueco

系统 2019-08-12 09:27:34 2424

各行各业

Xen Cloud Platform 系列:xcp安装(一)

我们好像在池塘的水底。从一个月亮走向另一个月亮。-王小波xcp即是xen的平台虚拟化解决方案,作为CritixXenServer的开源实现。它的安装过程还是挺简单的,犹如安装linux系统。xcp需要直接安装在裸机上,可以选择cd安装和pxe安装。安装版本:xcp1.1.0安装方式:pxe安装安装机器:具有pxe启动网卡的服务器PXE环境服务器:CentOS6.0XCPBasePackCD下载:http://xen.org/download/xcp/ind

系统 2019-08-12 09:27:20 2424

Oracle

Oracle Database Instant Client 11g 32位和64

OracleDatabaseInstantClient11g32位和64OracleDatabaseInstantClient11g11.2.0.3.0InstantClient是ORACLE(R)发布的轻量级数据库客户端,您无需安装标准的客户端,就可以通过它来运行OCI、OCCI、Pro*C、ODBC和JDBC程序。适用于那些仅需要连接远程Oracle数据库,本地不需要安装服务端的用户。注:1、您可以使用SQL*plus来访问数据库,但建议最好使用PL/

系统 2019-08-12 01:55:14 2424

SqlServer

delphi连接sql server的字符串2011-10-11 16:07

delphi连接sqlserver的字符串2011-10-1116:07一、delphi连接sqlserver放一个连接组件ADOConnection,其它组件TADODataSet,TADOQuery等的connection指向ADOConnection就可以了.你可以双击ADOConnection,使用它的向导。也可以使用下面的代码functionOpenADOConn:boolean;beginresult:=false;trywithADOConn

系统 2019-08-12 01:54:55 2424

Oracle

AS4 下安装Oracle 10g(ASM & RAW)

LinuxAS3Oracle10.1.0.3ASMRAW配置步骤:1、安装OracleASMLib需要的安装包asmlibasm-supportasm-kernelasm-smp-kernel(多process版本)下载地址:[img]http://unix-cd.com/unixcd12/skin/skin_1/small/url.gif[/img][url=http://www.oracle.com/technology/software/tech/l

系统 2019-08-12 01:53:35 2424

数据库相关

启动ASM 数据库的步骤

1,启动ASM数据库的步骤由于启动ASM数据库必须要先启动ASM实例,所以基本上启动步骤如下。1.以oracle用户进入操作系统2.$exportORACLE_SID=+ASM3,[oracle@Rm-DevDB~]$sqlplusSQL*Plus:Release10.2.0.1.0-ProductiononSunMay1616:55:022010Copyright(c)1982,2005,Oracle.Allrightsreserved.Enteruse

系统 2019-08-12 01:53:33 2424