摘要: settings.xml <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:/ 阅读全文
posted @ 2016-03-25 16:55 居无常 阅读(2281) 评论(0) 推荐(0)
摘要: 我本机电脑点击该链接后弹出的窗口 阅读全文
posted @ 2016-03-25 14:19 居无常 阅读(2747) 评论(0) 推荐(0)
摘要: 转:http://www.admin10000.com/document/6436.html 一、SpringMVC基础入门,创建一个HelloWorld程序 1.首先,导入SpringMVC需要的jar包。 2.添加Web.xml配置文件中关于SpringMVC的配置 1 2 3 4 5 6 7 阅读全文
posted @ 2016-03-24 22:37 居无常 阅读(161) 评论(0) 推荐(0)
摘要: org.springframework.web.context.ContextLoaderListener struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter struts2 /* --> 阅读全文
posted @ 2016-03-24 22:28 居无常 阅读(146) 评论(0) 推荐(0)
摘要: 參考:http://www.jb51.net/css/76707.html http://www.webhek.com/remove-whitespace-inline-block/ 去掉display:inline-block元素间的多余空白如下一段代码,display:inline-block元 阅读全文
posted @ 2016-03-23 11:31 居无常 阅读(529) 评论(0) 推荐(0)
摘要: hibernate @Transient (待续。。。) 阅读全文
posted @ 2016-03-21 23:12 居无常 阅读(174) 评论(0) 推荐(0)
摘要: js: html: 阅读全文
posted @ 2016-03-21 10:42 居无常 阅读(883) 评论(0) 推荐(0)
摘要: java DI 框架spring(web)、Guice(web)、Dagger&Dagger2(android) (待续...) 阅读全文
posted @ 2016-03-20 22:51 居无常 阅读(457) 评论(0) 推荐(0)
摘要: 转:http://www.360doc.com/content/16/0320/14/18636294_543805051.shtml 结果图: 欢迎加入,Java,前端的共同学习【爱问共享编程部落】 479668591 阅读全文
posted @ 2016-03-20 14:58 居无常 阅读(8493) 评论(0) 推荐(0)
摘要: 转:http://www.cnblogs.com/tazi/archive/2012/01/04/2311588.html 主键: JPA主键的生成策略不像Hibernate那么丰富。 @Id @GeneratedValue(strategy=GenerationType.IDENTITY) pri 阅读全文
posted @ 2016-03-17 10:46 居无常 阅读(1154) 评论(0) 推荐(0)