码迷,mamicode.com
首页 >  
搜索关键字:core image    ( 66658个结果
linux下安装配置DHCP服务器
前提是已经安装了core及base两个组#cat/etc/redhat-release RedHatEnterpriseLinuxServerrelease6.4(Santiago) #uname-a Linuxlocalhost.localdomain2.6.32-358.el6.x86_64#1SMPTueJan29 11:47:41EST2013x86_64x86_64x86_64GNU/Linux修改本机IP为静态获取#vi/etc/sysconfig/net..
分类:系统相关   时间:2014-08-15 10:52:19    阅读次数:343
lvm镜像实验
实验环境#uname-aLinuxlocalhost.localdomain3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linuxcat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)添加两块新硬盘做来实验。操作步骤创建分区先分别在两个磁盘上创建六个分区,然后查看分区#..
分类:其他好文   时间:2014-08-15 10:51:39    阅读次数:303
Java中使用验证码和二维码
资源需要:jelly-core-1.7.0.GA.jar网站: http://lychie.github.io/products.html将下载下来的 jelly-core-1.7.0.GA.jar 丢到项目里,不需要编写任何 java 代码,只需要在项目的 web.xml 文件中配置相关信息即可。...
分类:编程语言   时间:2014-08-15 09:28:27    阅读次数:221
菜鸟版RAID1,见谅.
RAID1场景[#uname-aLinuxZZSRV2.BIGCLOUD.LOCAL3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)为磁盘分区磁盘一:[#fdisk/dev/sdbWelcometofdisk(util-linux2.23.2).Changeswillremain..
分类:其他好文   时间:2014-08-15 02:53:27    阅读次数:362
Linux 磁盘管理--RAID1创建
1.场景2.POC环境#uname-aLinuxlocalhost3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)3.具体操作3.1.分区#fdisk-lDisk/dev/sdc:32.2GB,32212254720bytes,62914560sectorsUnits=secto..
分类:系统相关   时间:2014-08-15 02:50:47    阅读次数:551
在CentOS-7.0下高级硬盘管理RAID 1+0方案
企业经常用到的RAID+LVM管理模式的建立:用到的软件:VMwareWorkstation10系统环境:[root@localhost~]#cat/etc/centos-releaseCentOSLinuxrelease7.0.1406(Core)[root@localhost~]#rpm-qimdadmName:mdadmVersion:3.2.6RAID1+0方案简介先对磁盘做mirror,然后对整个mirror组做..
分类:其他好文   时间:2014-08-15 02:48:38    阅读次数:408
CentOS mdadm RAID1实训
场景POC环境CentOS7MDADMRaid1查看版本#uname-aLinuxzzsrv1.bigcloud.local3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)挂载硬盘yum安装mdadm的支持包#yum-yinstallmdadmWarning:RP..
分类:其他好文   时间:2014-08-15 02:48:19    阅读次数:389
LVM+RAID5
桌面环境[root@localhost~]#uname-aLinuxlocalhost.localdomain3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux[root@localhost~]#cat/etc/redhat-releaseCentOSLinuxrelease7.0.1406(Core)[root@localhost~]#先格式化硬盘[root@localhost~]#fd..
分类:其他好文   时间:2014-08-15 02:45:58    阅读次数:414
ueditor 1.4.3asp中图片地址不对的解决办法
找到文件夹ueditor\asp下的config.json文件,找到下面的代码,进行修改  "imageUrlPrefix": "/yychenxi/ueditor/asp/", /* 图片访问路径前缀 */     "imagePathFormat": "upload/image/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格...
分类:Web程序   时间:2014-08-14 20:44:59    阅读次数:237
java库Html2Image:实现html转图片功能
package com.ky.util;import gui.ava.html.image.generator.HtmlImageGenerator;/** * */public class Html2ImageTest {public static void main(String[] arg.....
分类:编程语言   时间:2014-08-14 20:09:39    阅读次数:261
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!