码迷,mamicode.com
首页 >  
搜索关键字:relational database    ( 15026个结果
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
google host
### 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
Postgresql 技巧
备份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
Code First迁移数据库时发现在的问题“由于一个或多个对象访问此列”
在执行Update-Database 提示ClientConnectionId:f7a284b8-411c-406c-98aa-abaacd37eb88对象'DF__BaiKe_Tit__IsDel__7720AD13' 依赖于 列'IsDelete'。由于一个或多个对象访问此列,ALTER TAB...
分类:数据库   时间:2014-07-24 17:01:56    阅读次数:392
Chapter 1 Securing Your Server and Network(6):为SQL Server访问配置防火墙
SQL Server 的通信基于TCP和UDP端口,如果你需要从非本机的机器上访问SQL Server,需要打开防火墙的端口。...
分类:数据库   时间:2014-07-24 12:25:25    阅读次数:278
Windows下,mysql-5.6.10-winx64 的安装使用问题解决 ( ERROR 1044, ERROR 2003)
问题描述:在官网下载了最新的 mysql-5.6.10-winx64 安装包,登录之后,发现无法进行数据库的创建, 显示错误信息为  ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql' 重启系统后,发现无法登录mysql, 显示错误信息 ERROR 2003: Can't connec...
分类:数据库   时间:2014-07-24 10:43:43    阅读次数:241
redis研究笔记
一. redis Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes   http...
分类:其他好文   时间:2014-07-24 10:32:58    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!