码迷,mamicode.com
首页 >  
搜索关键字:releases    ( 2792个结果
Win8.1+vs2012+osg环境搭建
Win8.1+vs2012+osg环境搭建 一.    相关准备 a) Osg源码 当前最新版:OpenSceneGraph-3.2.0.zip 下载链接: http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-3.0/source/OpenSceneGraph-3.0.0.zip b) Osg第三...
分类:Windows程序   时间:2015-03-22 09:15:39    阅读次数:223
drupal drush 在windows下的安装和配置
一、windows下drupal的安装 参考官网:https://www.drupal.org/node/594744 drush下载:https://github.com/drush-ops/drush/releases/download/6.0.0/Drush-6.0-2013-08-28-.....
分类:Windows程序   时间:2015-03-21 18:28:51    阅读次数:228
Ubutu install qt
wget http://download.qt-project.org/official_releases/qt/5.3/5.3.0/qt-opensource-linux-x64-5.3.0.runchmod +x qt-opensource-linux-x64-5.3.0.run./qt-ope...
分类:其他好文   时间:2015-03-18 17:41:10    阅读次数:144
Centos6.5升级gcc for qt5.3.1
1、升级GCCCentOS6.5内置的GCC版本为4.4,而Qt5.2.1则需要4.8.2的支持(支持C++11特性),因此,必须先升级GCCwget http://ftp.tsukuba.wide.ad.jp/software/gcc/releases/gcc-4.8.2/gcc-4.8.2.ta...
分类:其他好文   时间:2015-03-18 12:04:04    阅读次数:205
php xcache 配置 使用 (转载)
xcache的使用与配置一、安装Xcache# wget http://xcache.lighttpd.net/pub/Releases/1.3.0/xcache-1.3.0.tar.gz# tar zxvf xcache-1.3.0.tar.gz# cd xcache-1.3.0# /usr/lo...
分类:Web程序   时间:2015-03-17 21:29:39    阅读次数:183
利用InfoPath实现SharePoint Server 2013列表的级联选择(Cascading Drop Down List)
最近在利用SharePoint Server 2013的列表组织和存储数据,发现SharePoint列表原始不支持级联选择的功能。 谷歌百度一通以后,发现了很多通过代码实现的方案,利用第三方的插件spservices的http://spservices.codeplex.com/releases/v...
分类:其他好文   时间:2015-03-17 02:01:52    阅读次数:269
Redis笔记系列(二)——Redis安装部署与维护详解
本文介绍Redis2.8的安装部署和维护方法。 Redis在linux上的安装 步骤1: 首先从官网下在redis正式版的压缩包redis-2.8.19.tar.gz http://download.redis.io/releases/redis-2.8.19.tar.gz 步骤2:编译源程序: ta...
分类:其他好文   时间:2015-03-16 08:45:55    阅读次数:242
libgdx 环境搭建
1:环境搭建:   (1)首先进入官网,http://libgdx.badlogicgames.com/download.html  点击下方的Releases,进行下载最新的版本即可。这个为我们开发使用的jar和so库,我们如果纯粹开发,不想去看源码,则下载这一个就可以了。   (2)源码下载: 点击上方主页的Source,进入github libgdx的主页,https://gith...
分类:其他好文   时间:2015-03-14 18:40:35    阅读次数:243
CentOS6.5安装Redis2.8.19
其实,不想写这篇文章的,网上有很多文章了,只是记录一下自己的安装过程,可能和网上的有些不怎么一样,我们的文章一般会比较详细,今天就简单记录一下~~首先,我的源码包一般放在/data/src/下面1、下载Redis2.8.19[root@localhost202src]#wgethttp://download.redis.io/relea..
分类:其他好文   时间:2015-03-13 19:04:52    阅读次数:6400
在Ubuntu上安装Redis
InstallationDownload, extract and compile Redis with:$ wget http://download.redis.io/releases/redis-2.8.19.tar.gz$ tar xzf redis-2.8.19.tar.gz$ cd red...
分类:系统相关   时间:2015-03-13 18:41:30    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!