- 浏览: 87456 次
- 性别:
- 来自: 深圳
最新评论
文章列表
http://jqueryte.com/documentation
http://my.oschina.net/gavin0/blog/337400
http://wenku.baidu.com/view/0d41f683bceb19e8b8f6ba98?fr=prin
http://www.oschina.net/p/lhgcalendar
http://www.oschina.net/p/jquery_datepicker
http://fengyuanchen.github.io/datepicker/
http://www.111cn.net/wy/jquery/5 ...
startup.bat
call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%
default port 8000
Gradle notes
- 博客分类:
- Building Tools
eclipse{ classpath{ defaultOutputDir = file('eclipse-bin')
file{ whenMerged{ cp -> def e = cp.entries.find{ (it.getKind() == 'src') && (it.path == 'src') }
def includes = (sourceSets.main.java.includes << sourceSets.main.resources.includes).flatten() include ...
20150524
README
1 set up DEV environment
a) install gradle (https://gradle.org/downloads/) and add it into PATH. Then check if gradle can work. (gradle --version)
b)Download goodqaBak and rename to goodqa, then change your directory to goodqa, and you can see build.gradle under that folder. ...
<转>Java数据库连接池比较
- 博客分类:
- Database
原文:http://blog.csdn.net/bbirdsky/article/details/8120456
现在常用的开源数据库连接池主要有c3p0、dbcp、proxool三种,其中:
Spring 推荐使用dbcp;
Hibernate 推荐使用c3p0和proxool;
1、 DBCP:Apache
DBCP(DataBase connection pool)数据库连接池。是Apache上的一个 java连接池项目,也是tomcat使用的连接池组件。单独使用dbcp需要3个包:common-dbcp.jar,common-pool.jar,common-collecti ...
- 2015-05-14 14:43
- 浏览 452
- 评论(0)
<转>HSQLDB 安装与使用
- 博客分类:
- Database
http://www.cnblogs.com/saintaxl/archive/2012/01/20/2328356.html
HSQLDB是一个轻量级的纯Java开发的开放源代码的关系数据库系统,其体积小,占用空间小,使用简单,支持内存运行方式等特点。可以在
http://sourceforge.net/projects/hsqldb/files/
下载最新的HSQLDB版本。我这里下载的是 HSQLDB 2.2.7 版本。下载完之后,把它解压到任一目录下,如 E:\hsqldb 下,完成安装工作。
Hsqldb有四种运行模式:
一、内存(Memory-Only)模式:所有的数据 ...
Tomcat has already provided the implementation for remote debuging, only slight changes in startup.bat or catalina.bat would suffice.
catalina.bat jpda start
Then:
open debug configuration in eclipse and new a remote application and start debug.
1) get source jars from repository
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> & ...
APDPlat是Application Product Development Platform(应用级产品开发平台)的缩写。
APDPlat提供了应用容器、多模块架构、代码生成、安装程序、认证授权、备份恢复、数据字典、web service、系统监控、操作审计、统计图、报表、机器绑定、防止破解、数据安全、内置搜索、数据转换、maven支持、WEB组件、内容管理、工作流、Web资源优化等功能。
APDPlat使用的技术主要有:
1)、Web前端使用EXT JS。
2)、前端控制器原来使用Struts2,从版本2.6开始使用Spring MVC。
3)、IOC容器使用Sprin ...
构建
这里搜集了用来构建应用程序的工具。
Apache Maven:Maven使用声明进行构建并进行依赖管理,偏向于使用约定而不是配置进行构建。Maven优于Apache Ant。后者采用了一种过程化的方式进行配置,所以维护起来相当困难。
Gradle:Gradle采用增量构建。Gradle通过Groovy编程而不是传统的XML声明进行配置。Gradle可以很好地配合Maven进行依赖管理,并且把Ant脚本当作头等公民。
字节码操作
编程操作Java字节码的函数库。
ASM:通用底层字节码操作及分析。
I am often approached by programmers that are thinking about leaving their job but want to discuss to see if they are making a wise move. These conversations are quite sensitive in nature and I do not take them lightly, as the decision is rarely easy to make and will have a lasting impact on the pro ...
http://security.group.iteye.com/group/wiki/1710-one-way-encryption-algorithm
http://www.iteye.com/topic/1122076