2015年12月1日

The user specified as a definer ('root'@'%') does not exist 解决方法

摘要: mysql> grant all privileges on *.* to root@"%" identified by ".";Query OK, 0 rows affected (0.00 sec)mysql> flush privileges;Query OK, 0 rows affected... 阅读全文

posted @ 2015-12-01 18:56 冰原小白狼 阅读(146) 评论(0) 推荐(0)

swing jTable排序问题(点击表头排序)

摘要: 1.JDK6自带排序实现; tableName.setAutoCreateRowSorter(true);2.其实界面设计中勾选一个属性就搞定了;.话说swing GUI用的太少了,不过既然用到了就留点印记吧。 阅读全文

posted @ 2015-12-01 18:44 冰原小白狼 阅读(1627) 评论(0) 推荐(0)

导航