《Windows Azure Platform 系列文章目录》 熟悉Microsoft Azure的读者都知道,Azure在以前的Silverlight Management Portal中,已经提供CDN服务。但是自从改版成HTML5的Management Portal之后,CDN从Azur...
http://blog.sina.com.cn/s/blog_8daaa9ea0101mx7f.html以前的Android(4.1之前的版本)中,SDcard跟路径通过“/sdcard”或者“/mnt/sdcard”来表示,而在Jelly Bean系统中修改为了“/storage/sdcard0”...
分类:
移动开发 时间:
2014-06-18 17:02:19
阅读次数:
246
1、用Eclipse安装APP程序时,报Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE错误,也就是说内存不够用引起的,解决办法有如下两种: a、把手机内的没用安装包清掉一些,或者卸载一些没用的APP,腾出足够的内存,然后在进行安装; ....
分类:
移动开发 时间:
2014-06-18 16:58:18
阅读次数:
220
private void OpenFolderAndSelectFile(String fileFullName){ System.Diagnostics.ProcessStartInfo psi = new System.Diagnostics.ProcessStartInfo("Explo...
分类:
其他好文 时间:
2014-06-18 14:06:16
阅读次数:
219
zabbix架构Zabbix组件Zabbix Server:负责接收agent发送的报告信息的核心组件,所有配置、统计数据及操作数据均由其组织进行Database Storage:专用于存储所有配置信息,以及有zabbix收集的数据Web interface(frontend):zabbix的GUI...
分类:
其他好文 时间:
2014-06-17 20:34:07
阅读次数:
375
??
目录
1简介...
1
2开机...
2
3 ds storage manage
创建资源池...
3
3.1在HMCmanage
中,启动ds storage manager.
3
3.2建raid.
4
3.2.1 array site.
4
3.2.2 array.
4
3.2.3rank.
6
3.2.4...
分类:
其他好文 时间:
2014-06-17 16:16:30
阅读次数:
2197
Mac高大上嘛?Mac因为贵就高大上了?Mac因为没有这个哪个就不高大上了?怎么说都可以,本文是回归技术本源,是不是高大上还要大家自己评说。
本文力图详尽地介绍Mac OS X的文件系统(HFS, HFS+等)的由来和发展,与其它操作系统在文件系统上的比较,从技术和数据存储方面阐明逻辑卷管理子系统(LVM)对于现代操作系统的重要性,OS X在支持LVM方面走过的弯路,以及现在OS X内置的逻辑卷管理子系统-核心存储Core Storage。着重介绍核心存储的结构,功能,内部命令,希望能让对朋友们对它由一个相...
分类:
其他好文 时间:
2014-06-15 13:30:39
阅读次数:
476
随着h5的流行和mobile web端开发,localStorge...
分类:
其他好文 时间:
2014-06-14 17:36:58
阅读次数:
164
Treasure ExplorationTime Limit:6000MSMemory Limit:65536KTotal Submissions:6558Accepted:2644DescriptionHave you ever read any book about treasure explo...
分类:
其他好文 时间:
2014-06-14 17:11:19
阅读次数:
248
数组的恒等 === 在文档中是这么说的:
Check whether two arrays or subarrays share the same storage and elements by comparing them with the identity operators (=== and !==).
数组的恒等 === 判断即判断两个数组所指向的元素存储区是否相同。
但 XCode 6 测试下来,结果大为迥异:var a = [1, 2, 3]; a === a 其结果却为 false,...
分类:
其他好文 时间:
2014-06-14 11:39:39
阅读次数:
280