自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小一的专栏

坚持、努力、谦逊

  • 博客(9)
  • 资源 (8)
  • 收藏
  • 关注

转载 Sqlite数据类型

前言最近想学习使用Android自带的sqlite数据库,首先需要了解一下sqlite提供的数据类型,方便见表

2014-06-30 16:51:01 2268

原创 Android Monkey自动化测试

前言如果你做Android开发,还没有使用过Monkey进行测试,那么今天看到这篇文章,希望能解决你Android测试中的一些问题。起码能帮你省点测试的时间并且发现更多的问题。Monkey简介Monkey是一个可运行在模拟器和实际设备中的Android命令行自动化测试工具,它可以模拟伪随机的用户事件流,例如点击、触摸、手势等。你可以使用Monkey对正在开发的程序进行压力测试。

2014-06-30 12:16:04 1627

原创 Android通过Intent传输包含自定义类的ArrayList

前言之前项目中通过Intent只是传输

2014-06-29 11:18:20 6005

原创 [git常见问题]error: src refspec matches more than one.

今天加班试图push代码的时候,报出了如下错误:出现这个错误之前,是在远程服务器上创建了一个tag v2.1.1,同时clone的服务器代码指定的分支也是branch v2.1.1,本地用git tag命令可以查看分支:在本地删除多余的tag标签:再次push, Everything thing is OK!

2014-06-28 16:18:04 19183

原创 LRU算法&&LeetCode解题报告

题目Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get the value (will always be positive) of the key

2014-06-23 00:56:51 4359 1

原创 Android:ExpandableListView使用

前言

2014-06-21 20:20:00 1460

原创 [LeetCode]3Sum,解题报告

题目Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:Elements in a triplet (a,b,c)

2014-06-13 23:42:52 3301 2

原创 [LeetCode]Distinct Subsequences,解题报告

题目Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a string is a new string which is formed from the original string by deleting some (can be

2014-06-05 16:45:49 1928

原创 最后的校园时光

即将迈出校园踏入社会了,心里也知道阿拉伯

2014-06-04 14:55:26 1762 2

ActiveAndroid-3.0-JAR包

ActiveAndroid 3.0版本的jar包.

2016-12-02

Android打包boot.img工具mkbootfs

用于Android打包boot.img文件,主要是针对ramdisk

2014-07-08

ExpandableListView小项目展示

博客里讲解了自己利用ExpandableListView实现的一个Demo,大家可以下载参考。

2014-06-21

windows scoket编程

windows socket编程,两个程序,一个客户端,一个服务器端,实现了服务器端监听客户端的请求,客户端发送数据包,服务器段接收并返回。说白了,就是中国传媒大学研究生计算机网络的第7次实验

2011-11-28

apt-mirror搭建ubuntu本地仓库源

我自己总结的如何搭建ubuntu本地仓库源,非常具有参考价值,和大家共享一下

2011-08-22

关于ntp服务器搭建

我自己总结的如何搭建ntp服务器,希望大家也能从中学到知识.

2011-08-22

空空如也

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

TA关注的人

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