这是微软官方教程Getting Started with Entity Framework 6
Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序更新相关数据原文:Updating Related
Data with the Entity Fra...
分类:
Web程序 时间:
2014-05-17 01:28:45
阅读次数:
510
/** * Created with IntelliJ IDEA. * User:
li_zhe * Date: 14/05/06 * Time: 12:34 * To change this template use File |
Settings | File Templates. */pack...
分类:
其他好文 时间:
2014-05-16 22:09:34
阅读次数:
431
Welcome to MarkdownPad 2MarkdownPad is a
full-featured Markdown editor for Windows.Built exclusively for MarkdownEnjoy
first-class Markdown support wi...
分类:
其他好文 时间:
2014-05-16 21:05:28
阅读次数:
265
第三章 share pool 调整1、sga 组成部分1)database
buffer2)redolog buffer3)share pool
:共享池,存放最近最常使用的sql和plsql语句及解析计划和数据字典信息---library cache: 存放最近最常使用的sql及plsql 语句....
分类:
其他好文 时间:
2014-05-16 19:08:16
阅读次数:
489
memcached 和 redis
的set命令都有expire参数,可以设置key的过期时间。但是redis是一个可以对数据持久化的key-value
database,它的key过期策略还是和memcached有所不同的。梳理,整理如下:redis通过expire命令来设置key的过期时间。语法...
分类:
其他好文 时间:
2014-05-14 07:09:41
阅读次数:
242
效果图:
程序代码:
bool HelloWorld::init()
{
//////////////////////////////
// 1. super init first
if ( !CCLayer::init() )
{
return false;
}
CCSize visibleSize =...
分类:
移动开发 时间:
2014-05-13 16:27:03
阅读次数:
402
一: 新建文件夹和文件:
Mongo安装在F:\DataBase\MongoDB_2.6, 在此目录下新建文件夹:
F:\DataBase\MongoDB_2.6\data\db
F:\DataBase\MongoDB_2.6\data\log
F:\DataBase\MongoDB_2.6\data\log\MongoDB.log
二: 创建数据库
跳到 F:\D...
分类:
数据库 时间:
2014-05-13 14:19:45
阅读次数:
421
一、实现一个类,继承SQLiteOpenHelper类,并实现构造函数,onCreate()onUpgrade()importandroid.content.Context;
importandroid.database.DatabaseErrorHandler;
importandroid.database.sqlite.SQLiteDatabase;
importandroid.database.sqlite.SQLiteDatabase.CursorFactory..
分类:
移动开发 时间:
2014-05-13 12:29:11
阅读次数:
344
本文主要介绍linux下oracle的安装,主要分为3部分:准本工作、安装oracle软件、用dbca工具创建数据库。实验环境:rhel5.6+oracle_database_linux32.zip(10.2.0.1.0)实验过程:首先要确保linux系统内存大小在1G以上,另外/home与/目录也要足够大.1.在安装oracle软件前,linux需..
分类:
数据库 时间:
2014-05-13 12:21:58
阅读次数:
568