码迷,mamicode.com
首页 >  
搜索关键字:hibernate tools    ( 22191个结果
获取我们自己项目中类路径下的文件
例如我们要获取我们项目类路径下的image-manager.properties  java代码如下 import org.apache.tools.ant.taskdefs.LoadProperties; protected String readConfig() throws FileNotFoundException, IOException { In...
分类:其他好文   时间:2014-05-01 21:53:04    阅读次数:356
Linux重启inotify配置max_user_watches无效被恢复默认值8192的正确修改方法
Linux下Rsync+inotify-tools实现数据实时同步中有一个重要的配置就是设置Inotify的max_user_watches值,如果不设置,当遇到大量文件的时候就会出现出错的情况。一般网上修改方法就是直接修改文件:/proc/sys/fs/inotify/max_user_watch...
分类:系统相关   时间:2014-05-01 21:22:57    阅读次数:715
Rhythmk 学习 Hibernate 01 - maven 创建Hibernate 项目之 增删改查入门
1、环境: Maven :3.1.1 开发工具:Spring Tool Suite 数据库 : Mysql 5.62、项目文件结构文件代码:2.1 、pom.xml 4.0.0 hibernate hibernate 0.0.1-SNAPSHOT jar hibe...
分类:系统相关   时间:2014-05-01 19:43:40    阅读次数:695
pom文件miss artifact com.sun:tools:jar:1.5.0:system问题
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar 解决方法: 1>将eclipse修改为jd...
分类:其他好文   时间:2014-05-01 17:56:11    阅读次数:343
jodatime持久化hibernate jpa
jodatime持久化hibernate jpa...
分类:系统相关   时间:2014-05-01 17:37:17    阅读次数:562
Hibernate中的注解说明
hibernate注解总结
分类:系统相关   时间:2014-05-01 03:11:51    阅读次数:765
traceview缩小操作
mark笔记,也供别人查阅。 关于traceview的使用有往上一大堆文档,当然最权威可以参考google dev: http://developer.android.com/tools/debugging/debugging-tracing.html 但是国内文章一大抄一大转载,除了翻译google的原文外,都没有补充操作方式,在使用上很不方便,只能放大时间轴不能缩小,造成没办法回复初...
分类:其他好文   时间:2014-04-29 13:46:20    阅读次数:410
Json解析tool工具
JsonTools package com.example.weather_json.tools; import java.util.ArrayList; import java.util.List; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import co...
分类:Web程序   时间:2014-04-29 13:37:21    阅读次数:1039
SSH环境搭建,配置整合初步(一)
1,新Web工程,并把编码设为utf-8(所有的都是uft8数据库也是,就不会乱码了) 2,添加框架环境 Junit Struts2 Hibernate  Spring 3,整合SSH Struts2与Spring整合 Hibernate与Spring整合 4,资源分类 5,配置日志 Struts2 jar包 struts.xml, web.xml Hi...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:304
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not...
分类:系统相关   时间:2014-04-29 13:15:20    阅读次数:411
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!