转:http://linux.chinaitlab.com/command/829332.html 一、Linux下的ping参数 用途 发送一个回送信号请求给网络主机。 语法 ping [ -d] [ -D ] [ -n ] [ -q ] [ -r] [ -v] [ \ -R ] [ -a...
1.0 先执行如下命令:lsof -i:端口号1.1 会有类似下面的结果:COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEWebProces 42624 davidzhang 5u I...
分类:
其他好文 时间:
2014-07-28 19:09:44
阅读次数:
230
Q:它会提示你当前打开的软件;比如我现在提问问题,它就提示我在编辑文本;A:是不小心打开了VoiceOver功能, 按 command+F5 取消VoiceOver功能
分类:
其他好文 时间:
2014-07-28 14:50:33
阅读次数:
292
Available pacaagess里找了coreutils-nohup包,安装好就行了运行nohup自己的程序的时候可能会出现一下:root@OpenWrt:~# nohup: ignoring input and appending output to 'nohup.out'但是这个不影响运行...
分类:
其他好文 时间:
2014-07-28 14:33:03
阅读次数:
1472
1、RootView 跳到SecondView首先我们需要新一个View。新建SecondView,按住Command键然后按N,弹出新建页面,我们新建SecondView2、为Button 添加点击事件,实现跳转在RootViewController.xib中和RootViewController...
分类:
移动开发 时间:
2014-07-28 02:52:39
阅读次数:
351
1. basic optionssed [options] {command} {input-file}sed -nsed -n 'p' a.out打印a.out文件内容-n: 取消默认打印到屏幕功能sed -fsed [options] -f {sed-commands-in-file} {i.....
分类:
其他好文 时间:
2014-07-27 22:35:39
阅读次数:
375
本设计模式就是利用不同的类包起不同的命令,达到使用什么命令就实现什么操作。
也可以进一步利用map和自己喜欢的命令词对接起来。
一个执行类实际上已经包含了所有需要的操作了,如:
class SuperMaker
{
public:
string makeCar()
{
return "Car";
}
string makePlane()
{
return "Plane";
...
分类:
其他好文 时间:
2014-07-27 11:19:32
阅读次数:
202
1 import javax.microedition.lcdui.Command; 2 import javax.microedition.lcdui.CommandListener; 3 import javax.microedition.lcdui.Display; 4 import jav....
分类:
其他好文 时间:
2014-07-26 17:03:31
阅读次数:
291
【Fog】 Fog parameters are controlled with Fog command. Fogging blends the color of the generated pixels down towards a constant color based on dist...
分类:
其他好文 时间:
2014-07-26 14:57:00
阅读次数:
250
基本格式 :* * * * * command分 时 日 月 周 命令第1列表示分钟1~59 每分钟用*或者 */1表示第2列表示小时1~23(0表示0点)第3列表示日期1~31第4列表示月份1~12第5列标识号星期0~6(0表示星期天)第6列要执行的命令crontab文件的一些样例:30...
分类:
系统相关 时间:
2014-07-26 14:54:20
阅读次数:
263