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 洛易 阅读(3073) 评论(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 洛易 阅读(991) 评论(0) 推荐(0)
摘要: 不久前用到了同步,现在回过头来对JAVA中的同步做个总结,以对前段时间工作的总结和自我技术的条理话。JAVA中synchronized关键字能够 作为函数的修饰符,也可作为函数内的语句,也就是平时说的同步方法和同步语句块。假如再细的分类,synchronized可作用于instance变 量、obj... 阅读全文
posted @ 2014-07-22 17:29 洛易 阅读(266) 评论(0) 推荐(0)