码迷,mamicode.com
首页 >  
搜索关键字:lo    ( 2279个结果
Hyper-v中安装centos网卡故障
故障:1、/etc/sysconfig/network-scripts目录下无ifcfg-eth02、ifconfig命令无eth0,仅显示lo解决方法:一、如果输入ifconfig,没有eth0:,那你需要安装网卡驱动,如下:ubuntu中查看网卡类型及是否安装网卡驱动程序1输入:lspci或者lspci–v或lspci–vv会显示所有的硬件信息和..
分类:其他好文   时间:2014-10-13 15:30:50    阅读次数:359
uva 10032 Problem F: Tug of War
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=973 1 #include 2 #include 3 #include 4 #define ll lo...
分类:其他好文   时间:2014-10-13 02:54:08    阅读次数:179
Splitting Linked List
This is a very good linked list question, as there are tricky cases you have to consider, and getting them all right in one place is harder than it lo...
分类:其他好文   时间:2014-10-12 05:54:07    阅读次数:161
Linux的网卡由eth0变成了eth1,如何修复
环境: centOS 6.5 装在U 盘中的。可以随身带 说明: 我在一台机器上在U盘上装好系统以后,网络什么的都能正常使用,然后我换到另一台机器的时候问题出现了。 就是无法使用网络。表现: # ifconfig 只显示lo # ifconfig -a 显示lo 和 eth1 没 eth...
分类:系统相关   时间:2014-10-11 12:03:15    阅读次数:271
leetcode第五题--Longest Palindromic Substring
Problem:Given a stringS, find the longest palindromic substring inS. You may assume that the maximum length ofSis 1000, and there exists one unique lo...
分类:其他好文   时间:2014-10-11 02:20:24    阅读次数:227
vmware虚拟机迁移导致的eth0消失问题
将原来的虚拟机文件迁移到另一台机子之后。 ifconfig显示只有一个lo网卡,网上找了一些文章,大多是修改/etc/network/interfaces 原来内容是 # ####################################################### # This file describes the network interfaces available...
分类:系统相关   时间:2014-10-10 21:27:14    阅读次数:226
【数论】 大数的各个位数和直到取到个位
2012年3月11日dlut周赛1002LOVELY-POINTTimeLimit:1 SecondMemoryLimit:32 MegabyteTotalsubmit:154Accepted:42DescriptionLolihunter loves Lolita,To tell while lo...
分类:其他好文   时间:2014-10-10 13:03:54    阅读次数:158
虚拟机安装Ubuntu 12.04 出现提示“Ubuntu is running in low-graphics mode?”
原文链接:http://blog.csdn.net/maimang1001/article/details/17048273http://blog.csdn.net/bluetropic/article/details/8984978安装时出现:The System is running in lo...
分类:其他好文   时间:2014-10-09 17:30:57    阅读次数:378
centos svn
安装说明 系统环境:CentOS-6.3安装方式:yum install (源码安装容易产生版本兼容的问题)安装软件:系统自动下载SVN软件 检查已安装版本 #检查是否安装了低版本的SVN[root@localhost /]# rpm -qa subversion #卸载旧版本SVN[root@lo...
分类:其他好文   时间:2014-10-08 12:31:35    阅读次数:219
php 编译安装选项
./configure --prefix=/usr/local/php/ --with-config-file-path=/etc/php5/cli/ --with-config-file-scan-dir=/etc/php5/mods-available/ --with-apxs2=/usr/lo...
分类:Web程序   时间:2014-10-05 18:43:38    阅读次数:202
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!