码迷,mamicode.com
首页 >  
搜索关键字:scripts    ( 4455个结果
vmware中linux无法动态获取dhcp解决方法
最近遇到了vmware虚拟机中linuxdhcp无法获取的问题困扰了好久终于得到大神的帮助解决了所以马上来分享~首先确定自己ethX的配置没问题,我是eth0dhcp获取,配置如下:[root@localhostnetwork-scripts]#catifcfg-eth0DEVICE="eth0"//这个就是要设置的接口BOOTPROTO="dhcp"HWADDR=..
分类:系统相关   时间:2015-10-28 01:47:30    阅读次数:268
Free Slideshow, Gallery And Lightboxes Scripts
http://www.noupe.com/design/free-slideshow-gallery-and-lightboxes-scripts.htmlOctober 14th, 2009byObaid ur RehmanFree Slideshows And Lightboxes Script...
分类:其他好文   时间:2015-10-27 11:34:22    阅读次数:507
35 Gallery – Ajax Slide
http://html5up.net/overflow (PC,Mobile,Table) http://www.iloveyouwp.com/35-scripts-for-galleries-slideshows-and-lightboxes.htmlhttp://ajaxphotogallery...
分类:Web程序   时间:2015-10-27 11:25:29    阅读次数:267
mysql / mysqld_safe / mysqld 常见错误处理
1. FATAL ERROR: Could not find ./bin/my_print_defaults[root@localhost scripts]# ./mysql_install_db --user=mysql --datadir=/var/lib/mysqlFATAL ERROR: ....
分类:数据库   时间:2015-10-25 12:03:45    阅读次数:195
linux - 【网络配置】 6
网络配置1 给网卡配置ip地址/etc/sysconfig/network-scripts/ifcfg-eth0 //给文件需要做备份/etc/sysconfig/network-scripts/ifcfg-eth1给网卡文件做备份:2.重新启动网络,使得修改生效service network re...
分类:系统相关   时间:2015-10-24 16:58:20    阅读次数:243
VMWare 链接克隆OS后 网卡信息注入问题
CentOS 1、[root@localhost~]#ifconfig-a [root@localhost~]#vim/etc/udev/rules.d/70-persistent-net.rules 删除第一个MAC对应的不存在的记录,把下面的eth1改为eth0 [root@localhost~]#vim/etc/sysconfig/network-scripts/ifcfg-eth0 删除MAC地址与UUID,修改IP地址, [root..
分类:系统相关   时间:2015-10-21 00:27:23    阅读次数:265
Mvc form提交
在项目开发中,我们离不开表单提交,本篇主要记录mvc的Ajax.BeginForm提交方式。 需要用到的js @Url.Script("~/Content/Scripts/jquery-1.7.1.js") @Url.Script("~/Content/Scripts/jquery.validate...
分类:Web程序   时间:2015-10-20 12:17:31    阅读次数:237
ocp-465
QUESTION NO: 465 Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMAN repository can be listed? (Choose two.) A. stored scripts in the recovery catalog B....
分类:其他好文   时间:2015-10-18 11:30:34    阅读次数:215
python2.7安装pip遇到ImportError: cannot import name HTTPSHandle
python2.7,报错如下:Traceback (most recent call last):File "/usr/local/bin/pip", line 9, in load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()File....
分类:编程语言   时间:2015-10-16 16:56:47    阅读次数:286
Hadoop加zookeeper构建高可靠集群
事前准备1.更改Linux主机名,每个人都有配置vim /etc/sysconfig/networkNETWORKING=yesHOSTNAME=hadoop-server12.改动IP /etc/sysconfig/network-scripts/ifcfg-eth03.改动主机名和IP的映射关系...
分类:其他好文   时间:2015-10-16 14:49:32    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!