码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
Installing scipy on redhat with error “no lapack/blas resources found”
这是更新scipy出现的结果,需要新版本的scipy,而机器上只装了0.7的版本,更新的时候报错,找到了一个解决方法:wget http://mirror.centos.org/centos/6/os/x86_64/Packages/lapack-devel-3.2.1-4.el6.x86_64.r...
分类:其他好文   时间:2015-04-02 13:11:18    阅读次数:365
centos 7.0 ks文件
#version=RHEL7#Rebootafterinstallationreboot#Usenetworkinstallationurl--url="http://192.168.100.250/cobbler/ks_mirror/centos-7.0-x86_64/"#Usetextmodeinstalltext#Firewallconfigurationfirewall--disabledfirstboot--disableignoredisk--only-use=sda#Keyboardlayout..
分类:其他好文   时间:2015-04-02 06:43:48    阅读次数:421
Ogre的材质创建和应用
Ogre材质的创建可以通过脚本或代码创建:层级 Material -〉technique -> pass -> texture_unit Ogre的材质具有动态的效果,提供有animation,rotate,scroll,mirror等效果 Ogre中的材质可以在mesh创建时指定材质,也可以在entiry创建时重新制定材质。...
分类:其他好文   时间:2015-04-01 23:47:49    阅读次数:254
SPOJ MYQ10 Mirror Number 数位dp'
题目链接:点击打开链接 MYQ10 - Mirror Number A number is called a Mirror number if on lateral inversion, it gives the same number i.e it looks the same in a mirror. For example 101 is a mirror number whi...
分类:其他好文   时间:2015-04-01 00:28:20    阅读次数:196
LeetCode-101 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-03-29 00:30:42    阅读次数:154
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 fo...
分类:其他好文   时间:2015-03-28 11:34:30    阅读次数:102
分享几个关于linux配套软件的链接
putty套件下载地址:http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html一些流行的linux发行版本:http://mirror.symnds.com/
分类:系统相关   时间:2015-03-20 22:11:55    阅读次数:225
遇到的错误解决方法
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was14: PYCURL ERROR 6 - "Couldn't resolve host 'mirror...
分类:其他好文   时间:2015-03-20 12:22:01    阅读次数:111
Linux-软件包管理-源码包安装
rpm -q gcc 查看c语言编译器是否已经安装在浏览器输入:http://mirror.bit.edu.cn/apache/httpd/下载2.2.29这个包cd ~ 回到root目录ls 查看当前目录所有文件tar -xjf httpd-2.2.29.tar.bz2 解压缩httpd这个文件l...
分类:系统相关   时间:2015-03-19 23:44:28    阅读次数:258
Temporary failure in name resolution
最近在使用yum方式安装perl-DBD-MySQL时碰到了Temporary failure in name resolution,Trying other mirror。即命名解析失败,尝试使用其它镜像。由于本机为最近安装的新服务器,下面是这个问题的现象描述及处理过程。1、故障现象###当前环境[root@GZDB ~]# cat /etc/issueCentOS release 5.11...
分类:其他好文   时间:2015-03-18 09:01:35    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!