系统环境$cat/etc/issueCentOSrelease6.6(Final)$uname-rsLinux2.6.32-504.23.4.el6.centos.plus.x86_64下载所需要的源码包wget-chttp://cn2.php.net/get/php-5.6.5.tar.gz/from/this/mirrorwget-chttp://xcache.lighttpd.net/pub/Releases/3.2.0/xcache-3.2.0.tar.gzwget-chtt..
分类:
其他好文 时间:
2015-07-16 22:42:17
阅读次数:
3063
Win2012R2IIS8.5+PHP(FastCGI)+MySQL运行环境搭建教程一、环境说明:操作系统:WindowsServer2012R2PHP版本:php5.5.8MySQL版本:MySQL5.6.15二、相关软件下载:1、PHP下载地址:http://windows.php.net/downloads/releases/php-5.5.8-nts-Win32-VC11-x86.zip2、MySQL下载地址..
分类:
数据库 时间:
2015-07-14 11:51:21
阅读次数:
644
需要用到一个jar
http://www.bouncycastle.org/latest_releases.html
HexUtil.javapackage cn.edu.zafu.utils;public class HexUtil {
private static final char[] DIGITS_LOWER = { '0', '1', '2', '3', '4', '5',...
分类:
编程语言 时间:
2015-07-14 11:44:53
阅读次数:
148
摸索了半天终于搞定了。记录一下:
首先到开源网站下载压缩包:
https://github.com/ZeBobo5/Vlc.DotNet/releases下载解压有四个类库工程和两个实例项目
Vlc.DotNet.Core.Interops
Vlc.DotNet.Core
Vlc.DotNet.Forms
Vlc.DotNet.Wpf
和Vlc.DotNet.FormsSamples...
分类:
Windows程序 时间:
2015-07-14 00:13:22
阅读次数:
1590
案例分析基本功能接收发送指令根据指令自动回复对应内容模块划分回复内容维护对话功能回复内容列表回复内容删除MyBatis的下载和核心架构的搭建 下载地址:https://github.com/mybatis/mybatis-3/releases/tag/mybatis-3.2.8 下载需要的j...
分类:
其他好文 时间:
2015-07-13 11:49:48
阅读次数:
98
第一部分:安装redis1、mkdir/usr/local/redis2、cd/usr/local/src3、wgethttp://download.redis.io/releases/redis-2.8.12.tar.gz4、tarxzfredis-2.8.12.tar.gz5、ln-sredis-2.8.12redis6、cdredis7、makePREFIX=/usr/local/redisCFLAGS="-march=x86-64"install上面7步,redis..
分类:
其他好文 时间:
2015-07-12 21:51:09
阅读次数:
187
1. 下载XCachewget http://xcache.lighttpd.net/pub/Releases/3.1.0/xcache-3.1.0.tar.gz2. 解压并进入XCache目录tar -zxvf xcache-3.1.0.tar.gzcd xcache-3.1.03. 执行phpi...
分类:
系统相关 时间:
2015-07-12 21:34:06
阅读次数:
136
以下所有学习过程基于Window 8 环境 1、下载Gradle ????方式一:http://gradle.org/? 使用首页Download链接直接下载最新版。 ????方式二:http://gradle.org/gradle-download/? 在“PREVIOUS RELEASES...
分类:
其他好文 时间:
2015-07-12 12:58:23
阅读次数:
137
--直接到官网下载
http://download.redis.io/releases/redis-3.0.2.tar.gz
(1)基础安装
--下载后解压
/home/www/redis-3.0.2
--安装
make
报错:
error: jemalloc/jemalloc.h: No such file or directory
--解决...
分类:
其他好文 时间:
2015-07-08 21:02:07
阅读次数:
114
一.介绍 redis在做数据库缓存,session存储,消息队列上用的比较多二.安装$ yum install -y wget gcc make tcl$ wget http://download.redis.io/releases/redis-3.0.2.tar.gz$ tar zxvf red....
分类:
其他好文 时间:
2015-07-07 00:39:28
阅读次数:
130