`
文章列表
注意:所有使用的架包都已经在这里面了,目标不支持tomcat8经过查询源码,发现tomcat自带架包缺少,tomcat集成redis架包中的类RedisSessionManager有使用到LifecycleSupport类,而LifecycleSupport这个类在tomcat架包中不存在,目前基于tomcat 7来搭建环境。
存储资料
//让窗口居顶部 $('html,body').animate({scrollTop: '0px'}, 0);
MySQL:         String Driver="com.mysql.jdbc.Driver";    //驱动程序     String URL="jdbc:mysql://localhost:3306/db_name";    //连接的URL,db_name为数据库名         String Username="username";    //用户名     String Password="password";    //密码     Class.forName(Driver).ne ...
http://jiuyuehe.iteye.com/blog/1489899 VisualSVN-Server-2.5.5.msi
package com.study.io.inputstream_outputstream; import java.io.IOException; import java.io.PipedInputStream; import java.io.PipedOutputStream; /***  * 多线程读取管道流操作  * @author Administrator  *  */ public class PipedStreamDemo {     public static void main(String[] arg ...
 /**      * 合并分割的文件      * 即:使用序列流来合并分割的文件      * 注意:合并文件时,必须按之前的分割的文件顺序去合并,不然会出现错误      * @throws IOException      */     public static void merge()throws IOException{      File file1=new File("F:\\pic\\1.part");      File file2=new File("F:\\pic\\2.part");      ///通常不适用Vector效率比 ...
1.第一种方法: 解决:修改struts.xml文件中的参数如下 <constant name="struts.multipart.maxSize" value="55000000"/> <action name="UploadFile" class="com.buptisc.srpms.action.UploadFileAction"> <result name="UploadFileResult">/pages ...
<?xml version='1.0' encoding='gbk'?><!--  Licensed to the Apache Software Foundation (ASF) under one or more  contributor license agreements.  See the NOTICE file distributed with  this work for additional information regarding copyright ownership.  The ASF licenses this file to You under th ...
1.表单必须这样写: <form name="wzBaiscBusiForm" method="post" enctype="multipart/form-data" action="">   2.Action中的处理代码 MultiPartRequestWrapper req = (MultiPartRequestWrapper) ServletActionContext.getRequest();  String attmNumber = "";  Enumeration ...
jsp获取项目根路径 <%   String path = request.getContextPath();   String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";   %>
var xScroll = document.body.scrollWidth; //获取整个浏览器窗口的宽度 //event.clientX 获取鼠标移动的位置 即宽度 var x = (( xScroll - event.clientX ) > 300) ? event.clientX : event.clientX-(xScroll - event.clientX );  
在Myeclipse中打开 首选项->xml-xml Catalog 中添加User Specified Entries  点击Add 弹出窗体选择 File System.... ,key Type选择System ID  Key随便写 http://duzitianya.iteye.com/blog/814884   <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis-spring</artifactId> <version> ...
MyBatis 中文帮助文档以及MyBatis包 http://www.leadfar.org/html/JavaSE_1180_944.html
Ibatis帮助文档
Global site tag (gtag.js) - Google Analytics