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
1. GPIO 1.1 简介 GPIO, General Purpose I/O, 通用输入输出接口, 是最简单的数字输入输出引脚- 作为输出可以有两种状态: 0和1- 作为输入,它接收外面输入的数字信号 1.2 功能 GPIO可以用于输入、输出或其他特殊功能通常通过寄存器配置引脚功能用来选择这些功...
分类:
其他好文 时间:
2015-02-23 00:13:30
阅读次数:
290
1、不可见字段在Oracle11gR1中,Oracle以不可见索引和虚拟字段的形式引入了一些不错的增强特性。继承前者并发扬光大,Oracle12cR1中引入了不可见字段思想。在之前的版本中,为了隐藏重要的数据字段以避免在通用查询中显示,我们往往会创建一个视图来隐藏所需信息或应用某些安全..
分类:
数据库 时间:
2015-02-21 21:08:02
阅读次数:
235
The programThe purpose of this assignment is to provide some exercise in using multiply-linked data structures.Your program will be anumber grid. It w...
分类:
编程语言 时间:
2015-02-15 15:02:59
阅读次数:
226
This project will demo the techniques that would be used in our project. This version 1 will be just a general-purpose website, it has front-end and backend, the backend requires login. The documen...
分类:
编程语言 时间:
2015-02-10 02:04:11
阅读次数:
171
#!/bin/bash
# -----------------------------------------------------------------------
# Script Name: inf_impobj.sh
# Purpose: To batch export mappings or workflows to xml files
# Created by: indiff...
分类:
系统相关 时间:
2015-02-05 15:02:19
阅读次数:
205
Python TutorialPython is a general-purpose interpreted, interactive, object-oriented and high-level programming language. Python was created by Guido ...
分类:
编程语言 时间:
2015-02-04 07:01:59
阅读次数:
147
从第一次接触python的面向对象编程时起就很看不惯它的self,简直反人类。相关资源:What is the purpose of self in Python?http://stackoverflow.com/questions/2709821/what-is-the-purpose-of-se...
分类:
编程语言 时间:
2015-02-01 19:09:20
阅读次数:
200
#define method 2
#if method == 0x00
#include
#include
/*
* struct array_cache
*
* Per cpu structures
* Purpose:
* - LIFO ordering, to hand out cache-warm objects from ...
分类:
编程语言 时间:
2015-01-31 14:48:13
阅读次数:
276
这两天有点时间,捣鼓了下那闲置好久的树莓派,把普通PC主板的蜂鸣器作为树莓派的报警器用。Raspberry Pi有许多的GPIO(General Purpose Input Output:通用输入/输出),可以用来控制和读取数字电路中TTL电平的逻辑0和逻辑1。我们要使用RPi的GPIO首先要知其G...
分类:
其他好文 时间:
2015-01-30 15:31:01
阅读次数:
778