france

https://github.com/francecil

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

02 2015 档案

摘要:用google才收到了这个。。http://stackoverflow.com/questions/12197662/maven-java-web-project-not-recognised-when-importing-into-eclipse就是导入后 是普通的java项目,然后在 proje... 阅读全文
posted @ 2015-02-07 14:24 france 阅读(453) 评论(0) 推荐(0)

摘要:(之前都是在项目右键 propertits----resource---text file encoding里面改成UTF-8的 下面是以后都直接换)window-》preference-》general-》content type 每个子项都设置为UTF-8,注意如果是刚刚换的记得项目reflas... 阅读全文
posted @ 2015-02-06 14:19 france 阅读(257) 评论(0) 推荐(0)

摘要:按照开涛shiro的事例,老是出这个异常原因在于ini文件格式错误,为什么我也不知道 我是这样改的:找到其他可以的(换行的时候能右移两下的)在换行处复制粘贴得到那个格式,新建一个ini文件,把刚刚那些内容复制到这个文件,最后另存为 覆盖掉原来的就ok记得reflash项目一下 不然没能识别 ... 阅读全文
posted @ 2015-02-05 22:59 france 阅读(1204) 评论(0) 推荐(0)

摘要:maven新建项目时报错Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolve... 阅读全文
posted @ 2015-02-05 04:28 france 阅读(1172) 评论(1) 推荐(0)

摘要:遇到的第一个关于反射的bug:java.lang.IllegalArgumentException: wrong number ofarguments的问题解析如下:1、错误bug wrong number of arguments at sun.reflect.NativeConstructor... 阅读全文
posted @ 2015-02-01 13:55 france 阅读(1173) 评论(0) 推荐(0)