码迷,mamicode.com
首页 >  
搜索关键字:mirror    ( 2345个结果
saltstack 安装及遇到问题
需求:经常对线上服务器做一些修改配置文件,搭建等操作,很麻烦系统环境是RHEL5安装过程和很多网友一样,先安装epelrpm-Uvhhttp://mirror.pnl.gov/epel/5/x86_64/epel-release-5-4.noarch.rpm yumupdate yuminstallsalt-minion yuminstallsalt-master安装过程巨简单,装好后,..
分类:其他好文   时间:2015-03-17 18:14:46    阅读次数:374
solaris10找安装包的地方
solaris要寻找合适的安装包还是很费劲的,即使找到了pkg,也没有一个类似yum和apt-get这样的小工具可以把依赖包一次性装完。目前能找到pkg的地方:solaris10x86:http://mirror.opencsw.org/opencsw/stable/i386/5.10/solaris10sparc:http://mirror.opencsw.org/opencsw/stable/..
分类:其他好文   时间:2015-03-17 16:06:03    阅读次数:142
Centos6.5快速配置可用网卡
Centos6.5快速配置可用网卡时间2014-05-30 18:00:10三劫散仙原文http://qindongliang1922.iteye.com/blog/2074368关于Cenots的安装,散仙就不介绍了,散仙使用的mini版本的iso镜像文件,下载地址在http://mirror.b...
分类:其他好文   时间:2015-03-15 19:47:37    阅读次数:143
Android SDK环境搭建
方法有二方法一:Android SDK开发包国内下载地址http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.htmlAndroid SDKSDK就是开发包,里面包含了两大类...
分类:移动开发   时间:2015-03-13 16:06:30    阅读次数:176
linux nethogs查看进程流量
1、下载x86_64nethogs的rpm安装包wgetftp://ftp.muug.mb.ca/mirror/fedora/epel/6/x86_64/nethogs-0.8.0-1.el6.x86_64.rpm2、安装nethogsrpm-ivhnethogs-0.8.0-1.el6.x86_64.rpm3、使用nethogs查看进程流量ifconfignethofseth04、默认是监视eth0同时监视多个网卡nethogseth0eth..
分类:Web程序   时间:2015-03-12 01:07:13    阅读次数:158
Eclipse更新慢、插件安装慢解决方案
步骤Eclipse -> Help -> Install New Software...在出现的窗口点击Available Software Sites链接将所有URL中的"download.eclipse.org",都替换为"http://mirror.bit.edu.cn/eclipse/",点...
分类:系统相关   时间:2015-03-12 00:58:11    阅读次数:9167
程序开发 资源列表
源代码基地 http://mirror.cogentco.com/  想要什么代码下载什么代码 ApacheCPANCentOSDebianDebian CDEPELFedoraFreeBSD GNUMySQLOpenSSHOpenSSLPHPRFC'sUbuntuUbuntu Releases...
分类:其他好文   时间:2015-03-11 21:48:16    阅读次数:124
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 fo...
分类:其他好文   时间:2015-03-11 17:19:41    阅读次数:143
Symmetric Tree
Symmetric Tree问题:Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).思路: dfs我的代码:public class Solution { ...
分类:其他好文   时间:2015-03-07 19:58:45    阅读次数:135
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!