码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
在linux上使用yum安装JDK
1.查找java相关得列表 [root@localhost ~]# yum -y list java* Loaded plugins: fastestmirror, refresh-packagekit, security Loading mirror speeds from cached hostfile * base: mirrors.zju.edu.cn * extras...
分类:系统相关   时间:2015-05-04 18:23:49    阅读次数:265
【leetcode】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 / \ 2 2...
分类:其他好文   时间:2015-05-02 11:06:18    阅读次数:118
configure: error: libmpfr not found or uses a different ABI (including static vs shared).
配置mpc的时候提示此错误: configure: error: libmpfr not found or uses a different ABI (including static vs shared).mpc下载: wget ftp://gnu.mirror.iweb.com/mpc/mpc-1.0.1.tar.gz问题原因: 缺少mpfr,下载地址 http://www.mpfr.o...
分类:其他好文   时间:2015-05-01 20:03:16    阅读次数:1086
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
使用yum update gcc只能更新到gcc-4.4.7-11.el6.x86_64 下载了更高版本的GCC http://mirror.hust.edu.cn/gnu/gcc/gcc-4.8.4/ 配置时出现以下错误: configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.解决办法:...
分类:其他好文   时间:2015-05-01 20:01:30    阅读次数:935
configure: error: GMP version >= 4.3.2 required
配置mpc-1.0.1时提示此错误configure: error: GMP version >= 4.3.2 required查找了很多镜像站点,现在能找到的最低版本就是:mpc-1.0.1wget ftp://gnu.mirror.iweb.com/mpc/mpc-1.0.1.tar.gz遇到这个问题就去下载:gmp-4.3.2或者是更高的版本wget ftp://gnu.mirror.iweb...
分类:其他好文   时间:2015-05-01 18:43:32    阅读次数:249
Mirror
https://github.com/kformeck89/Mirrorhttps://github.com/toidiu/Mirror
分类:其他好文   时间:2015-04-30 17:52:20    阅读次数:94
LeetCode 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 / 2 2 / \ / 3 4 4 3 But the f...
分类:其他好文   时间:2015-04-27 15:14:27    阅读次数:101
Android SDK开发包国内下载地址
http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html更新2015/3/11:完善了sysimg部分,增加了Level 21的x86平台sysimg链接。更新2015...
分类:移动开发   时间:2015-04-26 16:28:32    阅读次数:186
jenkins notes
1. downloadhttp://mirror.xmission.com/jenkins/war/1.610/jenkins.war2. install and runnohup java -jar jenkins.war --httpPort=9000 &3. mail ext pluginin...
分类:其他好文   时间:2015-04-21 14:25:53    阅读次数:92
rpmfusion 的国内大学 NEU 源配置
这里仅以安装 free 部分为例。其实方法与 [Fedora 的 NEU 源配置][1] 类似。 ## 安装 rpmfusion-free-release-stable.noarch.rpm 命令行: yum localinstall --nogpgcheck http://mirror.neu.edu.cn/rpmfusion/f...
分类:其他好文   时间:2015-04-21 02:13:21    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!