摘要: //当前用户桌面 File desktopDir = FileSystemView.getFileSystemView() .getHomeDirectory(); String desktopPath = desktopDir.getAbsolutePath(); 阅读全文
posted @ 2017-04-11 15:56 朝雾轻寒 阅读(9330) 评论(1) 推荐(3) 编辑
摘要: 1.启动cmd 2.cd C:\Program Files\tomcat7\bin 3.service.bat install 4.打开tomcat7w.exe可以启动管理服务 阅读全文
posted @ 2017-04-11 13:57 朝雾轻寒 阅读(1390) 评论(0) 推荐(0) 编辑
摘要: 启动mysql命令符 grant all privileges on mysql.* to 'root'@'%' identified by '123456'; 给mysql用户root授权,'%'表示外部IP,如果是本地,把'%'改成'localhost',localhost包含了127.0.0. 阅读全文
posted @ 2017-04-11 13:54 朝雾轻寒 阅读(148) 评论(0) 推荐(0) 编辑