09 2017 档案

摘要:如果下边的 further configuration available不出来 把Dynamic web module 去掉勾选,应用与项目,然后再点开项目的properties,再选中Dynamic web module就出来了。 阅读全文
posted @ 2017-09-27 11:13 KylinStayHere 阅读(573) 评论(0) 推荐(0)
摘要:右击项目configure bulid path >libraries >maven dependencies 可以看到每个jar的存放路径 阅读全文
posted @ 2017-09-27 07:55 KylinStayHere 阅读(4830) 评论(0) 推荐(0)
摘要:因工作的关系,Eclipse开发的Java项目拷来拷去,有时候会报一个很奇怪的错误。明明源码一模一样,为什么项目复制到另一台机器上,就会报“java compiler level does not match the version of the installed java project fac 阅读全文
posted @ 2017-09-27 07:33 KylinStayHere 阅读(227) 评论(0) 推荐(0)
摘要:Eclipse项目上存在红叉,但是又不影响运行,同时展开项目未指明任何内容出错,可以按如下步骤进行处理: 0.查看Problems视图,定位错误,发现处理之; 1.检查Build Path中的各个依赖jar及library是否有warning的标志,若有,处理之; 2.project->clean  阅读全文
posted @ 2017-09-27 07:30 KylinStayHere 阅读(18800) 评论(0) 推荐(1)
摘要:http://www.cnblogs.com/noteless/p/5213075.html http://blog.csdn.net/anhuidelinger/article/details/46494375 阅读全文
posted @ 2017-09-26 19:16 KylinStayHere 阅读(169) 评论(0) 推荐(0)
摘要:<tx:advice id="transaction" tranction-manager="transactionManager"> <tx:attributes> <tx:method name="*" isolation="DEFAULT" /> </tx:attributes> </tx:a 阅读全文
posted @ 2017-09-26 07:50 KylinStayHere 阅读(2459) 评论(0) 推荐(1)
摘要:Spring事务为业务逻辑进行事务管理,保证业务逻辑上数据的原子性。 事务得根据项目性质来细分:事务可以设置到三个层面(dao层、service层和web层)。 第一:web层事务,这一般是针对那些安全性要求较高的系统来说的。例如电子商务网站。粒度小,一般系统用不着这么细。 第二:service层事 阅读全文
posted @ 2017-09-26 07:42 KylinStayHere 阅读(1579) 评论(0) 推荐(0)
摘要:在思考总结总 ,待续 阅读全文
posted @ 2017-09-21 11:01 KylinStayHere 阅读(138) 评论(0) 推荐(0)
摘要:SpringMVC的工作原理图: SpringMVC流程 1、 用户发送请求至前端控制器DispatcherServlet。 2、 DispatcherServlet收到请求调用HandlerMapping处理器映射器。 3、 处理器映射器找到具体的处理器(可以根据xml配置、注解进行查找),生成处 阅读全文
posted @ 2017-09-18 18:11 KylinStayHere 阅读(168) 评论(0) 推荐(0)
摘要:原文地址: http://blog.csdn.net/laurel_y/article/details/70842157 阅读全文
posted @ 2017-09-15 12:48 KylinStayHere 阅读(1417) 评论(0) 推荐(0)
摘要:作者:黑猫链接:https://www.zhihu.com/question/22022905来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 这个是webfont 在css里面,如果想使用某个字体,但是又担心用户电脑上没有,就可以使用font-face属性从服务器上引 阅读全文
posted @ 2017-09-15 07:53 KylinStayHere 阅读(5511) 评论(0) 推荐(0)