上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: Step # 1: Mount an ISO file Type the following command (replace iso file name with the actual iso file): # yum install createrepo # mkdir -p /mnt/iso/{1,2,3} # mount -o loop /path/to/centos1.iso /mnt/iso/1 Step # 2: Create a repository Use createrepo to generate the necessary XML metadata. Type t... 阅读全文
posted @ 2013-11-25 14:47 MagicLetters 阅读(285) 评论(0) 推荐(0)
摘要: 解决方法: ~~看下数据库的延迟段创建参数 SQL> show parameter DEFERRED_SEGMENT_CREATION NAME TYPE VALUE ----------------------------------- -------------------- --------... 阅读全文
posted @ 2013-11-21 16:50 MagicLetters 阅读(1284) 评论(0) 推荐(0)
摘要: 1.修改项目的pom.xml文件 org.apache.maven.plugins maven-compiler-plugin 3.1 1.7 1.7 阅读全文
posted @ 2013-11-20 15:28 MagicLetters 阅读(233) 评论(0) 推荐(0)
摘要: 创建Maven工程,发现添加依赖“Add Dependency”的时候无法自动搜索远程库。导致此问题的可能原因:1.update index的时候失败了。解决:打开Window/Show View/Other/Maven/Maven Repositories,rebuild index或update index 阅读全文
posted @ 2013-11-20 15:25 MagicLetters 阅读(383) 评论(0) 推荐(0)
摘要: 一、CentOS 修改IP地址 修改对应网卡的IP地址的配置文件 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 修改以下内容 DEVICE=eth0 #描述网卡对应的设备别名,例如ifcfg-eth0的文件中它为eth0 BOOTPROTO=static #设置网卡获得ip地址的方式,可能的选项为static,dhcp或bootp,分别对应静态指定的 ip地址,通过dhcp协议获得的ip地址,通过bootp协议获得的ip地址 BROADCAST=192.168.0.255 #对应的子网广播地址 HWADDR=00:07:E9:05:E8:B4 # 阅读全文
posted @ 2013-10-31 13:55 MagicLetters 阅读(165) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页