- 浏览: 216004 次
- 性别:
- 来自: 北京
最新评论
-
whuvr:
import com.capitalbio.soft.core ...
Jedis+SpringDataRedis+Spring -
tianlanxing:
方法 不对 博主赶紧删了
SpringMVC中获取request与response对象 -
xiaoliu128:
汗。写了一大堆,没看出来是怎么数据库配置权限
shiro拦截url动态配置在数据库 -
javajiangyijin:
你好!按照你说的这样,/** 获取HttpServletRes ...
SpringMVC中获取request与response对象 -
虎踞龙盘忆江南:
你有个地方写的有点问题! appPat ...
Web项目的自定义属性配置文件读取- Windows/Linux
文章列表
在Ant脚本中写入系统环境变量
- 博客分类:
- apache
<property environment="env"/>
<!-- <property name="AXIS2_HOME" value="../.."/> -->
<property name="build.dir" value="build"/>
<path id="axis2.classpath">
<fileset dir="${env.AXIS2_H ...
主要介绍java和javac命令的使用,分带package和不带package,如果要用到第3方包,则使用-classpath参数
1.不带package
Hello.java
public class Hello
{
public static void main(String[] args){
System.out.println("hello");
}
}
c:/java/hello/Hello.java
编译
c:/java/hello>javac Hello.java
生成class文件
c:/java/hello/Hello.class
运行
c:/ja ...
http://www.kollermedia.at/archive/2007/11/21/the-ultimate-jquery-plugin-list/
jQuery is definitely my favourite Javascript Library and this ultimate jQuery Plugin List is for all other jQuery Lovers out there. At the moment there are about 240+ awesome Plugins in the List I'm sure that there are ...
tomcat在启动时出现如下异常问题:
严重: IOException while loading persisted sessions: java.io.EOFException
严重: Exception loading sessions from persistent storage
分析:EOFException表示输入过程中意外地到达文件尾或流尾的信号,导致从session中获取数据失败。异常是tomcat本身的问题,由于tomcat上次非正常关闭时有一些活动session被持久化(表现为一些临时文件),在重启时,tomcat ...
java 调用 webservice
- 博客分类:
- webservice
1.使用HttpClient
用到的jar文件:commons-httpclient-3.1.jar
方法:
预先定义好Soap请求数据,可以借助于XMLSpy Professional软件来做这一步生成。
String soapRequestData = "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
"<soap12:Envelope xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instanc ...
Date and Time Format Patterns
--------------------------------------------------------------------------------
All the patterns:
0 MM/dd/yyyy 08/02/2011
1 dddd, dd MMMM yyyy Tuesday, 02 August 2011
2 dddd, dd MMMM yyyy HH:mm Tuesday, 02 August 2011 06:44
3 dddd, dd MMMM yyyy hh:mm tt Tues ...
通过url下载文件到本地
- 博客分类:
- j2se
1:通过URL下载文件:
public class DownFile {
/**
* @param args
* @throws Exception
*/
public static void main(String[] args) throws Exception {
String encodedStr = java.net.URLEncoder.encode("我是中文","GBK"); // 有时用UTF-8
download("http://www.baidu.com?args=" + ...
此代码:
Criteria criteria = DB.session().createCriteria(Document.class);
criteria.createCriteria("client").add(Restrictions.eq("id", 1));
criteria.createCriteria("client").addOrder(Order.asc("name"));
List list = criteria.list();
其中 client 为 Document 中的一个类属性
报如下 ...
Tomcat 设置 默认url 编码
- 博客分类:
- Tools
Tomcat默认安装时,是8080端口。这时,要使Tomcat支持"UTF-8"的中文地址,只需要在server.xml文件中,将8080端口的标签设置成URIEncoding="UTF-8":
1. "8080" URIEncoding="UTF-8"
2. ...
3. />
当Tomcat用JK与Apache集成时,用works.properties文件来配置Apache和tomcat连接时使用的一些参数。其中包括Apache要使用的Tomcat端口: ...
Tomcat 内存溢出
- 博客分类:
- Tools
在生产环境中tomcat内存设置不好很容易出现内存溢出。造成内存原因是不一样的,当然处理方式也不一样。
这里根据平时遇到的情况和相关资料进行一个总结。常见的一般会有下面三种情况:
1.OutOfMemoryError: Java heap space
2.OutOfMemoryError: PermGen space
3.OutOfMemoryError: unable to create new native thread.
对于前两种情况,在应用本身没有内存泄露的情况下可以用设置tomcat jvm参数来解决。(-Xms -Xmx -XX:Pe ...
数据库中导出PDM:
1.
打开PowerDesigner-》新建-“Physical Data Model”-》DBMS:ORACLE Version 9i
2:
打开PowerDesigner-》菜单栏“Database”-》Database Reverse Engineering-》Using an ODBC data source中选择右边的浏览-》connect to an ODBC Data Source-》在 ...
在一台机器上同时运行多个tomcat 只需将
apache-tomcat-7.0.0\conf\server.xml
中的 所有的 没有被注释掉的 port 端口都更改下
保证每个Tomcat 的相应端口都不相同即可.
1: 下载 Apache Http Server 下载地址:
http://httpd.apache.org/
2: 下载 Subversion 服务器端: 下载地址:
http://subversion.apache.org/docs/release-notes/
1.6版本下载地址:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=11151&expandFolder=11151&folderID= ...
SVN(subversion)是近年来崛起的版本管理工具,是CVS的接班人。目前,绝大多数开源软件都使用SVN作为代码版本管理软件。其在版本控制、团队协作方面的重要性在此不必多说。本文主要对如何在Windows下快速建立SVN服务器及在项目中加以应用做如下说明:
1、 软件下载
1.1服务器端下载:里面有.msi与.zip格式的文件,若下载.zip格式的文件,需自己配置环境变量。
下载地址:
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=11151&expandFolder= ...
要求:
JDK1.5以上(因为Junit4是用注解来实现的)
需要的包
spring-2.5.jar
junit-4.4.jar
spring-test.jar
测试类
package user;
import static org.junit.Assert.fail;
import java.util.Date;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit. ...