摘要: java编辑器的字体大小:window-preferences--General-Appenrance-Colors and Fonts--Java Editor Text Fontjava编辑器的背景色: window-preferences--General-Editors-TextEditor... 阅读全文
posted @ 2014-09-22 16:13 徘徊在人间的水墨 阅读(161) 评论(0) 推荐(0)
摘要: //session清除session.invalidate(); //session检测 Users us = (Users) session.getAttribute("loginuser"); if (null != us) { java.util.Hashtable htb = (java... 阅读全文
posted @ 2014-09-22 14:43 徘徊在人间的水墨 阅读(1996) 评论(0) 推荐(1)