摘要:OS:win7 家庭在Fonts & Colors 中修改字体为 Monospaced 以后可输入中文,其他字体不可以
阅读全文
摘要:数据库:MySQL5表:create table play(iid int(10) not null primary key auto_increment,typeId int(3));Play.java:public class Play{ private Integer iID; private Integer typeID; ...setter and getter省略...}play-mapper.xml:<mapper namespace="PlayDAO"> <resultMap id="BaseResultMap" typ
阅读全文
摘要:http://starscream.iteye.com/blog/1107036http://yonge812.iteye.com/blog/1535488org.springframework.web.servlet.DispatcherServlet是使用Spring MVC时的Front Controller,并不会初始化applicationContext。只使用它,肯定会找不到bean定义。web程序必须使用org.springframework.web.context.ContextLoaderListenerorg.springframework.web.context.Cont
阅读全文
摘要:一、JTree:http://hi.baidu.com/beer_zh/blog/item/5c135c8f4d7ad1ebf11f3666.htmlhttp://blog.csdn.net/arjick/article/details/45266921、常用方法:(1)、选择模式改成只能单选tree.getSelectionModel().setSelectionModel(TreeSelectionModel.SINGLE_TREE_SELECTION);(2)、取得选中的节点(DefaultMutableTreeNode)tree.getLastSelectedPathComponent
阅读全文
摘要:http://abruzzi.iteye.com/blog/470732
阅读全文
摘要:mybatis默认使用log4j,当有self4j这个日志jar包存在时会无法打印sql,请移除或者在工程启动时显示设置mybatis使用的日志类log4j.logger.org.apache.ibatis=debug,stdoutlog4j.logger.java.sql=debug,stdoutfrom:http://13146489.iteye.com/blog/1037512
阅读全文