摘要: 一个Spring的小例子。 参考:http://blog.csdn.net/shymi1991/article/details/48085955 http://www.yiibai.com/spring/spring_hello_world_example.html 2017.11.5 Spring 阅读全文
posted @ 2017-10-07 20:51 liumy 阅读(133) 评论(0) 推荐(0)
摘要: 详细思路见:http://blog.csdn.net/vayawu/article/details/52168147 参考代码: 阅读全文
posted @ 2017-10-03 10:18 liumy 阅读(248) 评论(0) 推荐(0)
摘要: 1.List本身属于一个接口,要想取得接口的实例化对象,那么应该通过子类实例化接口,它有两个常用子类: ArrayList【数组实现,查询快,增删慢,线程不安全,轻量级】、 Vector【数组实现,线程安全,重量级 】。 1.1 List接口中,get()方法非常重要 1.2 List接口中提供有c 阅读全文
posted @ 2017-10-01 17:44 liumy 阅读(184) 评论(0) 推荐(0)
摘要: 主要是跟着李兴华老师的安装步骤(http://edu.csdn.net/course/detail/3574/62057?auto_start=1)来的,但是最后一步忘记了口令管理了,所以卸了重新安装。 在卸载方面: 1)在运行中输入services.msc,回车后,禁止掉所有oracle开头的相关 阅读全文
posted @ 2017-05-23 13:27 liumy 阅读(185) 评论(0) 推荐(0)
摘要: 2016-09-29 在命令提示符下启动mongodb,刚开始出现了“the defult storage engine wiredTiger is not available”的问题。原因是wiredTiger这个引擎不适合mongodb,阅读它给出的错误提示后,将数据存储路径的命令改为 f: f 阅读全文
posted @ 2016-09-29 21:29 liumy 阅读(99) 评论(0) 推荐(0)