码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
在ubuntu中安装maven
安装环境操作系统:ubuntu 14.04.1 server amd64安装jdk在安装maven之前,必须确保已经安装过jdk。安装jdk的方法请参考文章《在ubuntu中安装jdk》。下载mavenwget http://apache.fayea.com/apache-mirror/maven/...
分类:系统相关   时间:2015-03-06 20:34:03    阅读次数:213
cURL
1. 简单的爬虫 1. xampp开启php的cURL -> xampp/php/php.ini 搜索curl去掉分号即可 2. cmd D: -> cd xampp -> cd php php -f ../htdocs/mirror/curl/curl.php > ../htdocs/m...
分类:Web程序   时间:2015-03-06 19:01:13    阅读次数:157
WDLINUX (Centos5.8) 安装 bcmath
环境 centos5.8 php5.2.17因为wdos 集成的php5.2.17为精简版,并未包含php52-bcmath扩展。所以先下载完整php5.2.17源码包wget -c http://us3.php.net/get/php-5.2.17.tar.gz/from/this/mirror=...
分类:系统相关   时间:2015-03-06 10:31:40    阅读次数:237
Windows下Apache,MySql,PHP安装配置
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完整版[linux+apache2.4+php5.5.6+mysql5.6]
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
Linux php5.2.10升级到PHP5.3.29
成都这边的程序员要求把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
Symmetric Tree
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
YumRepo Error: All mirror URLs are not using ftp, http[s] or file
有台机器使用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-4.1.0 安装
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
OpenCV 实现哈哈镜效果
代码,有参考别人的代码 // 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!