2015年4月15日

Java生成6位随机数

摘要: //新建一个HashSetHashSet sixHashSet = new HashSet();//满6位时结束循环 while (sixHashSet.size() != 6) { String temp = Integer.toString((int) (Math.random() * ... 阅读全文

posted @ 2015-04-15 01:24 boyysys 阅读(5534) 评论(0) 推荐(1) 编辑

MySQL压缩版配置安装

摘要: 1、上官网下载zip压缩包http://dev.mysql.com/downloads/mysql/2、解压zip3、以管理员身份运行cmd.exe,一般在C:\Windows\System32\cmd.exe4、cmd进入解压后的文件中的bin中5、cmd运行,mysqld -install xx... 阅读全文

posted @ 2015-04-15 01:23 boyysys 阅读(172) 评论(0) 推荐(0) 编辑

导航