以前假如需要在Azure IaaS 创建的SQL Server AlwaysOn 需要参考以下的步骤From the MVPs: SQL Server High Availability in Windows Azure Iaas在Microsoft Azure 新的门户中,现在开始可以直接创建SQ...
分类:
数据库 时间:
2014-12-11 08:56:34
阅读次数:
220
Beat
Time Limit: 6000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 669 Accepted Submission(s): 424
Problem Description
Zty is a man that always fu...
分类:
其他好文 时间:
2014-12-10 19:52:42
阅读次数:
192
当我们讨论指针时,通常假设它是一种可以用 void * 指针来表示的东西,在
x86_64 平台下是 8 个字节大小。例如,下面是来自 维基百科中关于 x86_64 的文章 的摘录:
Pushes and pops on the stack are always in 8-byte strides, and pointers are 8 bytes wide.
从 CPU 的角...
分类:
编程语言 时间:
2014-12-09 23:06:35
阅读次数:
293
linux内核中内存相关的操作函数1、kmalloc()/kfree()static __always_inline void *kmalloc(size_t size, gfp_t flags)内核空间申请指定大小的内存区域,返回内核空间虚拟地址。在函数实现中,如果申请的内存空间较大的话,会从bu...
分类:
系统相关 时间:
2014-12-08 21:08:09
阅读次数:
340
总体而言,这本书的作者的观点就是,你只有做好了,才会有兴趣,而不是一开始就找可能并不存在的所谓兴趣——好多人就败在不停地找这么一个根本就不存在的兴趣。这个观点简直就是拯救那些乔布斯的粉丝:Following your heart is not always right.事实上,再有意思的兴趣,深入下...
分类:
其他好文 时间:
2014-12-08 17:30:20
阅读次数:
166
In the lastduring, I am studying the basic about struts2.
At be ginning,I always am confused by the namespace of struts2 xml configuration file.
Cause, sometimes I shall read some examples...
分类:
其他好文 时间:
2014-12-07 23:13:36
阅读次数:
169
有n个点,问第k天从1到n的最少花费(第0天在点1)
已知两两之间穿梭需要的花费
已知从x到y,第几天的花费是多少(每天花费都可能不同,为0代表该天不可走)
啊,就是这样...
分类:
其他好文 时间:
2014-12-07 21:46:36
阅读次数:
254
当提及指针时,我们通常认为它是可以用void * 指针表示的在x86_64架构上占用8字节的东西。例如, 维基百科有一篇 关于x86_64的文章 中这样写道: Pushes and pops on the stack are always in 8-byte strides, and pointe....
分类:
编程语言 时间:
2014-12-04 13:54:04
阅读次数:
178
当我们讨论指针时,通常假设它是一种可以用void *指针来表示的东西,在 x86_64 平台下是 8 个字节大小。例如,下面是来自维基百科中关于 x86_64 的文章的摘录:Pushes and pops on the stack are always in 8-byte strides, andp...
分类:
编程语言 时间:
2014-12-03 00:07:50
阅读次数:
156
HFileBlock官方源码注释:ReadingHFileversion 1 and 2 blocks, and writing version 2 blocks.In version 1 all blocks are always compressed or uncompressed, as sp...
分类:
其他好文 时间:
2014-12-02 22:20:25
阅读次数:
577