上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页
  2014年8月21日
摘要: 最近的机器内存又爆满了,除了新增机器内存外,还应该好好review一下我们的代码,有很多代码编写过于随意化,这些不好的习惯或对程序语言的不了解是应该好好打压打压了。下面是参考网络资源总结的一些在Java编程中尽可能要做到的一些地方。1. 尽量在合适的场合使用单例使用单例可以减轻加载的负担,缩短加载的... 阅读全文
posted @ 2014-08-21 18:55 洛易 阅读(447) 评论(0) 推荐(0) 编辑
  2014年8月13日
摘要: 软件架构作为一个概念,体现在技术和业务两个方面。 从技术角度来说:软件架构随着技术的革新不断地更新其内容,软件架构建立于当前技术和一些基本原则的基础之上。先说一些基本原则: 分层原则:分层是为了降低软件深度复杂性而使用的关键思想,就像社会有了阶级一样,软件有了层次结构。 模块化原则:模块化是化解软件... 阅读全文
posted @ 2014-08-13 21:42 洛易 阅读(7672) 评论(2) 推荐(1) 编辑
  2014年8月12日
摘要: 08-12 16:06:12.622: E/baidumapsdk(15405): Authentication Error errorcode: 102 uid: null appid -1 msg: IP/SN/SCODE/REFERER Illegal:http://bbs.lbsyun.ba... 阅读全文
posted @ 2014-08-12 16:36 洛易 阅读(4444) 评论(0) 推荐(0) 编辑
  2014年8月5日
摘要: 2014-08-05 22:18:46.455 SwiftUI[1329:40871] -[_TtC7SwiftUI14MViewControler clickMe]: unrecognized selector sent to instance 0x10ea15dc02014-08-05 22:1... 阅读全文
posted @ 2014-08-05 22:23 洛易 阅读(51322) 评论(0) 推荐(0) 编辑
摘要: 08-05 17:36:12.799: W/System.err(10378): java.lang.reflect.InvocationTargetException08-05 17:36:12.799: W/System.err(10378): at java.lang.reflect.Meth 阅读全文
posted @ 2014-08-05 17:37 洛易 阅读(634) 评论(0) 推荐(0) 编辑
  2014年8月1日
摘要: java.lang.IllegalStateException: Couldn't read row 0, col -1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data fr... 阅读全文
posted @ 2014-08-01 10:40 洛易 阅读(2959) 评论(0) 推荐(0) 编辑
  2014年7月23日
摘要: 07-23 18:16:17.641: W/SQLiteConnectionPool(28390): A SQLiteConnection object for database '/storage/emulated/0/cnOA.db' was leaked! Pl... 阅读全文
posted @ 2014-07-23 18:22 洛易 阅读(1689) 评论(0) 推荐(0) 编辑
  2014年7月22日
摘要: /** * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi... 阅读全文
posted @ 2014-07-22 17:48 洛易 阅读(3065) 评论(0) 推荐(0) 编辑
摘要: package xxx.common.db; /** * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * 阅读全文
posted @ 2014-07-22 17:32 洛易 阅读(982) 评论(0) 推荐(0) 编辑
摘要: 不久前用到了同步,现在回过头来对JAVA中的同步做个总结,以对前段时间工作的总结和自我技术的条理话。JAVA中synchronized关键字能够 作为函数的修饰符,也可作为函数内的语句,也就是平时说的同步方法和同步语句块。假如再细的分类,synchronized可作用于instance变 量、obj... 阅读全文
posted @ 2014-07-22 17:29 洛易 阅读(248) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 41 下一页