generator自动生成mybatis的xml配置、model、map等信息:1、下载mybatis-generator-core-1.3.2.jar包。 网址:http://code.google.com/p/mybatis/downloads/list?can=3&q=Product%3DGe...
分类:
移动开发 时间:
2014-10-19 10:08:55
阅读次数:
396
weblogic安装后,很久不用,忘记访问控制台的用户名或者密码,可通过以下步骤来重置用户名密码。版本:WebLogicServer11g说明:%DOMAIN_HOME%:指WebLogicServer域(Domain)目录例如我的做测试的域的根目录DOMAIN_HOME=D:/bea10/user_projects/domains/testcluster_domain1.为..
分类:
Web程序 时间:
2014-10-19 01:32:10
阅读次数:
191
数据库名(DB_NAME)、实例名(Instance_name)、以及操作系统环境变量(ORACLE_SID)在ORACLE7、8数据库中只有数据库名(db_name)和数据库实例名(instance_name)。在ORACLE8i、9i中出现了新的参数,即数据库域名(db_domain)、服务名(...
分类:
其他好文 时间:
2014-10-17 18:30:40
阅读次数:
281
function crossDomainAjax(url, successCallback) { // IE8 & 9 only Cross domain JSON GET request if ('XDomainRequest' in window && window.XDomainR...
分类:
Web程序 时间:
2014-10-16 19:08:42
阅读次数:
250
1、Weblogic两种模式的切换1)、生产模式---》开发模式将domain路径下的bin\setDomainEnv.cmd文件中set PRODUCTION_MODE=true改为set PRODUCTION_MODE=false或set PRODUCTION_MODE=2)、开发模式--》生产...
分类:
Web程序 时间:
2014-10-16 09:44:52
阅读次数:
185
环境:XCODE6.0.1 + iPhone / iOS8
错误:使用CoreLocation获取地理位置信息,报错
Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"
解决方法:
1.确定模拟器(手机)已经联网并且允许程序获取...
分类:
其他好文 时间:
2014-10-15 19:44:28
阅读次数:
171
Move the Microsoft Dynamics CRM databases to another SQL Server and SQL Server Reporting Services server in the same domain, and leave the Microsoft D...
分类:
数据库 时间:
2014-10-15 17:48:51
阅读次数:
228
本文介绍Tcp的简单应用:简单的 回传(即客户端发送什么,服务器就转发给客户端什么)。主要包含以下几个函数原型:服务器端://服务器端主要函数原型:int socket(int domain, int type, int protocol);int bind( int sockfd , const ...
分类:
其他好文 时间:
2014-10-15 04:16:59
阅读次数:
254
需要使用persistence.xml进行配置。 1 2 3 4 org.hibernate.ejb.HibernatePersistence 5 dataSource --> 6 net.etec.ftm.domain.City 7 net.etec.ftm.do...
分类:
其他好文 时间:
2014-10-14 17:39:09
阅读次数:
208
在weblogic服务器上两个工程部署来回切换,经常控制台报告以下错误:
<An exception occurred while deploying an application _appsdir_PactInfo_dir: weblogic.management.ManagementException: weblogic.management.ManagementExce...
分类:
Web程序 时间:
2014-10-14 13:12:28
阅读次数:
355