码迷,mamicode.com
首页 >  
搜索关键字:advanced installed    ( 3673个结果
委托的例子,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
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
Sublime Text 3之Package Control 安装
1.通过快捷键 ctrl+`或者View > Show Console 打开控制台,然后粘贴以下安装代码;import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_package...
分类:其他好文   时间:2014-07-01 20:55:00    阅读次数:267
Configure SVN (Subversion) Server
Note: It may need root user permissions to execute following commands. (1) Install needed packages yum install mod_dav_svn subversionIn my PC, packages that were installed are Note: if you are goi...
分类:其他好文   时间:2014-07-01 06:38:19    阅读次数:397
Compile wireless driver on Lenovo W520 with Debian
First step: I have to make the wireless ethernet card start to work for my Lenovo W520 with Debian installed. Initially, I installed the package firmw...
分类:其他好文   时间:2014-06-30 13:47:42    阅读次数:257
Useful Gnome-shell extensions
In Gnome 3, gnome-shell is used for displaying the top bar. The widgets can be installed online from http://extensions.gnome.org. After installation, ...
分类:其他好文   时间:2014-06-30 13:33:22    阅读次数:172
SCIM input method on Linux
The following packages should be installed:scimscim-tables-zh (this includes Wubi input method)scim-tables-pinyin (this includes Pinyin input method)s...
分类:系统相关   时间:2014-06-30 13:18:56    阅读次数:450
iBus input method in Linux
The following packages should be installed:python-ibusibusibus-clutteribus-gtkibus-m17n: input many non-latin charactersibus-pinyinibus-qt4ibus-tablei...
分类:系统相关   时间:2014-06-30 13:14:49    阅读次数:455
Compile NVIDIA driver on Lenovo W520 with Debian
Originally, I installed an Ubuntu using Wubi on my company's laptop (Lenovo W520). One purpose is for fun, the other is to use some instant messengers...
分类:其他好文   时间:2014-06-30 12:26:40    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!