自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (9)
  • 收藏
  • 关注

转载 eclipse android 绑定 第三方 源代码

今天用一个slf4j-android-1.6.1-RC1.jar 在android行输出日志,我想看他的源码,然后就照常来绑定源码,发现plug-in dependencies which does not allow modifications to source attachments on its entries悲剧了,然后Google了一下,发现别人也有遇到这个问题,解决方

2012-08-25 15:09:51 2194

原创 带有延时的生产者 消费者

最近项目用到了要重新发送数据,看到api中有一个delay queue ,拿过来用一下,做了一个demo。用到了 DelayQueue  Delayed,主要是一个 delayed 接口里面的 getDelay的计算import java.util.Calendar;import java.util.UUID;import java.util.concurrent.Dela

2012-08-23 10:57:12 1115 3

原创 sqlite3 not found 安装 sqlite3

在adbshell里面直接更改数据库里面的数据,这样可以是程序中的数据得到里面的反馈,可是,我的android机器居然没有sqlite??准备安装这个东东,Google到一个 相关的问题,感觉挺好的,就在记下来,等以后其他的机器若是没有相关的命令可以有参考资料:(机器是root过的)1、从新挂载/system 目录,因为这个是只读的# mount -o remount,ro -

2012-08-06 16:52:28 1137

原创 BoundedBuffer 之我见

看到java.util.concurrent.locks.*的Condition里面给出了一个例子,是BoundedBuffer,这个例子倒是不是很难,可是说是很经典的一个应用。class BoundedBuffer { final Lock lock = new ReentrantLock(); final Condition notEmpty = lock.newCondition

2012-08-03 09:01:18 2101 1

AndroidSSL

AndroidSSL,需要修改自己的服务器

2013-06-25

SSLSocketTest

SSLSocketTest 例子,包括客户端的代码已经写好了ant脚本

2013-06-25

bcprov-ext-jdk15on-146.jar

bcprov-ext-jdk15on-146.jar

2013-06-25

CaptureActivityTest.rar

Android 使用Zxing2.1 来读取二维码 http://blog.csdn.net/acnt3w/article/details/8840999

2013-04-23

CaptureActivity

Android 使用Zxing2.1 来读取二维码 http://blog.csdn.net/acnt3w/article/details/8840999

2013-04-23

sqlite3 bin

文章附件 文章附件 详情请看 http://blog.csdn.net/acnt3w/article/details/7836018

2012-08-06

软件工程简历模板 有4个,一般都够用

这个一些非常经典的简历模板,应届生可以用来参考 应届生 无论是应届生还是跳槽的多可以用来参考

2011-11-02

byte_of_python_v192.pdf

Introduction 'A Byte of Python' is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you. This book is updated for the new Python 3.0 language. If you are looking for a tutorial on the current Python 2.x version, please download the previous revision of the book [5] . On the same note, if you're wondering whether to learn Python 2.x or 3.x, then read this article by James Bennett [6] .

2010-12-22

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除