码迷,mamicode.com
首页 >  
搜索关键字:default write disk    ( 35536个结果
ls 命令详解
1、ls基本语法及选项用法:ls [选项]... [文件]...List information about the FILEs (the current directory by default).Sort entries alphabetically if none of -cftuvSUX n...
分类:其他好文   时间:2014-06-06 14:11:26    阅读次数:196
安装win和xp双系统 若干问题
装了winxp和linux双系统,后先在winxp下手动格式化了linux系统,后启动时提示grub错误,重新分区后系统也2010-09-17 21:07 【清风剑】 | 分类:Linux | 浏览991次用fdisk /mbr后,再ghostxp,启动提示 disk error! 用安装盘分区装了...
分类:Windows程序   时间:2014-06-04 17:53:57    阅读次数:590
构造函数语意学
C++参考手册告诉我们:default constructors …在需要的时候被编译器产生出来。关键字眼是:在需要的时候。 被谁需要? 做什么事? 当编译器需要它的时候(注意是编译器需要,而不是程序的需要),此外被合成出来的constructor只执行编译器所需要的行为(而不会执行程序所需要的行....
分类:其他好文   时间:2014-06-04 16:59:48    阅读次数:379
Hadoop常见配置
core-site.xml:fs.default.name:hdfs://hadoop:9000fs.tmp.dir:/usr/local/hadoop/tmphdfs-site.xml:dfs.name.dir:dfs.name.edits.dir:eidtsdfs.replication
分类:其他好文   时间:2014-06-04 14:40:40    阅读次数:254
mac OS 常用的一些快捷键
截图:1.Command+shift+3:全屏截图,保存截图到桌面 2.Command+shift+4:鼠标选定区域截图,保存截图到桌面显示隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool true/false
分类:其他好文   时间:2014-06-04 14:36:53    阅读次数:233
剖析ECMALL的登录机制
在ecmall.php文件中实例化控制器类,每一个控制器类,必须继承(extends)upload\admin\app\backend.base.php文件。在继承中调用方法是谁先被继承谁的方法被先调用。以default为例,首先在公共入口文件index.php文件中包含eccore/ecmall....
分类:其他好文   时间:2014-06-04 14:33:06    阅读次数:479
Xcode4删除文件后missing file警告
1.运行终端,执行命令行进入missing file目录,然后运行svn delete nameOfMissingFile或git rm nameOfMissingFile2.删除隐藏的.svn文件。命令行运行defaults write com.apple.finder AppleShowAllF...
分类:其他好文   时间:2014-06-03 16:20:06    阅读次数:405
java 关键字与保留字
Java 关键字列表 (依字母排序 共51组),所有的关键字都是小写,在MyEclipse中都会显示不同的颜色: abstract, assert,boolean, break, byte, case, catch, char, class, const, continue, default, do...
分类:编程语言   时间:2014-06-03 14:44:01    阅读次数:453
[转]ubuntu12.04没有/var/log/messages解决
编辑/etc/rsyslog.d/50-default.conf其中有这么一段*.=info;*.=notice;*.=warn;\ auth,authpriv.none;\ cron,daemon.none;\ mail,news.none -/var/log/messages保存后重...
分类:其他好文   时间:2014-06-03 14:33:38    阅读次数:352
Ubuntu14.04 Objective-C hello world
1. Install GNUstepsudo apt-get install gnustep gnustep-devel2. Write hello world program, and save as hello.m#import int main (int argc, const char * ...
分类:其他好文   时间:2014-06-02 12:49:08    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!