首先说明的是,该方法已经被我抛弃了。之前用它,发现加载速度不好。具体没怎么细心的看。
现在我用volley了。拿出来只是给大家批判的。
package com.souya.seller.util.ex;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.la...
分类:
移动开发 时间:
2014-10-24 19:03:27
阅读次数:
292
Java并发编程实践 目录并发编程—— ConcurrentHashMap并发编程—— 阻塞队列和生产者-消费者模式并发编程—— 闭锁CountDownLatch 与 栅栏CyclicBarrier并发编程—— Callable和Future并发编程—— CompletionService : Ex...
分类:
编程语言 时间:
2014-10-24 18:43:37
阅读次数:
217
svn: warning: W150002: '/Users/piercalex/svn/azzz/1' is already under version controlsvn: E200009: Could not add all targets because some targets are ...
分类:
其他好文 时间:
2014-10-23 15:46:52
阅读次数:
307
在Eclipse ADT来开发Android App时会遇到以下问题:"myproject/gen already exists but is not a source folder. Convert to a source folder or rename it"解决办法是:1.Right cli...
分类:
系统相关 时间:
2014-10-23 12:00:43
阅读次数:
258
由于目前从事android开发工作,所以升级了下Android SDK和eclipse ADT插件
一、更新ADT
1、Eclipse中打开Help->Install New Software.
2、在"Details" 面板中, 点击"What is already installed?" 链接。
3、在Eclipse Installation D...
分类:
移动开发 时间:
2014-10-22 16:00:03
阅读次数:
158
原文:用批处理编译*.sln工程 批处理是直接调用Microsoft Visual Studio 8\Common7\IDE\ 目录内的 devenv.exe ,它启动后就是IDE,提供的参数如下: 用法:
devenv[solutionfile | projectfile | anyfile.ex...
分类:
其他好文 时间:
2014-10-22 00:32:12
阅读次数:
287
代码复审,审的是我结对编程的partner——冯飘飘同学的代码。优点:从代码体现出逻辑思维缜密,许多错误异常的情况都能考虑到,比如“文件不存在”等特殊情况都会给出输出提示等等。缺点:1,对于老师的需求有一个测试点没有通过,读取文件类型不准确,需求中只要求读取".txt"、".cs"、"h"、".ex...
分类:
其他好文 时间:
2014-10-21 22:59:22
阅读次数:
237
进程环境进程终止有8种方式使进程终止,当中5中为正常终止,它们是1)从main返回2)调用exit3)调用_exit或_Exit4)最后一个线程从其启动例程返回5)最后一个线程调用pthread_exit异常终止有3中方式6)调用abort7)接到一个信号并终止8)最后一个线程对取消请求做出对应ex...
分类:
系统相关 时间:
2014-10-20 16:55:36
阅读次数:
306
点击AlertDialog 关闭之后再点击报错:The specified child already has a parent. You must call removeView() on the child's parent first.意思是这个子view 已经有个父view了,你现在要使用的...
分类:
其他好文 时间:
2014-10-18 13:50:44
阅读次数:
170
LCM Cardinality
Input: Standard Input
Output: Standard Output
Time Limit: 2 Seconds
A pair of numbers has a unique LCM but a single number can be the LCM of more than one possible pairs. For ex...
分类:
其他好文 时间:
2014-10-17 15:37:49
阅读次数:
260