1、前言 Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems(Eucalyptus)是一种开源的软件基础结构,用来通过计算集群或工作站群实现弹性的、实用的云计算。它最初是美国加利福尼亚....
通过修改/etc/magic能够增加可识别的文件类型/etc/magic有四个字段:offsetdata-typevaluefile-typeoffset文件中的偏移量,从0开始计算.表示file从该偏移量开始匹配data-type测试类型.文本比较用string,字节比较用offset,两字节比较用short,四字节比较用longvalue用户希望的值,若..
分类:
其他好文 时间:
2014-09-26 11:22:09
阅读次数:
169
内核文件 arch/x86/kernel/syscall_64.c 文件中包含了一个头文件 arch/x86/include/asm/asm-offset.h ,这个文件在内核构建之初是不存在的,是在构建过程中生成的。下面我们来看看它是如何生成的。1.include/linux/kbuild.h#d...
分类:
其他好文 时间:
2014-09-25 20:18:57
阅读次数:
220
outline的属性与border大体相似。outline有outline-color,outline-style,outline-style,outline-width,还有一个用于设置偏移位置的属性:outline-offset,当offset为负值时,表示像内偏移多少像素。outline-co...
分类:
其他好文 时间:
2014-09-25 16:46:09
阅读次数:
149
为什么[oracle@jibo admin]$ tnsping 192.168.1.4
TNS Ping Utility for Linux: Version 11.2.0.4.0 - Production on 24-SEP-2014 09:01:28
Copyright (c) 1997, 2013, Oracle. All rights reserved.
Used parameter files:
Used HOSTNAME adapter to resolve the alias
Att...
分类:
数据库 时间:
2014-09-24 12:36:36
阅读次数:
991
MySQL5.1.73参数Variable_name Valueauto_increment_increment 1auto_increment_offset 1autocommit ONautomatic_sp_privileges ONback_log ...
分类:
数据库 时间:
2014-09-24 04:36:25
阅读次数:
678
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump
utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:
其他好文 时间:
2014-09-23 13:35:54
阅读次数:
362
写一个Python版本的小工具,可以在上班的时候刷一下你关注的股票信息,代码如下:
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import urllib.request
#debug=True
debug=False
class Utility:
def ToGB(str):
if(debug): print(str)...
分类:
编程语言 时间:
2014-09-23 13:29:34
阅读次数:
275
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content...
分类:
其他好文 时间:
2014-09-23 13:12:15
阅读次数:
222