自动生成DO,手写DAO:Myeclipse添加Hibernate支持:注意别勾abstract生成DO:进入MyEclipse的Database Explorer右键要操作的表(注意一定要有主键)点击Hibernate Reverse,其中Id选择native。手写DAO:Configuratio...
分类:
系统相关 时间:
2014-07-25 03:36:14
阅读次数:
305
由于AndroidManifest.xml文件中uses-permission没有设置权限问题
分类:
移动开发 时间:
2014-07-25 02:33:24
阅读次数:
528
一直用的是ssh,因为公司要用到SpringMVC,以前也没接触过,所以今天来和大家一起学习一下这个框架,以便工作需要。 例子大家可以到我上传的资源处http://download.csdn.net/download/tjcyjd/4251483下载。 首先我们先来了解一下什么是模式,模式就是解.....
分类:
数据库 时间:
2014-07-25 02:33:14
阅读次数:
506
折腾好久不行,问题关键是找不到到底是哪个进程造成了锁死,v$locked_object这个视图又没有权限。 最终解决方法如下: PL/SQL Developer 中 Tools->Sessions打开session窗口,在窗口的下半部分有一个locks的tab页,...
分类:
数据库 时间:
2014-07-25 00:10:24
阅读次数:
251
1、官方下载安装包:http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.htmllinuxamd64_12102_database_1of2.ziplinuxamd64_12102_database_1of2.zip2、创建oracle用户和组[root@localhost]#groupaddoinstall[root@localhost]#groupadddba[root@..
分类:
数据库 时间:
2014-07-24 23:48:44
阅读次数:
395
Oracle数据库操作中,我们有时会用到锁表查询以及解锁和kill进程等操作,那么这些操作是怎么实现的呢?本文我们主要就介绍一下这部分内容。(1)锁表查询的代码有以下的形式:select count(*) from v$locked_object;select * from v$locked_obj...
分类:
数据库 时间:
2014-07-24 22:21:52
阅读次数:
223
Database memory threshold 数据库内存阈值 Self tuning memory 自调整内存 Utilities heap size 实用程序堆大小 Number of asynchronous page clea...
分类:
其他好文 时间:
2014-07-24 22:16:42
阅读次数:
243
### Host Database## localhost is used to configure the loopback interface# when the system is booting.Do not change this entry.127.0.0.1 localhost255....
分类:
其他好文 时间:
2014-07-24 21:47:13
阅读次数:
553
备份pg_dump -f "F:/dump.sql" -U postgres -h 10.38.197.120 -p 5432 -O恢复psql -f "F:/dump.sql" -U postgres -h -p 5432
分类:
数据库 时间:
2014-07-24 17:16:35
阅读次数:
268
在执行Update-Database 提示ClientConnectionId:f7a284b8-411c-406c-98aa-abaacd37eb88对象'DF__BaiKe_Tit__IsDel__7720AD13' 依赖于 列'IsDelete'。由于一个或多个对象访问此列,ALTER TAB...
分类:
数据库 时间:
2014-07-24 17:01:56
阅读次数:
392