Hope we can find Avatar and goal in.Program: simple client/server, loopback
Tools: CRIU does checkpoint/restore work
ps -ef
liuqius+ 20052 2464 0 22:00 pts/6 00:00:00 ./server 7022
liu...
分类:
其他好文 时间:
2015-03-01 00:24:50
阅读次数:
523
Purpose:If we get rid of cgroup and lxc when we do dump through criu, it is good for us to make migration successfullyLXC:CRIU itself doesn’t dump lxc(container) unless using lxc-checkpoint tool. So b...
分类:
其他好文 时间:
2015-02-25 23:45:34
阅读次数:
200
首先:在项目中使用命令
./yii migrate/create create_users_table
在项目中的migrations目录中生成相应的创建表的文件
use yii\db\Schema;
use yii\db\Migration;
use yii\db\mysql;
class m150225_074041_create_users_table exte...
分类:
其他好文 时间:
2015-02-25 18:37:03
阅读次数:
214
原文:http://www.visualstudio.com/zh-cn/explore/vso-integrations-directory-vs
分类:
其他好文 时间:
2015-02-12 10:34:42
阅读次数:
131
Oracle 创建数据库图文分解: 1. 选择所有程序->Oracle-OraDb11g_home1->Configuration and Migration Tools -> Database Configuration Assistant, 如下图所示: 2. 步骤1完成后出现如下图所示,点击一...
分类:
数据库 时间:
2015-02-10 13:13:40
阅读次数:
183
rails项目中由于后期需求变化,需要在products数据库中增加一个字段来满足多国家商品的分类:rails g migration add_locale_to_products locale:string...
分类:
数据库 时间:
2015-02-07 18:59:22
阅读次数:
291
往往,我们PS查看进程的时候,可以看到STAT一栏中,表示进程的状态;[root@iZ28lzm2ehvZ~]#psaxuUSERPID%CPU%MEMVSZRSSTTYSTATSTARTTIMECOMMANDroot10.00.010368148?Ss20140:02init[3]root20.00.000?S<20140:00[migration/0]root30.00.000?SN20140:00[ksoftirqd/0]root40.00..
分类:
系统相关 时间:
2015-02-03 19:42:14
阅读次数:
366
Django下一个版本是1.7,增加了类似South的migration功能,修改Model后可以在不影响现有数据的前提下重建表结构。这真是个千呼万唤始出来的feature了,所以做个简单的整理分享。文章包含部分源代码,对具体怎么实...
分类:
其他好文 时间:
2015-02-03 17:38:24
阅读次数:
154
An introduction of LepideMigrator for Documents....
分类:
其他好文 时间:
2015-02-03 13:25:12
阅读次数:
165
Docker官方论坛中回复最多的一个帖子“在数据容器内升级数据”...
分类:
其他好文 时间:
2015-01-19 15:48:06
阅读次数:
122