系统数据监控。using System;using System.Collections.Generic;using System.Diagnostics;using System.Linq;using System.Text;using System.Threading;using Arch.CF...
分类:
其他好文 时间:
2014-08-04 10:51:27
阅读次数:
206
关键词:factory pattern , Dependency Injection(DI), Guice(pronounced “juice” )
参考:
【1】维基DI :http://en.wikipedia.org/wiki/Dependency_injection
【2】一篇博文:http://www.blogjava.net/xylz/archive/2009/xylz/arch...
分类:
其他好文 时间:
2014-07-29 15:10:38
阅读次数:
266
上一篇博文我们分析了中断描述符表的中断门初始化过程,并且在interrupt数组中初始化过程中,可以看到每个中断处理程序都会跳入common_interrupt中。下面我们分析下common_interrupt汇编片段(arch/x86/kernel/entrt_32.S)。 1 .p2al...
分类:
其他好文 时间:
2014-07-29 13:27:38
阅读次数:
345
1.中断描述符表的定义(arch/x86/kernel/traps.c)1 gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss;定义的描述符表为一个结构体数组,数组元素类型为gate_desc,大小为8B。NR_VECTORS宏为256,...
分类:
其他好文 时间:
2014-07-27 21:59:49
阅读次数:
445
Rpm包的命名格式name-version-relase.arch.rpmversion:major.minor.release解释如下:major:主版本号minor:次版本号release:rpm自身的发行号,与程序源码的发行号无关,仅用于标识对rpm包不同制作的修订,同时,release还包含此包适用的OSarch则代表的是适用的平台rpm包的安..
分类:
其他好文 时间:
2014-07-27 12:08:33
阅读次数:
215
1、归档和非归档的区别:1)归档会在日志切换时,备份历史日志,用于OLTP,可以进行冷备份和热备份,可以实现数据库完全恢复、不完全恢复(基于时间点)2)归档会启用arch的后台进程、占用磁盘空间3)非归档用于OLAP/DSS,只能冷备份,只能恢复到最后次备份状态不指定归档位置..
分类:
其他好文 时间:
2014-07-27 12:00:56
阅读次数:
232
多个cu文件nvcc -cubin -m64 -lcudadevrt -lcublas_device -gencode arch=compute_35,code=sm_35 -o test.cubin -c test.cu -dlinkYou can also do that in two step...
分类:
系统相关 时间:
2014-07-26 16:51:12
阅读次数:
350
Arch linuxArch Linux WikiArch linux Wiki Markdown Arch Wiki pythoncontinuing ...
分类:
系统相关 时间:
2014-07-24 09:59:33
阅读次数:
243
1,问题描述,standby从库没有应用redo日志Tue Jul 22 09:05:07 2014RFS[8852]: Assigned to RFS process 12956RFS[8852]: Identified database type as 'physical standby': Client is ARCH pid 16028Tue Jul 22 09:05:09 2014RFS...
分类:
数据库 时间:
2014-07-23 16:37:52
阅读次数:
887
$ clang -dM -E -arch armv7 -x c /dev/null #define OBJC_NEW_PROPERTIES 1 #define __APCS_32__ 1 #define __APPLE_CC__ 6000 #define __APPLE__ 1 #define __...
分类:
其他好文 时间:
2014-07-23 16:18:21
阅读次数:
468