码迷,mamicode.com
首页 >  
搜索关键字:command-t    ( 10518个结果
Mac常用快捷键
Mac使用快捷键会节省很多时间。使用最多的键就是shift键  option键 command键的组合了。当然一下稍微用得多一点点,还有很多快捷键没一一列举了 进入指定目录的一些快捷键 进入 All My Files目录: shift+command+f 进入Documents目录:shift+command+o 进入Desktop目录:shift+command+d 进入Home目录:...
分类:其他好文   时间:2014-07-25 11:02:51    阅读次数:281
ubuntu BCM43142 lenovo网卡驱动安装(Broadcom)
ubuntu13.10 lenovo网卡驱动安装(Broadcom)ubuntu当月刚出了13.10版本,在升级了操作系统版本后无法搜索无线热点,联想官网提供的驱动下载都是为windows准备的,所以得自己去找网卡对应的linux驱动。并执行如下命令:Command代码 sudo apt-get i...
分类:其他好文   时间:2014-07-25 02:34:04    阅读次数:345
实时监控Linux服务器用户操作命令
在/etc/profile追加exportHISTORY_FILE=/var/log/history/userhistory.log readonlyPROMPT_COMMAND=‘{date"+%y-%m-%d%T#####$(whoami|awk"{print\$1\"\"\$2\"\"\$NF}")####$(id|awk"{print\$1}")####$(history1|{readxcmd;echo"$cmd";})";}>>$HISTORY_FILE‘重读source/et..
分类:系统相关   时间:2014-07-24 23:54:14    阅读次数:281
The command 'new_value' for SQLPlus
Format:column column_name new_value var_nameMeaning: use the column_name of a select statment to construct a variable, later we can use &var_name to r...
分类:数据库   时间:2014-07-24 22:38:53    阅读次数:270
Linux命令详解nice
【命令】nice — 调整程序运行的优先级【格式】nice [OPTION] [command [arguments...]]【说明】在当前程序运行优先级基础之上调整指定值得到新的程序运行优先级,用新的程序运行优先级运行命令行"command [arguments...]"。优先级的范围为-20 ~...
分类:系统相关   时间:2014-07-24 21:56:42    阅读次数:314
Python下调用Linux的Shell命令
http://blog.csdn.net/longerzone/article/details/17889969python调用linux shell命令使用os 模块及command模块的相关方法可以在python中调用linux shell命令。有时候难免需要直接调用Shell命令来完成一些比较...
分类:编程语言   时间:2014-07-24 17:13:40    阅读次数:322
PL/SQL Developer使用技巧、快捷键
1、类SQL PLUS窗口:File->New->Command Window,这个类似于oracle的客户端工具sql plus,但比它好用多了。2、设置关键字自动大写:Tools->Preferences->Editor,将Keyword case选择Uppercase。这样在窗口中输入sql语...
分类:数据库   时间:2014-07-23 22:15:57    阅读次数:338
Proxy settings in TortoiseSVN and command line svn client
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:其他好文   时间:2014-07-23 15:15:56    阅读次数:292
UsePass & GrabPass
【UsePass】 The UsePass command uses named passes from another shader.[Syntax] UsePass"Shader/Name" Inserts all passes with a given name from a given...
分类:其他好文   时间:2014-07-23 14:54:26    阅读次数:287
PHP框架 Yii framework 用yiic命令时提示“php.exe”不是内部或外部命令
解决方案yii/framework/yiic.bat,修改if "%PHP_COMMAND%" == "" set PHP_COMMAND=php.exeif "%PHP_COMMAND%" == "" set PHP_COMMAND=D:\wamp\php\php.exe关掉dos窗口 再打 输入...
分类:Web程序   时间:2014-07-23 12:48:36    阅读次数:242
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!