码迷,mamicode.com
首页 >  
搜索关键字:releases    ( 2792个结果
CLOC(Count Lines Of Code)代码统计工具
cloc 是一个 perl 脚本,它可以统计很多种编程语言的代码文件中的空行、注释以及实际的代码行数。 相关网站: http://cloc.sourceforge.net/ http://sourceforge.jp/projects/sfnet_cloc/releases/ 安装 环境 windows 7 + Vmware Player 6.0 + fedora 18(linu...
分类:其他好文   时间:2014-11-24 22:30:55    阅读次数:624
java的guice3.0依赖注入方法
java的guice3.0依赖注入方法,这里采用的是官方文档的第一种注入方法。 jar包下载地址: https://github.com/google/guice/releases/download/3.0/guice-3.0.zip 工程目录结构: 接口及相应的代码模块 /** * */ package com.test.func; /** *...
分类:编程语言   时间:2014-11-24 11:52:13    阅读次数:198
Redis安装创建
安装下载,解压和安装:$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz$ tar xzf redis-2.8.17.tar.gz$ cd redis-2.8.17$ make编译后的可执行文件在src目录中,可以使用下面的命令运...
分类:其他好文   时间:2014-11-21 18:10:24    阅读次数:173
FFMPEG 学习(1) - 库编译
编译环境 *Mac OS 10.9.5 with Xcode6.1 *以编译ffmpeg2.0版本为例 (http://ffmpeg.org/releases/ffmpeg-2.0.tar.gz) http://www.ffmpeg.org/releases/ *主要参考 http://www.cnblogs.com/smileEvday/p/ffmpeg.html https:/...
分类:其他好文   时间:2014-11-19 15:56:39    阅读次数:229
Spring Maven Repositories
http://repo.spring.io/webapp/mavensettings.html?21 Maven Releases <repositories> ????<repository> ????????<id>repository.springsource.release</id> ????????<name>Spring?GA?Rep...
分类:编程语言   时间:2014-11-17 00:36:09    阅读次数:183
Windows下OpenKinect/libfreenect安装
http://openkinect.org/wiki/Getting_Started#Windows说明了如何在windows下安装libfreenecthttp://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/...
分类:Windows程序   时间:2014-11-14 20:55:57    阅读次数:592
redis安装+redis集群配置+phpredis扩展安装
安装前的准备:redis-3.0tar.gz    官网下载地址    http://redis.io/download/以下软件或直接yum安装也可(安装步骤略)tcl8.6.1-src.tar.gz               官网下载地址   http://sourceforge.jp/projects/sfnet_tcl/releases/rubygems-2.4.2.zip...
分类:Web程序   时间:2014-11-07 19:06:52    阅读次数:518
[Erlang危机](2.1)项目结构
??原创文章,转载请注明出处:服务器非业余研究http://blog.csdn.net/erlib 作者SunfaceProject StructureThe structures of OTP applications and of OTP releases are different. An OTP application can be expected to have one top-le...
分类:其他好文   时间:2014-11-06 22:02:12    阅读次数:325
HttpURLConnection or Apache Http client
摘录Android 官方博客: Which client is best? Apache HTTP client has fewer bugs on Eclair and Froyo. It is the best choice for these releases. For Gingerbread and better, HttpURLConnection is the...
分类:Web程序   时间:2014-11-06 11:00:37    阅读次数:198
Eclipse luna Subversive(SVN) 的安装----note
安装过程分为两步:1SubversivePlugin的安装Help--->InstallNewSoft---->输入“Luna-http://download.eclipse.org/releases/luna”这里显示都是luna版本支持的插件如图:输入:subver理论上安装完成后会提示重新启动eclipse,启动后会弹出选择安装connector的窗口,如果..
分类:系统相关   时间:2014-11-04 15:17:52    阅读次数:266
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!