摘要: @RequestMapping("/download.do") public void download(HttpServletRequest request, HttpServletResponse response) throws Exception { String filePath = "文件路径"; ... 阅读全文
posted @ 2015-08-31 15:34 ordinary01 阅读(322) 评论(0) 推荐(0) 编辑
摘要: instanceof String s = ""; System.out.println(s instanceof String); // true simpleName String s = ""; System.out.println(s.getClass().getSimpleName()); // String 阅读全文
posted @ 2015-08-31 12:07 ordinary01 阅读(8403) 评论(0) 推荐(1) 编辑
摘要: 1.下载解压包 下载地址 ,下载之后我是直接解压到E:\emacs中的,E:\emacs中就有bin,libexec…等文件;2.点击bin中的addpm.exe文件进行安装emacs;3.就会发现配置文件在C:\Users\电脑名\AppData\Roaming\.emacs,(可以打开emacs... 阅读全文
posted @ 2015-08-31 00:10 ordinary01 阅读(1448) 评论(0) 推荐(0) 编辑