摘要: https://jingyan.baidu.com/article/154b463178aec928cb8f416d.html 创建需要远程的两个用户账号。点击桌面计算机,右键 >管理 >本地用户和组 >用户 >新建用户。假设创建一个用户UserTable。 开启计算机远程。点击桌面计算机,右键 > 阅读全文
posted @ 2017-12-29 16:16 袋子里的袋鼠 阅读(2469) 评论(0) 推荐(0) 编辑
摘要: import java.util.zip.ZipEntry;import java.util.zip.ZipFile; ZipFile zipFile = null; try { zipFile = new ZipFile(oldFile,Charset.forName("GBK"));//oldF 阅读全文
posted @ 2017-12-23 15:38 袋子里的袋鼠 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 1.传统下载public class DownloadAction extends ActionSupport { private String fileName;//文件名称 public void setFileName(String fileName) { if (ServletActionC 阅读全文
posted @ 2017-12-06 20:12 袋子里的袋鼠 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 1.表单提交文件上传 public class FileUpload extends ActionSupport { private List<File> file ; private List<String> fileFileName ; private List<String> fileCont 阅读全文
posted @ 2017-12-06 20:01 袋子里的袋鼠 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.获取URL路径参数: http://localhost:8080/demo/index.jsp?flag=kkkk <s:property value="#parameters.flag" /> 2.JS获取<s:property>的值 var stype='<s:property value= 阅读全文
posted @ 2017-12-06 11:15 袋子里的袋鼠 阅读(98) 评论(0) 推荐(0) 编辑
摘要: <!-- jfreechart begin --> <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.23</version> </dependency> <dependency> 阅读全文
posted @ 2017-06-26 16:23 袋子里的袋鼠 阅读(1887) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.1.7</version></dependency><dependency> <groupId>com.lowagie</gro 阅读全文
posted @ 2017-06-26 15:55 袋子里的袋鼠 阅读(1116) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>4.2.0</version></dependency><dependency> <groupId>com.itextpdf</gr 阅读全文
posted @ 2017-06-26 15:37 袋子里的袋鼠 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: 一:将Name中的字符COPY至Comment中 Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model S 阅读全文
posted @ 2017-05-31 14:27 袋子里的袋鼠 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.csdn.net/itmyhome1990/article/details/42099885 <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>< 阅读全文
posted @ 2017-05-03 12:08 袋子里的袋鼠 阅读(1509) 评论(0) 推荐(0) 编辑