码迷,mamicode.com
首页 >  
搜索关键字:migration    ( 551个结果
蘑菇云行动前传第17课:Scala并发编程实战
packagecom.dtspark.scala.basicsimportscala.actors.Actor/***Scala多线程实战*1:开发环境:ScalaIDE(版本为:2.11.8)集成开发环境*2:引用jar包:scala-actors.jar,scala-actors-migration.jar*3:该实例使用Scala模式匹配以及Scala多线程使用技术* Scala多线程并发调用方..
分类:其他好文   时间:2016-08-08 01:02:56    阅读次数:200
Asp.net core中Migration工具使用的交流分享
一、文章参数 二、开篇碎语 三、主要内容 四、篇后总结 一、文章参数 开发工具: visual studio 2015 community update 3 + .net core tools(preview2) + sqlserver2012 express 开发环境: win10(版本14393 ...
分类:Web程序   时间:2016-08-07 09:42:17    阅读次数:712
写给.NET开发者的数据Migration方案
微软给我们提供了一种非常好用的数据库迁移方案,但是我发现周围的同学用的并不多,所以我还是想把这个方案整理一下。.NET选手看过来,特别是还在通过手工执行脚本来迁移数据库的同学们,当然你也可以选择EF的Migration方案和FluentMigrator,但是下面我介绍的这种方案符合我对团队协作的所有 ...
分类:Web程序   时间:2016-07-31 20:47:17    阅读次数:310
Core Data 学习:轻量级版本迁移(Lightweight Migration)
什么时候需要版本迁移呢?      答案很简单,什么时候改变数据模型,什么时候就需要版本迁移.    Core Data支持对数据模型(data model)改变的管理。改变数据模型将造成该数据模型与之前的持久化存储(stores)不兼容,而出现错误。所以,如果我们改变了自己的数据模型,就需要将原有的持久化存储中的数据转移到新的模型版本,这一过程就称为版本迁移(migration)...
分类:其他好文   时间:2016-07-13 17:45:30    阅读次数:330
Entity Framework Code-First(22):Code-based Migration
Code-based Migration: Code-based migration is useful when you want more control on the migration, i.e. set default value of the column, etc. Code-Firs ...
分类:其他好文   时间:2016-07-05 18:43:55    阅读次数:265
Entity Framework Code-First(21):Automated Migration
Automated Migration: Entity framework 4.3 has introduced Automated Migration so that you don't have to process database migration manually in the code ...
分类:其他好文   时间:2016-07-05 18:35:49    阅读次数:186
Migration from Zend Framework v2 to v3
Migration from Zend Framework v2 to v3 Zend Framework v2 to v3 has been intended as an incremental upgrade. We have even made efforts in the past year ...
分类:其他好文   时间:2016-07-05 12:21:56    阅读次数:153
Component migration documentation
Component migration documentation The following is a list of migration documents for components we ship. zend-code zend-eventmanager zend-hydrator zen ...
分类:其他好文   时间:2016-07-05 12:06:56    阅读次数:184
laravel5.2如何创建视图表
例:要把mentor_infos和person_infos表创建一个mentor_infos_view视图 1 . php artisan make:migration create_mentor_infos_view ...
分类:其他好文   时间:2016-07-01 13:23:57    阅读次数:161
虚拟机在 OpenStack 里没有共享存储条件下的在线迁移[转]
原文链接:http://www.ibm.com/developerworks/cn/cloud/library/1508_wangyx_openstacklivemigrate/ 迁移(Migration)就是把一个虚拟机从一台物理主机搬到另一台物理主机,动态(Live)就是在迁移过程中虚拟机正常工 ...
分类:其他好文   时间:2016-06-17 23:48:47    阅读次数:290
551条   上一页 1 ... 38 39 40 41 42 ... 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!