摘要: 阅读全文
posted @ 2017-12-13 09:55 缺氧的鱼520 阅读(104) 评论(0) 推荐(0) 编辑
摘要: import java.io.File;/** * 文件名大写转小写,小写转大写 * @author zjq * */public class EditName { public static void main(String[] args) { File file = new File("D:\\ 阅读全文
posted @ 2017-11-03 18:27 缺氧的鱼520 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 一、校验数字的表达式 二、校验字符的表达式 三、特殊需求表达式 阅读全文
posted @ 2017-09-28 15:50 缺氧的鱼520 阅读(1068) 评论(0) 推荐(0) 编辑
摘要: A conflict in the working copy obstructs the current operationorg.tigris.subversion.javahl.ClientException: A conflict in the working copy obstructs t 阅读全文
posted @ 2017-09-19 11:18 缺氧的鱼520 阅读(306) 评论(0) 推荐(0) 编辑
摘要: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in class path resource [applicationContex 阅读全文
posted @ 2017-09-12 20:18 缺氧的鱼520 阅读(1187) 评论(0) 推荐(0) 编辑
摘要: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework 阅读全文
posted @ 2017-09-10 16:15 缺氧的鱼520 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Maven坐标引入: <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>3.2.2</version> </dependency> <dependency 阅读全文
posted @ 2017-09-06 20:39 缺氧的鱼520 阅读(363) 评论(0) 推荐(0) 编辑
摘要: <script type="text/javascript"> function submitFrom(){ $("#idForm").submit(); }; </script></head><body> <h1>文件上传演示</h1> <iframe name="aa" style="displ 阅读全文
posted @ 2017-09-02 21:54 缺氧的鱼520 阅读(121) 评论(0) 推荐(0) 编辑
摘要: private File xls; public void setXls(File xls) { this.xls = xls; } @Action("AreaAction_upload") public String upload() throws Exception { List<Area> l 阅读全文
posted @ 2017-09-02 21:37 缺氧的鱼520 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1,web.xml配置: <!-- 延长session生命周期在到web层的配置 --> <filter> <filter-name>OpenSessionInViewFilter</filter-name> <filter-class>org.springframework.orm.hiberna 阅读全文
posted @ 2017-09-01 14:06 缺氧的鱼520 阅读(191) 评论(0) 推荐(0) 编辑