10 2016 档案

java compiler level does not match the version of the installed java project facet
摘要: 阅读全文

posted @ 2016-10-25 12:12 --LP-- 阅读(84) 评论(0) 推荐(0)

ruby 笔记
摘要:https://github.com/LPxfdDpp/ruby-study 阅读全文

posted @ 2016-10-19 15:44 --LP--

SpringMVC的controller方法上若需要参数 如User
摘要:Bean: public class User { private String name; private String password; public String getName() { return name; } public void setName(String name) { th 阅读全文

posted @ 2016-10-10 10:33 --LP-- 阅读(163) 评论(0) 推荐(0)

maven project 更新总是jre-1.5
摘要:解决如下: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>jd 阅读全文

posted @ 2016-10-08 13:26 --LP-- 阅读(200) 评论(0) 推荐(0)

图解 classpath
摘要:先引用几句网上流传的话: 首先 classpath是指 WEB-INF文件夹下的classes目录 classpath 和 classpath* 区别: classpath:只会到你指定的class路径中查找文件; classpath*:不仅包含class路径,还包括jar文件中(class路径)进 阅读全文

posted @ 2016-10-07 21:20 --LP-- 阅读(207) 评论(0) 推荐(0)

导航