2017年4月11日

myeclipse按.自动提示方法

摘要: 第一步:菜单Window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打勾。 第二步:菜单 Window->Preferences->Java->Editor->Content Assist->Advan 阅读全文

posted @ 2017-04-11 22:38 Kooing 阅读(204) 评论(0) 推荐(0)

文件上传和下载的新理解

摘要: 几个技术要点。 1,hashcode打散,上传和下载都要同一个算法 2,路径问题,上传的是到服务器那里, this.getServletContext().getRealPath("WEB-INF/upload"); this.getServletContext().getRealPath("/") 阅读全文

posted @ 2017-04-11 11:22 Kooing 阅读(664) 评论(0) 推荐(0)

导航