码迷,mamicode.com
首页 >  
搜索关键字:cent os7    ( 459个结果
CentOS 6.3系统安装配置KVM虚拟机
作业环境服务器端操作系统:CentOS 6.3 final x86_64IP: 133.133.10.50Hostname:myKVMKVM:qemu-kvm-0.12.1.2-2.295.el6_3.2.x86_64客户端Ubuntu和Win7,先在服务器端装好VNC,通过VNC连接服务器Cent...
分类:其他好文   时间:2015-11-17 12:52:06    阅读次数:306
EasyUI篇のico
所有图标位置:/themes/iconscss引用位置:/themes/icon.css可自行添加16*16的小图片放在icons中,icon.css代码添加即可例如:.icon-logo{ background:url('icons/logo.ico') no-repeat center cent...
分类:其他好文   时间:2015-11-17 09:30:10    阅读次数:453
在运行 Red Hat 或 Cent OS 的虚拟机中扩展逻辑卷
要扩展逻辑卷:注意:这些步骤仅适用于 EXT3 文件系统。警告:VMware 建议在执行这些更改之前对虚拟机进行完整备份。关闭虚拟机。编辑虚拟机设置并扩展虚拟磁盘大小。有关详细信息,请参见增加虚拟磁盘大小 (1004047) (Increasing the size of a virtual dis...
分类:其他好文   时间:2015-11-10 13:43:55    阅读次数:271
British and American spelling
1、 Libre Liber Lib 2、 Sepulchre Sepulcher Sepulch 3、 amphitheatre amphitheater amphitheat 4、 are aer a 5、 calibre caliber calib 6、 centimetre centimeter centimet 7、 centre center cent 8、 ep...
分类:其他好文   时间:2015-11-08 16:38:57    阅读次数:353
Hadoop伪分布模式的安装
Hadoop伪分布模式的安装【环境参数】(1)Host OS:Win7 64bit(2)IDE:Eclipse Version: Luna Service Release 2 (4.4.2)(3)虚拟机:VMware 10(4)Client OS:CentOS 6.4 32bit。注意:若是Cent...
分类:其他好文   时间:2015-11-05 15:01:34    阅读次数:276
HTML字符实体
最常用的字符实体显示结果描述实体名称实体编号空格 大于号>>&和号&&"引号""'撇号' (IE不支持)'其他一些常用的字符实体显示结果描述实体名称实体编号¢分¢¢£镑££¥日圆&y...
分类:Web程序   时间:2015-11-03 22:33:58    阅读次数:209
数据结构之线性表(C语言)
#include#include#include/* 定义一个结构体,包含 保存指向动态数组指针的指针域base, 动态数组的有效长度cent, 动态数组的总长度length*/struct Student{ int* base; int cent; int length;};//函数的声明void...
分类:编程语言   时间:2015-10-31 00:28:05    阅读次数:286
cent os 6.5+ambari+HDP集群安装
1. 搭建一个测试集群,集群有4台机器,配置集群中每一台机器的/etc/hosts文件: [root@nn .ssh]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomai...
分类:其他好文   时间:2015-10-27 17:23:27    阅读次数:387
cent os 6.5 配置vsftpd
1. 下载vsftpd: #yum –y install vsftpd 2. 关闭iptables 查看防火墙状态:/etc/init.d/iptables status 关闭:service iptables stop 或者 /etc/init.d/iptables stop 每次开机自动关闭: ...
分类:其他好文   时间:2015-10-26 20:52:07    阅读次数:232
实例——自动选项卡
实现选项卡的核心是:先清空所有的,在把当前的设置自动播放是需要用到定时器实现下一个 用n++;//变量css代码.box { position:relative; width:400px; border:1px solid red; margin:50px auto; text-align:cent...
分类:其他好文   时间:2015-10-22 00:08:05    阅读次数:160
459条   上一页 1 ... 30 31 32 33 34 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!