摘要: #!/bin/bash len=90 str=(a b c d e f g h i j k l m n o p q r s t u vw x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9 0 \! 阅读全文
posted @ 2016-06-07 17:39 chongchong88 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 1、下载后,首先把jdk-7u3-linux-x64.rpm复制到/usr/local/src#cp jdk-7u3-linux-x64.rpm /usr/local/src/2、给所有用户添加可执行权限#chmod +x jdk-7u3-linux-x64.rpm3、开始安装程序#rpm -ivh 阅读全文
posted @ 2016-06-07 16:49 chongchong88 阅读(110) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin export PATH #数据库用户名 dbuser='root' #数据库用密码 dbpasswd='********' 需要备份的数据库,多 阅读全文
posted @ 2016-06-07 13:22 chongchong88 阅读(322) 评论(0) 推荐(0) 编辑