码迷,mamicode.com
首页 >  
搜索关键字:abs bash-shell advanced    ( 8279个结果
委托的例子,from C# advanced program
class BubbleSorter { static public void Sort(IList sortArray, Func comparison) { bool swapped = true; do ...
分类:其他好文   时间:2014-07-10 12:34:06    阅读次数:159
让你提升命令行效率的 Bash 快捷键
转载自:http://blog.chinaunix.net/xmlrpc.php?r=blog/article&uid=20543672&id=3020416生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :...
分类:其他好文   时间:2014-07-10 11:38:49    阅读次数:235
JavaScript高级编程
原文地址:http://www.onlamp.com/pub/a/onlamp/2007/07/05/writing-advanced-javascript.htmlWeb应用程序(Web Applications)从计算机纪元的黎明刚刚来临開始,不同平台间软件的互用性就一直是关注的焦点。为了尽可....
分类:编程语言   时间:2014-07-07 23:44:11    阅读次数:297
AMQP
AMQP,即Advanced Message Queuing Protocol,高级消息队列协议,是应用层协议的一个开放标准,为面向消息的中间件设计。AMQP的主要特征是面向消息、队列、路由(包括点对点和发布/订阅)、可靠性、安全。AMQP在消息提供者和客户端的行为进行了强制规定,使得不同卖商之间真...
分类:其他好文   时间:2014-07-07 23:15:42    阅读次数:326
[转] linux source命令
source命令用法:source FileName作用:在当前bash环境下读取并执行FileName中的命令。注:该命令通常用命令“.”来替代。如:source .bash_rc 与 . .bash_rc 是等效的。source命令(从 C Shell 而来)是bash shell的内置命令。点...
分类:系统相关   时间:2014-07-07 22:15:15    阅读次数:293
cygwin的安装使用
Cygwin 是一个用于 Windows 的类 UNIX shell 环境。 它由两个组件组成:一个 UNIX API 库,它模拟 UNIX 操作系统提供的许多特性;以及 Bash shell 的改写版本和许多 UNIX 实用程序,它们提供大家熟悉的 UNIX 命令行界面。前一个组件是一个 Wi.....
分类:Windows程序   时间:2014-06-27 22:41:27    阅读次数:378
Bash 快捷键
生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :移到命令行尾Ctrl + f :按字符前移(右向)Ctrl + b :按字符后移(左向)Alt + f :按单词前移(右向)Alt + b :按单词后移(左向...
分类:其他好文   时间:2014-06-27 15:08:30    阅读次数:139
十进制转二进制-快速算法
#include #include using namespace std; int main(int agrc, char *agrv[]) { int iInPut = 0; while (cin >> iInPut) { string sBinary;//转换后的二进制存储为字符串,调用了默认构造函数初试化为空串 int temp = abs(iInPut); if (t...
分类:其他好文   时间:2014-06-25 07:42:13    阅读次数:280
Android Bluetooth Stack: Bluedroid(五):The analysis of A2DP Source
1. A2DP Introduction The Advanced Audio Distribution Profile (A2DP) defines the protocols and procedures that realize distribution of audio content of high-quality in mono or stereo on ACL channels...
分类:移动开发   时间:2014-06-24 23:15:47    阅读次数:509
Private strand flush not complete
Thread 1 cannot allocate new log, sequence 415 Private strand flush not complete Current log# 4 seq# 414 mem# 0: /dev/rora_redotb04 Thread 1 advanced to log sequence 415...
分类:其他好文   时间:2014-06-24 17:44:29    阅读次数:285
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!