2017年7月5日
摘要: 分包 编写配置文件: ssm整合第一步: 根据dao开发先编写sqlSessionFactory mybatied的配置文件 spring将要管理dao,controller,service 等 所以开始配置spring配置文件(配置为了使用di和aop) <?xml version="1.0" e 阅读全文
posted @ 2017-07-05 17:07 习惯是人生伟大的指南 阅读(520) 评论(1) 推荐(0)
  2017年7月1日
摘要: 1:二分查找 int[] arr=new int[]{1,2,3,5,1,6,7,9,10,11,12,14,18,15}; binatSearch(arr, 12); } public static int binatSearch(int[] arr,int a){ int low=0; int 阅读全文
posted @ 2017-07-01 17:44 习惯是人生伟大的指南 阅读(135) 评论(0) 推荐(0)
  2015年4月11日
摘要: avaIO流总结之转换流(2012-10-17 10:37:21)转载▼标签:java转换流字符流字节杂谈分类:Java1字节流InputStream ->FileInputStreamOutputStream ->FileOutputStream2 .字符流Reader -> BufferedRe... 阅读全文
posted @ 2015-04-11 12:48 习惯是人生伟大的指南 阅读(244) 评论(0) 推荐(0)