浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月29日

摘要: MySQL Database Backup using mysqldump command.Tuesday, January 20, 2009, 12:58 How-To, MySQL 195 views Add a comment Since its release in 1995, MySQL has became one of the most commonly used database ... 阅读全文
posted @ 2009-01-29 15:10 浙林龙哥 阅读(2385) 评论(0) 推荐(0)

摘要: 1.得到系统的类型.不同的系统有不同的文件分割符号. public static boolean isLinux(){ String OS = System.getProperty("os.name").toLowerCase(); if (OS.indexOf("windows") > -1) { return false; } ... 阅读全文
posted @ 2009-01-29 15:09 浙林龙哥 阅读(1055) 评论(0) 推荐(0)