- 博客(2)
- 收藏
- 关注
原创 MyBatis初学注意点总结
MyBatis初学注意点总结配置文件:` MyBatis-config.xml文件配置比较简单,关键是类别名(简化书写)和关联资源映射路径两点.`<typeAliases> <typeAlias type="com.entity.Product" alias="Product"/> </typeAliases> <mapper resource="ProductMapper.xml"/>`P
2016-04-09 22:48:37 374
原创 java中wait()方法的一点总结
代码如下: class Test{ public static void get(){ new Thread(){ wait(); System.out.print("hello world!"); }; } } 在代码中,当因一些原因使用wait()时,抛出IllegalMonitorSta
2016-03-10 22:53:05 2479
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人