Ant是一种基于Java的打包工具,Ant脚本采用XML格式编写,默认的文件名为build.xml。
Ant中常用的节点元素
Project
Project是项目工程的顶级节点,一个build.xml文件可以包含多个project元素节点。
Project主要属性包括:
Name:project节点名称
Default:默认执行的target元素节点...
分类:
编程语言 时间:
2014-06-03 03:54:43
阅读次数:
331
xcode下build release版本的静态库。...
分类:
其他好文 时间:
2014-06-03 02:23:43
阅读次数:
324
【题目】
Follow up for "Search in Rotated Sorted Array":
What if duplicates are allowed?
Would this affect the run-time complexity? How and why?
Write a function to determine if a given target is in the array.
【题意】
在“Search in Rotated Sorted Array”的基...
分类:
其他好文 时间:
2014-06-03 01:55:38
阅读次数:
173
spring-framework-3.2.4与hibernate-release-4.3.5下使用HibernateDaoSupport抛出异常java.lang.ClassCastException: org.springframework.orm.hibernate4.SessionHolder cannot be cast to org.springframework.orm.hibernate3.SessionHolder。...
分类:
编程语言 时间:
2014-06-03 01:26:30
阅读次数:
368
1.导入jar包:
hibernate-release-4.3.5.Final/lib/optional/*.jar
2.加入配置:
10
5
2
2000
2000
10
hibernate.c3p0.max_size: 数据库连接池的最大连接数
hibernate.c3p0.min_size: ...
分类:
系统相关 时间:
2014-06-03 00:53:00
阅读次数:
343
有时候安装完自己的linux发行版系统(如ubuntu、centos、redhat、opensuse、……)时,把版本信息忽略了,又不想重启电脑,此时我们可以通过命令行方式来查看:
1.cat /etc/issue 2.lsb_release -a 其中lsb代表什么呢?LSB:Linux Stan...
分类:
系统相关 时间:
2014-06-02 17:26:49
阅读次数:
337
[root@localhost ~]# su - oracle
[oracle@localhost ~]$ sqlplus '/as sysdba'
SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 22 17:10:52 2014
Copyright (c) 1982, 2009, Oracle. All rights re...
分类:
数据库 时间:
2014-06-01 09:02:31
阅读次数:
802
登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误
[oracle@localhost admin]$ date
Tue Apr 22 18:06:16 CST 2014
[oracle@localhost admin]$ rman target /
//出现诡异的ora-12162错误,第一反应是TN...
分类:
Web程序 时间:
2014-05-31 22:31:38
阅读次数:
518
1.安装open-iscsiapt-get install
open-iscsi2.发现iscsi-target(ISCSI服务器IP:192.168.1.104)iscsiadm -m discovery -t
sendtargets -p 192.168.1.1043.设置开机自动登录到iscs...
分类:
其他好文 时间:
2014-05-31 19:21:18
阅读次数:
466
iscsi initiator端 (1)安装open-scsi sudo apt-get
install open-iscsi open-iscsi-utils (2)发现iscsi target sudo iscsiadm -m discovery
-t sendtargets -p 192.16...
分类:
其他好文 时间:
2014-05-31 19:10:06
阅读次数:
265