安装过程中,需要互联网连接下载python依赖库:1、安装: Windows Server 2008 R2 x64标准版2、安装:Python 2.7.10 amd64 到C:\Python27并将下列路径加到PATH环境变量:C:\Python27\;C:\Python27\Scripts;3、安...
分类:
Windows程序 时间:
2015-11-05 22:26:27
阅读次数:
3686
1.打开文件 vi /etc/sysconfig/network-scripts/ifcfg-eth0 2.编辑文件ONBOOT=yes //默认是no 改为yes ONBOOT是指明在系统启动时是否激活网卡,只有在激活状态的网卡才能去连接网络,进行网络通讯BOOTPROTO=static //默认...
分类:
系统相关 时间:
2015-11-05 20:42:33
阅读次数:
284
故障:电脑损坏,硬盘文件比较重要,因此直接将硬盘上换到另一台机,但是在使用虚拟机的时候,启动centos系统,网卡无法使用,使用servicenetworkrestart报错:deviceeth0seemsnotpresentdelayinginitialization错误定位:由于/etc/sysconfig/network-scripts/if-eth0文件中保..
分类:
其他好文 时间:
2015-11-05 16:40:42
阅读次数:
259
当你启动vm中的network时出现了这个错误:Bringingupinterfaceeth0:Deviceeth0doesnotseemtobepresent,delayinginitialization解决方法是:cat/etc/sysconfig/network-scripts/ifcfg-eth0找到对应的HWADDR,同时查看右键单击虚拟机,找到:记下这个HWADDR,然后关闭VM,编辑这个..
分类:
其他好文 时间:
2015-11-05 00:50:16
阅读次数:
271
@{ ViewBag.Title = "Index";}@section scripts{ }Index @{Html.RenderAction("_PartialTest");}using System;using System.Collections.Generic;u...
分类:
Web程序 时间:
2015-11-04 21:29:54
阅读次数:
255
返回顶部 css样式: .goToTop a { color: #666;}.goToTop { background: url(../Scripts/top.png) no-repeat; display: none; position: fixed; top: 50%; ma...
分类:
Web程序 时间:
2015-11-04 12:49:57
阅读次数:
254
index.cshtml Username:password:password1:sex:level:sportwritelevel:12@section scripts{} index.js $().ready(function () {$("#formLogin").validate({rul....
分类:
Web程序 时间:
2015-11-03 17:22:41
阅读次数:
245
这篇文章仅仅简单描述刚开始学习linux的内容,以供我复习一下之前学习的内容Linux的启动流程设置linux的IP:使用vi打开"/etc/sysconfig/netowrk-scripts/ifcfg-eth0",输入"i"启用编辑模式;将"ONBOOT=no"改为"ONBOOT=yes",这表示是否开机激活网卡;将"BOOTPROTO=none"改为"BOOT..
分类:
系统相关 时间:
2015-11-01 19:36:42
阅读次数:
243
一、pip安装http://www.360doc.com/content/14/1017/08/10724725_417590569.shtml1、复制代码,存到C:/Python27,名为get-pip.pypython get-pip.py3、将C:/Python27/Scripts加入环境变量...
分类:
编程语言 时间:
2015-11-01 16:34:45
阅读次数:
172
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0BOOTPROTO=noneONBOOT=yesTYPE=EthernetNETMASK=255.255.255.0IPADDR=192.168.1...
分类:
系统相关 时间:
2015-11-01 15:13:14
阅读次数:
175