0.操作系统Windows8.1 x641.安装Apache打开http://httpd.apache.org左侧Download!点From a Mirror,看到当前最新稳定版本未2.4.12,看到现在Windows的版本已经不像以前一样提供.msi和.zip等下载包了。而是提示:Apache ...
分类:
数据库 时间:
2015-03-05 20:46:53
阅读次数:
10830
Lnamp环境安装实录将采用的开源软件:Apache [必须,WEB动态脚本服务器,做nginx的反向代理 8080端口]Tengine [必须,WEB静态文件服务器 80端口]MySQL [必须]PHP [必须]1.Apache安装A.apr安装wget -c http://mirror.bj.....
分类:
数据库 时间:
2015-03-05 19:23:47
阅读次数:
298
成都这边的程序员要求把PHP从5.2.10版本升级到5.3.29版本。#cd/Data/App_php/#wgethttp://cn2.php.net/get/php-5.3.29.tar.gz/from/this/mirror#tar-zxvfphp-5.3.29.tar.gz#cdphp-5.3.29#./configure--prefix=/Data/App_php/php-5.3--sysconfdir=/Data/App_php/php-5.3/etc--di..
分类:
Web程序 时间:
2015-03-04 19:19:19
阅读次数:
180
https://oj.leetcode.com/problems/symmetric-tree/Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For exam...
分类:
其他好文 时间:
2015-03-02 20:45:29
阅读次数:
203
有台机器使用Yum的时候,报错如下:YumRepo Error: All mirror URLs are not using ftp, http[s] or file.Eg. $releasever is not a valid release or hasnt been released yet/...
分类:
Web程序 时间:
2015-03-02 18:30:56
阅读次数:
296
Oozie安装
一.准备
默认hadoop,maven,mysql已经安装,我的hadoop是2.5.0
下载oozie安装包:oozie-4.1.0.tar.gz http://mirror.bit.edu.cn/apache/oozie/
下载ext-2.2.zip
http://oozie.apache.org/docs/4.0.1/DG_QuickStart.ht...
分类:
其他好文 时间:
2015-02-28 14:45:23
阅读次数:
2933
Config.txt as below:Pay attention to this\";!@Install@!UTF-8!RunProgram="setup.exe"ExecuteParameters="/v /qb /norestart /lv \"..\\Contain Space\\insta...
分类:
其他好文 时间:
2015-02-25 21:08:04
阅读次数:
171
代码,有参考别人的代码
// haha_mirror.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include "cv.h"
#include "highgui.h"
#include "math.h"
#include "opencv2/core/core.hpp"
#pragma comment(lib,"openc...
分类:
其他好文 时间:
2015-02-22 01:40:59
阅读次数:
355
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2015-02-17 17:37:13
阅读次数:
123
欢迎大家阅读参考,如有错误或疑问请留言纠正,谢谢
Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
...
分类:
其他好文 时间:
2015-02-17 10:26:42
阅读次数:
140