码迷,mamicode.com
首页 >  
搜索关键字:default write disk    ( 35536个结果
sqlserver还原bak备份文件
先查看数据库逻辑名称:restore filelistonly from disk='D:/database.bak'然后恢复:restore database smsdb from disk = 'd:\smsdb.bak'with move '数据库逻辑名称' to 'C:\Progra...
分类:数据库   时间:2014-07-07 15:47:56    阅读次数:318
Apache Spark源码走读之6 -- 存储子系统分析
欢迎转载,转载请注明出处,徽沪一郎。楔子Spark计算速度远胜于Hadoop的原因之一就在于中间结果是缓存在内存而不是直接写入到disk,本文尝试分析Spark中存储子系统的构成,并以数据写入和数据读取为例,讲述清楚存储子系统中各部件的交互关系。存储子系统概览上图是Spark存储子系统中几个主要模块...
分类:其他好文   时间:2014-07-07 14:30:41    阅读次数:304
vml 在IE8 不显示的问题, Group不能用等问题.
IE8 不显示的问题: 1. 不要使用全局选择符*对VML元素添加样式。 v\:*{behavior:url(#default#VML)} 需要修改为: v\:shape{b ehavior:url(#default#VML)} 你使用了哪些VML元素就要添加相应的样式规则 ...
分类:其他好文   时间:2014-07-01 00:13:16    阅读次数:271
[转] The QCOW2 Image Format
The QCOW2 Image Format https://people.gnome.org/~markmc/qcow-image-format.html The QCOW image format is one of the disk image formats supported by the...
分类:其他好文   时间:2014-07-01 00:11:18    阅读次数:421
struts----常量总结
Struts2提供了大量的常量来来帮助开发者快速进行应用开发,比如编码设置,开发模式设置,本地编码设置,国际化处理等. 而Struts2的常量属性是在struts2-core-2.x.x.x/org/apache/struts2/default.properties文件内,其内容为: # $Id: default.properties 1419061 2012-12-09 18:09:19Z ...
分类:其他好文   时间:2014-06-30 09:15:48    阅读次数:198
使用Heroku,需要将locale设置为zh_CN,而不是zh-CN
使用Heroku,需要将locale设置为zh_CN,而不是zh-CN 我想大概是因为在application.rb中,config.i18n.default_locale默认接受的值是Symbol, 而当我们用zh-CN的时候,不得不用双引号括起来, 但是实际Rails读取的时候,可能直接使用 :zh-CN这样的标志,所以会出现以下错误提示 ActionView::Template::Er...
分类:其他好文   时间:2014-06-29 22:46:25    阅读次数:312
分析Linux磁盘管理与文件系统专题三
1.前言紧接着我的上一篇博客进行磁盘管理操作:http://zhangfengzhe.blog.51cto.com/8855103/1430531我们已经对磁盘进行了分区,信息如下:[root@localhost~]#fdisk-l/dev/sdb Disk/dev/sdb:1073MB,1073741824bytes 255heads,63sectors/track,130cylinders Units=cylindersof16..
分类:系统相关   时间:2014-06-29 21:48:06    阅读次数:420
[转] Barriers, Caches, Filesystems
Barriers, Caches, Filesystems http://monolight.cc/2011/06/barriers-caches-filesystems/ With the recent proliferation of ext4 as the new “default” Linu...
分类:其他好文   时间:2014-06-29 19:44:52    阅读次数:667
Enable indexing LibreOffice files on Win 7
By default, Windows 7 index service will not go into LibreOffice files to search their contents. This can be enabled by installing a plugin at IFilter...
分类:Windows程序   时间:2014-06-29 19:35:38    阅读次数:482
[转] Barriers and journaling filesystems
http://lwn.net/Articles/283161/ Journaling filesystems come with a big promise: they free system administrators from the need to worry about disk corr...
分类:其他好文   时间:2014-06-29 18:51:33    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!