自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (10)
  • 收藏
  • 关注

转载 sqlite 如何限制某个表中的数据总数

1、定期执行:DELETE FROM table where _id NOT IN (SELECT _id from table ORDER BY insertion_date DESC LIMIT 50)2、或者建立一个trigger:CREATE TRIGGER delete_till_50 INSERT ON _table WHEN (select count

2014-02-28 15:11:09 6866

转载 Sqlite 学习笔记(一)

SQLite清空表并将自增列归零SQL标准中有TRUNCATE TABLE语句,用来清空表的所有内容。但SQLite不支持这个语句。在SQLite中直接使用 DELETE FROM TableName 就可以了。对于大多数DBMS来说,用DELETE不如用TRUNCATE 速度快,因为TRUNCATE 不用访问整个表,不用记录数据的变动。SQLite虽然不支持TRUNCATE,但它对DE

2014-02-28 10:49:51 866

翻译 《The Custom Permission Problem》部分译文

自定义用户权限问题从一开始Android便提供了系统权限(由原生框架定义)和用户自定义权限(由应用定义).不幸的是,自定义权限有一些“无证的局限性”使得它们存在内在的风险.特别地,自定义权限可能被任何人,任何时间,被定义,而且“先定义的权限为王”(原文:“first one in wins”),这些可能引发一些意外的行为.在这里,我们将介绍一些场景并展示一些可能

2014-02-14 12:30:46 774

DART & Henson 3_ design document

最新 Dart&Henson; 3 版本的整体设计框架思路的文档 该版本为英文官方原版

2018-07-02

Android-Orm-sqlite-example

This directory contains example classes for use with ORMLite on the Android OS. For more information about ORMLite http://ormlite.com/android/examples/

2013-08-06

photoup-source-2.0.1-master

photup is an application, currently available on Google Play with an average rating of 4.4 (at time of writing). Due to lack of time, I'm open sourcing this so anyone can look at the code, and more importantly, so you can submit patches and keep it alive.

2013-07-22

photoup-source-2.0.1

photup is an application, currently available on Google Play with an average rating of 4.4 (at time of writing). Due to lack of time, I'm open sourcing this so anyone can look at the code, and more importantly, so you can submit patches and keep it alive.

2013-07-22

android-support-revision-13

android-support-revision-13 具体描述: https://developer.android.com/tools/extras/support-library.html#Downloading

2013-07-22

android.support-revision-11

android.support-revision-11 具体描述:https://developer.android.com/tools/extras/support-library.html#Downloading

2013-07-22

ListViewAnimation

ListViewAnimations 大全 ,有兴趣的可以看一下,来源于github

2013-07-07

google-http-java-client-1.13.1-beta

此资源包由google官方最新提供,若无积分也可到google code自行下载 基本涵盖了所有Android网络访问的工具类

2013-01-29

jd-gui-0.3.5(windows+linux)

目前最新版本的jd-gui,包含windows和linux两个平台的版本

2013-01-09

SlidingMenu源码及例子

此资源主要来自github的SlidingMenu开源项目,唯一不同的可能是本人已经完善了某些工作,可以直接导入eclipse使用了,不想付分下载的话也可以自己去github下载。

2012-12-26

空空如也

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

TA关注的人

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