码迷,mamicode.com
首页 >  
搜索关键字:default write disk    ( 35536个结果
button倒计时
- (void)yourButtonTitleTime{ __block int timeout=30; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);.....
分类:其他好文   时间:2014-06-26 00:43:27    阅读次数:305
SQL Server日志文件庞大收缩方法(实测好用)
原文:SQL Server日志文件庞大收缩方法(实测好用)这两个命令连续执行,间隔时间越少越明显(可多次运行),直到达到效果--截断BACKUP LOG CloudMonitor TO DISK='NUL'--收缩DBCC SHRINKFILE('CloudMonitor_log')以后就可以采用常...
分类:数据库   时间:2014-06-25 23:11:28    阅读次数:247
foreach -begin -process -end
gc d:\vm.txt|foreach -begin {write-host "It's beginning."} -process {$_ +"aa"} -end {write-host "The end"}
分类:其他好文   时间:2014-06-25 22:50:17    阅读次数:243
ubuntu下配置rails环境遇到的错误
1.Could not find gem 'sqlite3 (>= 0)' in any of the gem sources listed in you r Gemfile 2.ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /usr/local/lib/ruby/gems/1.9.1 director.y 3.rails 3遇到 Could n...
分类:其他好文   时间:2014-06-24 22:18:45    阅读次数:316
iOS图片模糊效果
加入  CoreImage.framework  CoreGraphic.framework 等库 在使用时引入:#import ,支持iOS 5.0 及以上。 -(void)show {     UIImage* img = [self getBlurImage:[UIImage imageNamed:@"Default...
分类:移动开发   时间:2014-06-24 17:23:41    阅读次数:297
shell 脚本实战笔记(4)--linux磁盘分区重新挂载
背景: Hadoop的HDFS文件系统的挂载, 默认指定的文件目录是/mnt/disk{N}. 当运维人员, 不小心把磁盘挂载于其他目录, 比如/mnt/data, /mnt/disk01, /mnt/diska时, HDFS会选择根分区, 当往HDFS里灌数据时, 导致的结果往往是根分区被快速的....
分类:系统相关   时间:2014-06-24 15:05:25    阅读次数:304
linux中与Oracle有关的内核参数详解
工作当中遇到oracle运行时CPU占用率达到90%以上,调小以下参数值后恢复正常。fs.file-max = 65536 net.core.rmem_default=262144net.core.rmem_max=262144net.core.wmem_default=262144net.core...
分类:数据库   时间:2014-06-24 14:50:14    阅读次数:228
javascript 基础学习整理 二 之 html对象总结,参考W3C
Anchor 对象更改一个链接的文本、URL 以及 target使用 focus() 和 blur()向超链接添加快捷键Document 对象使用 document.write() 向输出流写文本使用 document.write() 向输出流写 HTML返回当前文档的标题返回当前文档的 URL返回...
分类:编程语言   时间:2014-06-24 14:41:22    阅读次数:388
win8 quick start techonlogy
###How to qulick start Like virtual memory,before closing system,win8 write kernel dialog to a file named hiberfil.sys so ,it just write hiberfil.sy.....
分类:Windows程序   时间:2014-06-24 14:03:46    阅读次数:316
学习笔记10
今天来粗略的学习一下js JavaScript:写入 HTML 输出 document.write("This is a heading"); JavaScript:对事件作出反应 点击这里 JavaScript:改变 HTML 内容 function myFunction() ...
分类:其他好文   时间:2014-06-24 12:46:57    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!