本人也是初学习Liunx,如有错误请指出。Liunx版本:Ubuntu 14.04一、Liunx命令基础在Ubuntu下打开终端快捷键为:ctrl+Alt+TLiunx命令的基本格式:command [-options] parameter1 parameter2 1、其中command为“命令”或...
分类:
其他好文 时间:
2014-09-19 20:51:26
阅读次数:
227
经常用这三个命令 到如今才弄清一二 ctrl +c ?中断当前程序执行 ctrl +d 类似于 EOF end of file end of input ,相当于输入exit man + command? ^C
[devtac@test_1?~]$?man?ls
LS(1)???????????...
分类:
系统相关 时间:
2014-09-19 19:48:36
阅读次数:
274
SED是一个很好的文本处理命令,主要以行为单位进行处理,并且可以替换,删除,新增,选取等工作.sed[-nefri]‘command‘输入文本-n(silent)使用安静模式。在一般的SED用法中来自STDIN的资料一般都会直接显示在屏幕上,但如果加上安静模式(-n)则只有经过被处理后的数据才会显示..
分类:
其他好文 时间:
2014-09-19 19:43:36
阅读次数:
201
fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/apple/Library/Developer/Xcode/DerivedData/ModuleCache/1380X6D9Q9RXZ/Darwin.pcm": module file not found'
解决办法...
分类:
移动开发 时间:
2014-09-19 19:24:35
阅读次数:
340
Any shell script you run has access to (inherits) the environment variables accessible to its parent shell. In addition, any arguments you type after the script name on the shell command line are p...
分类:
其他好文 时间:
2014-09-19 15:49:26
阅读次数:
282
1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。
2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语句时,关键字会自动大写,而其它都是小写。这样阅读代码比较容易,且保持良好得编码风格,同理,在...
分类:
数据库 时间:
2014-09-19 13:55:25
阅读次数:
324
1. 区别 builtin command, external command,bash script。用builtin command(hash、type、command),而不是which命令(external command)查看某个命令是安装了(跟PATH变量相关):hash foo >/d...
分类:
其他好文 时间:
2014-09-19 13:39:35
阅读次数:
220
第二章 1.内容类型:“text/html”。DOCTYPE声明:。指定字符编码: 2.不允许写结束标记的元素有:area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr 可以省略结...
分类:
Web程序 时间:
2014-09-19 13:29:15
阅读次数:
303
--查看某一个端口:netstat-lnp|grep80查看占用端口:netstat-lnp或者netstat-tnlup--设置防火墙:开启80端口的访问#/sbin/iptables-IINPUT-ptcp--dport80-jACCEPT#/etc/rc.d/init.d/iptablessave#/etc/init.d/iptablesrestart--查看防火墙#/etc/init.d/iptablesstatus--tomcat..
分类:
其他好文 时间:
2014-09-19 12:15:45
阅读次数:
239
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr...
分类:
其他好文 时间:
2014-09-19 11:44:45
阅读次数:
201