摘要:
grant all privileges on *.* to root@'%' identified by '111111' with grant option;FLUSH PRIVILEGES; 阅读全文
posted @ 2015-04-15 13:14
`兔斯基
阅读(144)
评论(0)
推荐(0)
摘要:
Guava学习笔记目录 Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以使你的JAVa代码更加优雅,更加简洁,... 阅读全文
posted @ 2015-04-15 09:32
`兔斯基
阅读(153)
评论(0)
推荐(0)