GCD概念:Grand Central Dispatch1.queue 队列 dispatch queue 分发队列2.task 任务3.thread 线程task 是一个一个单独的任务(方法,函数,block)queue里存放的是一个或者多个taskthread 为了保证task能顺利执行,que...
分类:
移动开发 时间:
2014-08-07 12:10:30
阅读次数:
318
【故障描述】打开SDK Manager检查Android SDK状况,出现以下情况:Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Connection to ht...
分类:
移动开发 时间:
2014-08-06 22:46:12
阅读次数:
363
在线代码http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.2.2_r1/android/os/AsyncTask.java#AsyncTask 下载
分类:
移动开发 时间:
2014-08-06 18:53:31
阅读次数:
182
sudo?apt-get?update
sudo?apt-get?upgrade
sudo?apt-get?install?python-software-properties
sudo?add-apt-repository?ppa:webupd8team/java
sudo?apt-get?update
sudo?apt-get?remove?--purge?...
分类:
数据库 时间:
2014-08-06 15:07:01
阅读次数:
261
Description
Once upon a time, in the Kingdom of Loowater, a minor nuisance turned into a major problem.
The shores of Rellau Creek in central Loowater had always been a prime breeding ground for g...
分类:
其他好文 时间:
2014-08-06 10:37:41
阅读次数:
257
有时,我们会需要用到自己定义的一些查询方法,可以按照下面几步进行。1. 定义一个包含该方法的接口Interface UserRepositoryCustom {public void someCustomMethod(User user);}2. 定义实现class UserRepositoryIm...
分类:
编程语言 时间:
2014-08-05 18:30:09
阅读次数:
228
如果想把一个方法加到所有的repository中,用前一篇提到的方法就不合适了。英文原版,请看http://docs.spring.io/spring-data/data-mongo/docs/1.5.2.RELEASE/reference/html/repositories.html#reposi...
分类:
编程语言 时间:
2014-08-05 18:28:19
阅读次数:
190
以下内容是在学习Spring-Data-mongoDB中的Spring Data Repositories时做的一些笔记。备忘!感觉学习还是看官方的资料比较透彻一些。Spring Data Repositories目的:减少重复的持久化代码。常用的几个repository interface,Rep...
分类:
编程语言 时间:
2014-08-05 18:08:49
阅读次数:
234
零、你首先需要安装fcitx小企鹅输入法,相信绝大部分用linux的中国人都用这个输入法,安装fcitx后同时还能解决Sublime Text的中文输入问题。 安装fcitx输入法前首先要安装fcitx源: sudo add-apt-repository ppa:fcitx-team/nightly...
分类:
系统相关 时间:
2014-08-05 00:06:38
阅读次数:
302
Although Model-View-Controller (MVC) is known by nearly every Web developer, how to properly use MVC in real application development still eludes many people. The central idea behind MVC is?code ...
分类:
Web程序 时间:
2014-08-04 18:28:57
阅读次数:
349