`
文章列表
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <head>  <meta http-equiv="Content-Type" content="text/html; charset=ut ...
Document对象内容集合 document 文挡对象 - JavaScript脚本语言描述———————————————————————注:页面上元素name属性和JavaScript引用的名称必须一致包括大小写否则会提示你一个错误信息 “引用的元素为空或者不是对象\\\\\”——————————————————————— 对象属性document.title //设置文档标题等价于HTML的title标签document.bgColor //设置页面背景色document.fgColor //设置前景色(文本颜色)document.linkColor //未点击过的链接颜色docu ...
Spring2.0.1以后的版本已经支持配置多数据源,并且可以在运行的时候动态加载不同的数据源。通过继承AbstractRoutingDataSource就可以实现多数据源的动态转换。目前做的项目就是需要访问12个数据源,每个数据源的表结构都是相同的,所以要求数据源的变动对于编码人员来说是透明,也就是说同样SQL语句在不同的环境下操作的数据库是不一样的。具体的配置如下: 一、首先需要写一个静态的键值对照类:   代码 package cn.com.xinli.ccp.dynamicds;       public class DataSourceMap {         ...
在Windows系统上使用Apache2.2上模块化安装PHP5.3 PHP5.3增加了一些功能,如namespace,静态迟绑定等。 本篇文章将帮您如何安装PHP5.3,现在我们开始。 1 下载php5.3和apache2.2php5.3一定要下载VC6的,VC9的不能使用apache,只能用iis 2 将此压缩包解压到d:\php下,也可以解压其它盘的目录 安装apache2.2   3 配置php5.3在d:\php目录下把php.ini-development文件改名为php.ini这是PHP 5.3的一个改变,另外一个文件php.ini-production是用于 ...
  注解映射必须满足两大条件:Hibernate3.2以上版本和JSEE 5。 @Entity 类注释,所有要持久化的类都要有 Java代码 @Entity   public class Org implements java.io.Serializable {    } @Entitypublic class Org implem ...
@GeneratedValue(generator = "customizedIdGenerator")@GenericGenerator(name = "customizedIdGenerator",strategy = "your.package.for.it.CustomizedIdGenerator")@Column(name = "ID")private Long id; =========================================================== 关键字: h ...
http://badqiu.iteye.com/blog/473301
看到haha1903兄弟发的JIRA4.0+GreenHopper进行项目跟踪的帖子,对JIRA比较感兴趣,一直没尝试过,正好借此机会学习使用一下,在此感谢haha1903兄弟的伟大贡献 原帖地址 http://www.iteye.com/topic/508271 在安装配置过程中遇到一些问题,现已基本解决,正在试用中;把常见问题及安装方法记录下来备忘,也给其他童鞋一个参考 JIRA4.0 + GreenHopper的建议安装配置说明 1. JIRA4.0 & GreenHopper 下载 在官方网站的Download区,都有对应下载 http://www.atlassian.com/s ...
JMX:    JMX--Java Management Extensions,即Java管理扩展,是一个为应用程序、设备、系统等植入管理功能的框架。JMX可以跨越一系列异构操作系统平台、系统体系结构和网络传输协议,灵活的开发无缝集成的系统、网络和服务管理应用 ...
ACID性质是数据库理论中的奠基石,它定义了一个理论上可靠数据库所必须具备的四个性质:原子性,一致性,隔离性和持久性。虽然这四个性质都很重要,但是隔离性最为灵活。大部分数据库都提供了一些可供选择的隔离级别, ...

maven2常用命令

mvn clean dependency:copy-dependencies package 复制依赖的jar 非常有用    
function <portlet:namespace />openOrganizationSelector() {  var organizationWindow = window.open('<portlet:renderURL windowState="<%= LiferayWindowState.POP_UP.toString() %>"><portlet:param name="struts_action" value="/enterprise_admin_settings/select_org ...
For those who wants to use the Apache CXF web service stack instead of Axis 1.This guide uses the ext environment and describes how to make the remote interface of a service available as web service over Apache CXF.If you are using the ext environment just do the following things.1) Downlad the libra ...
  <mirror>      <id>mirrorId2</id>      <name>Human Readable Name for this Mirror.</name>      <url>http://repository.sonatype.org/content/repositories/central</url>      <mirrorOf>central</mirrorOf>    </mirror>
tomcat 调优 http://www.iteye.com/topic/514882
Global site tag (gtag.js) - Google Analytics