码迷,mamicode.com
首页 >  
搜索关键字:latest    ( 1907个结果
如何在linux中从源代码编译安装nodejs?
$ sudo yum groupinstall 'Development Tools'$ wget http://nodejs.org/dist/node-latest.tar.gz$ tar xvfvz node-latest.tar.gz$ cd node-v0.10.21 (replace a...
分类:Web程序   时间:2015-05-16 01:27:45    阅读次数:164
C/C++ 代码规范: 命名规则、注释、格式
摘抄精简Google 开源项目风格指南: http://zh-google-styleguide.readthedocs.org/en/latest/contents/ 一. 命名规则 永远不要使用单词缩写(如count写成cnt) 变量名:     小写字母,下划线连接,一般用名词,如error_count     类的成员变量以下划线结尾,如my_exciting_memb...
分类:编程语言   时间:2015-05-15 10:45:47    阅读次数:285
httpClient学习
HttpClient Quick Start Download ‘Binary‘ package of the latest HttpClient 4.3 release or configure dependency on?HttpClient?and?Fluent HC?modules using a dependency manager of your choice as de...
分类:Web程序   时间:2015-05-13 13:16:58    阅读次数:210
把别人的Tcl/Tk代码加入到Go语言里11 游戏4 红心游戏
a 首先打开网页下载tcl/tk游戏源码http://sourceforge.net/projects/tkgames/files/latest/download?source=typ_redirect b 把压缩包里的tcl/tk源代码文件tkHearts-0.90用文本编辑器打开,并把所有内容 复制到如下...
分类:编程语言   时间:2015-05-13 13:13:49    阅读次数:195
yum 安装redis和php-redis扩展
#yum安装redis服务yuminstallepel-releaseyuminstallredis#yum安装php-redis扩展wgethttp://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-ivhepel-release-6-8.noarch.rpmrpm-Uvhhttp://mirror.webtatic.com/yum/el6/latest.rpmyuminstallphp-red..
分类:Web程序   时间:2015-05-10 17:29:36    阅读次数:168
【Amazon EC2 Python API系列】boto的介绍和安装
boto是Python的AWS开发工具包。 本文中所有环境都是在Linux操作系统下。 安装: git clone https://github.com/awslabs/aws-python-sample.git pip install boto 如果没有安装pip,参考这里的安装步骤:http://pip.readthedocs.org/en/latest/installing.h...
分类:编程语言   时间:2015-05-08 23:58:36    阅读次数:838
kbengine + cocos2d_js实现html5网络游戏mmorpg(全套代码+资源)
http://www.kbengine.org 中文 Demo搭建文档,QQ交流群:16535321,论坛 Releases sources?????:?https://github.com/kbengine/kbengine_cocos2d_js_demo/releases/latest binarys?????:?https://sou...
分类:Web程序   时间:2015-05-08 15:14:28    阅读次数:396
怎样在WINDOWS下面编译LIBCURL
我测试过,好像没OKThis is a short note about building cURL with SSL support on Windows.Tools required:cURL source: Download latest cURL source from here.Micro...
分类:Windows程序   时间:2015-05-07 18:34:57    阅读次数:148
jquery mobile的一些插件(图片滚动)
jquery mobile的一些插件(图片滚动)1,photoswipe网址:http://www.photoswipe.com/demo:http://www.photoswipe.com/latest/examples/04-jquery-mobile.html个人描述:在手机上操作很流畅,能自...
分类:Web程序   时间:2015-05-02 23:22:57    阅读次数:198
Latest SQLite binary for January 2015
Latest SQLite binary for January 2015Well I went through quite a few threads to find an updated, decent sqlite binary. Didn't find any that met that c...
分类:数据库   时间:2015-05-01 00:33:10    阅读次数:212
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!