An extensible file system format for portable storage media is provided. The extensible file system format includes the specification of primary and s...
分类:
其他好文 时间:
2014-08-06 18:43:11
阅读次数:
359
《Microsoft Sql server 2008 Internals》索引目录:
《Microsoft Sql server 2008 Internals》读书笔记--目录索引
在第五章主要学习了table的内部存储结构,第七章《Special storage》中将继续深入学习存储机制,那将是本书最难理解的一章。第六章主要介绍index的基础知识,第八章是《query O...
分类:
数据库 时间:
2014-08-06 14:47:31
阅读次数:
336
首先要2台以上的虚拟机,一开始我找了好久都没找到如何在一个云服务里添加多个虚拟机。因为我使用的是快速创建,快速创建的界面是要新建一个云服务的,如果你输入现有的云服务名字,它会提示你重名了。你要用【从库中,高级选项】,一步步来,在第3步就可以选择现有的云服务了。可用性集,创建一个,输入名字,把2台虚拟...
分类:
其他好文 时间:
2014-08-06 01:45:40
阅读次数:
240
两周工作分五个部分
一:申请微软Azure资源
通过和导师数次邮件沟通,申请下了世纪互联运营的 Windows Azure beta 试用。
账号为cloud0920@ucasevan.partner.onmschina.cn
二:研究Azure虚拟机和存储服务的使用
虚拟机的使用在下一周周报中描述。
存储服务的使用:
如第一周的周报所述,Az...
分类:
Web程序 时间:
2014-08-05 19:35:40
阅读次数:
304
package concurrency;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class Storage { private int capacity; ...
分类:
编程语言 时间:
2014-08-05 10:47:39
阅读次数:
322
windows Azure 的虚拟机的ip是会变化的,比如你关机。所以绑定域名用A记录就不太可靠。你新建虚拟机的同时,也会新建一个云服务,给你一个类似XX.cloudapp.net的二级域名。这样你可以用CName,也就是域名别名来指向XX.cloudapp.net来达到绑定域名的目的。我的新域名 ...
Embodiments discussed in this disclosure provide an integrated provisioning framework that automates the process of provisioning storage resources, en...
分类:
其他好文 时间:
2014-08-05 00:29:38
阅读次数:
354
Solid-state storage management for a system, the management including establishing, externally to a solid-state storage board, a correspondence betwee...
分类:
其他好文 时间:
2014-08-05 00:24:28
阅读次数:
462
##Manage Kernel Modules display modules >lsmod Check modules parameters >modinfo -p usb_storage|st|sc8 Load modules >modprobe usb_storage|st|sc8 Rmove mdules > rmmod usb_storage|st|sc8 ###Set defau...
分类:
其他好文 时间:
2014-08-04 14:47:07
阅读次数:
247
前段时间领导希望我将我们的产品部署到微软azure云试试看,并且已经与微软的销售联系,获得了一个azure云的测试帐户。于是我试用了下azure云。 首先是访问微软销售给的链接,输入登录信息,然后要求输入一些个人信...
分类:
其他好文 时间:
2014-08-04 14:46:11
阅读次数:
176