码迷,mamicode.com
首页 >  
搜索关键字:database runinstalle    ( 14189个结果
以编程的方式使用SQLite数据库 执行CRUD(创建 读取 更新 删除)操作
DBAdapter数据库辅助类package com.databses; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; impor...
分类:数据库   时间:2014-07-26 00:19:26    阅读次数:335
有时候,大神,和神是没有区别的,这,
微软认证:系统类 Microsoft Certified Professional Microsoft Certified Systems Administrator Microsoft Certified Systems Engineer Microsoft Certified Database ...
分类:其他好文   时间:2014-07-26 00:02:46    阅读次数:397
PDO beginTransaction (),exec(),commit ()
$dsn = 'sqlsrv:server=.\SQLExpress;Database=thinkphp'; $user = 'admin'; $password = 'pass1234'; try { $conn = new PDO($dsn, $user,...
分类:其他好文   时间:2014-07-25 16:42:11    阅读次数:268
よく使う英語につぃて
Database memory threshold 数据库内存阈值 Self tuning memory 自调整内存 Utilities heap size 实用程序堆大小 Number of asynchronous page clea...
分类:其他好文   时间:2014-07-25 16:34:31    阅读次数:262
如何获取oracle dbid
1.查询v$database获得 由于DBID在控制文件和数据文件中都存在记录,所以如果能够mount数据库就可以查询v$database视图获得.  SQL> alter database mount; Database altered. SQL> select dbid from v$database;       DBID ----...
分类:数据库   时间:2014-07-25 11:20:41    阅读次数:332
Hibernate自动生成DO手写DAO的注意事项
自动生成DO,手写DAO:Myeclipse添加Hibernate支持:注意别勾abstract生成DO:进入MyEclipse的Database Explorer右键要操作的表(注意一定要有主键)点击Hibernate Reverse,其中Id选择native。手写DAO:Configuratio...
分类:系统相关   时间:2014-07-25 03:36:14    阅读次数:305
android 读取SQLite android could not open the database in read/write mode错误
由于AndroidManifest.xml文件中uses-permission没有设置权限问题
分类:移动开发   时间:2014-07-25 02:33:24    阅读次数:528
SpringMVC(Mysql database)
一直用的是ssh,因为公司要用到SpringMVC,以前也没接触过,所以今天来和大家一起学习一下这个框架,以便工作需要。 例子大家可以到我上传的资源处http://download.csdn.net/download/tjcyjd/4251483下载。 首先我们先来了解一下什么是模式,模式就是解.....
分类:数据库   时间:2014-07-25 02:33:14    阅读次数:506
Linux( rhel-server-7.0-x86_64)安装Oracle Database 12c Release 1
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
英語につぃて
Database memory threshold 数据库内存阈值 Self tuning memory 自调整内存 Utilities heap size 实用程序堆大小 Number of asynchronous page clea...
分类:其他好文   时间:2014-07-24 22:16:42    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!