码迷,mamicode.com
首页 >  
搜索关键字:g++ command not foun    ( 10573个结果
Memcached 安装及配置
下载Memcached.exe保存到c:\memcached运行command:输入 c:\memcached\memcached.exe -d install 回车,安装memcached server输入 c:\memcached\memcached.exe -d start回车, 这个也可以自...
分类:其他好文   时间:2014-07-26 00:45:06    阅读次数:158
atitit.设计模式(2) -----查表模式/ command 总结
atitit.设计模式(2) -----查表模式/ command 总结   1. 应用场景: 1 1. 取代一瓦if else 1 2. 建设api rpc风格的时候儿. 1 3. 菜单是Command模式的一个典型实例, 1 4. 上下文中执行客户代码 1 5. 使用命令模式作为"CallBack"在面向对象系统中的替代。 1 6. 3)系统需要支持命令的撤消(undo)。...
分类:其他好文   时间:2014-07-25 11:19:21    阅读次数:241
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!