配置文件
dakfjt
这个作者很懒,什么都没留下…
展开
-
HibernateUtil工具类的编写
package com.hlx.util; import org.hibernate.*; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.hibernate.cfg.C转载 2017-03-02 15:40:10 · 355 阅读 · 0 评论 -
SpringMVC+Spring下文件基础配置
web.xml文件配置 <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.co转载 2017-02-22 16:38:50 · 190 阅读 · 0 评论 -
Spring+Struts2+Hibernate 框架整合 配置文件
web.xml: <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://j转载 2017-03-05 11:44:04 · 193 阅读 · 0 评论 -
eclipse 快捷键
Eclipse中10个最有用的快捷键组合 一个Eclipse骨灰级开发者总结了他认为最有用但又不太为人所知的快捷键组合。通过这些组合可以更加容易的浏览源代码,使得整体的开发效率和质量得到提升。 1. ctrl+shift+r:打开资源 这可能是所有快捷键组合中最省时间的了。这组快捷键可以让你打开你的工作区中任何一个文件,而你只需要按下文件名或mask名中的前几个转载 2017-03-31 09:15:58 · 437 阅读 · 0 评论