2015年3月17日

mysql数据库表的基本操作sql语句总结

摘要: 1,命令行登录命令mysql -h localhost -u root -pC:\Users\lenovo>mysql-uroot-pEnterpassword:*****WelcometotheMySQLmonitor.Commandsendwith;or\g.YourMySQLconnectio... 阅读全文

posted @ 2015-03-17 17:41 呆雁 阅读(294) 评论(0) 推荐(0)

java String拼接的方法选择及性能分析

摘要: String 拼接的方法选择在拼接静态字符串时,尽量用 +,因为通常编译器会对此做优化,如: String test = "this " + "is " + "a " + "test " + "string"编译器会把它视为: String test = "this is a test string... 阅读全文

posted @ 2015-03-17 17:08 呆雁 阅读(2333) 评论(0) 推荐(0)

导航