- 浏览: 151096 次
- 性别:
- 来自: 广州
最新评论
-
fantasySun:
LZ你好,有个问题要请教你一下,我通过修改tomcat下面的c ...
tomcat绑定域名 -
yyf365:
请问,你的这种实现方式,能否解决多个数据源同时使用OpenSe ...
多数据源---SessionFactory -
fengweizhi1985:
非常不错的正解!
java取整和java四舍五入方法 -
pye:
要使用runtimeException才会回滚的
Spring事务配置的五种方式 -
wubaodong:
通过apache实现了,谢谢您的文章
tomcat绑定域名
文章列表
Java设计模式分为创建模式, 结构模式, 行为模式 3种类型, 下面我们分别加以阐述:
Java设计模式之创建模式包括:
Factory, 工厂模式 给你系统带来更大的可扩展性和尽量少的修改量
1.如果创建一个对象需要很多的初始化条件的
2.类有些子类的,或者有两个类有同样的一些特性。
Singleton, 单例模式
Builder, 建造模式
Prototype, 原型模式
Java设计模式之结构模式包括:
Facade, 门面模式
Decorator, 装饰模式
Composite, 合成模 ...
spring配置文件错误referenced file contains errors
[color=Red]错误提示为:referenced file contains errors([url]http://www.springframework.org/schema/beans/spring-beans-2.0.xsd[/url])运行没有问题,但是有红叉叉,网下找了以下文章解决了问题:[/color]今天联系Spring+Hibernate基础,没办法,SSH配置一直一直在出问题,只能一点一点的调了~首先在新建工程的时候就出现了问题,用MyEclipse加入Spring支持的时候就出现了 ...
1.安装:python-2.6.2.msi
2.change-svn-wc-format.py放到python根目录下
3.到change-svn-wc-format.py所在目录
C:\Python26>change-svn-wc-format.py E:\MIS\miswork\workspace\ccms 1.5
项目 修改到的 ...
在线uml: http://www.soyatec.com/update
在线svn : http://subclipse.tigris.org/update_1.4.x http://subclipse.tigris.org/update_1.6.x
在线android:https://dl-ssl.google.com/android/eclipse/
在线propertiest Edit : http://propedit.sourceforge.jp/eclipse/updates
1. 用ireport绘制出.jrxml文件
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Created with iReport - A designer for JasperReports -->
<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperrep ...
1.pages封装类
package com.jquery.vo;
import java.util.List;
import com.jquery.entity.Jquerydeltail;
public class Pages {
private int totalRows; //所有行
private int pageSize; //每页显示条数 ---赋值处理
private int currentPage; //当前页 ----赋值处理
private int totalPage; //所有页
private in ...
1. OutputExcelFile.java 工具类只开放outputExcel一个方法。
package com.test.output;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetExc ...
1.dbunit+spring 必须
dbunit2.2+spring.2.5+junit4.4+spring-test-2.5.6.jar+commons-dbcp-1.0.jar+commons-pool-1.0.jar
2.被测试类
public class PersonDaoImpl2 implements PersonDao {
private HibernateTemplate template;
public Person find(Integer id) throws SQLException, Exception {
Person perso ...
1. 加包dbunit-2.2.jar,数据库驱动
2. 数据库表
+----------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+-------------+------+-----+---------+-------+
| id | int(11) | NO | PRI | | |
| nam ...
1.tomcat的server.xml
//jvmRoute 指定名字是apache认识的唯一表示 <Engine name="Standalone" defaultHost="localhost" jvmRoute="tomcat2"> <!-- <Engine name="Catalina" defaultHost="localhost"> --> 第二个tomcat: <Engine name="Standalone&quo ...
package com;
import java.io.InputStream;
import java.util.Properties;
public class Test {
public static void main(String[] args) throws Exception{
// TODO Auto-generated method stub
Properties pre = new Properties();
InputStream is = Test.class.getResourceAsStream("JdbcDemo ...
1.js
//id|->{s1;[]}
var dicObject = new ActiveXObject("Scripting.Dictionary");
//id|->s1
var dicId = new ActiveXObject("Scripting.Dictionary");
//id中2:->se1 ..dicSon
var dicRele = new ActiveXObject("Scripting.Dictionary");
//空dic
var dicNull = new ...
public class TestImage {
private static String driver = "com.mysql.jdbc.Driver";
private static String url="jdbc:mysql://localhost:3306/hejietest";
private static String username = "root";
private static String password = "123";
private static Connect ...
1。MyEclipse6.6\
2。Flex Builder 3 Plug-in
3。 运行D:\web_work\MyEclipse6.6\eclipse。。。。正常打插件指向D:\soft\Flex Builder 3 Plug-in\com.adobe.flexbuilder.update.site
1.struts.xml
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.1.7//EN"
"http://struts.apache.org/dtds/struts-2.1.7.dtd">
<struts>
<package name=" ...