Invoker
Problem Description
On of Vance's favourite hero is Invoker, Kael. As many people knows Kael can control the elements and combine them to invoke a powerful skill. Vance like Kael v...
分类:
其他好文 时间:
2014-07-26 02:16:36
阅读次数:
312
Subsets IIGiven a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descend...
分类:
其他好文 时间:
2014-07-26 01:40:06
阅读次数:
178
SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must...
分类:
其他好文 时间:
2014-07-26 01:34:56
阅读次数:
189
在模拟器中:SharedPreferences将XML文件保存在/data/data//shared_prefs目录下,openFileOutput方法将文件保存在/data/data//files目录下SQLite数据库文件存放在/data/data//databases目录下
分类:
数据库 时间:
2014-07-25 19:08:31
阅读次数:
307
// thin device数据结构
type DevInfo struct {
Hash string `json:"-"`
DeviceId int `json:"device_id"`
Size uint64 `json:"size"`
TransactionId uint64 `json:"tran...
分类:
移动开发 时间:
2014-07-25 11:02:35
阅读次数:
549
偏好设定(SharedPreferences)? 在程序中保存一些配置参数的时候我们经常使用SharedPreferencesContext.getSharedPreferences(String name,int mode)该方法可以在/data/data//shared_pref/目录下创建一个...
分类:
其他好文 时间:
2014-07-24 22:11:32
阅读次数:
187
随机挑选一题试试手气。 问题描述: Given an unsorted array of integers, find the length of the longest consecutive elements sequence. For example, Given [100, 4, 200, ...
分类:
其他好文 时间:
2014-07-24 21:55:32
阅读次数:
232
Sql Server 中数据库在BULK_LOGGED模式下的一些操作会采用最小化日志的记录方式,以减小tran log落盘日志量从而提高整体性能.这里我简单介绍下哪些操作在什么样的情况下会最小化日志记录.以及现实生产环境中如何应用最小化日志.
分类:
数据库 时间:
2014-07-24 16:58:18
阅读次数:
346
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.For example, Given [100, 4, 200, 1, 3, 2], The lo...
分类:
其他好文 时间:
2014-07-24 00:49:07
阅读次数:
200
本章提要---------------------------------------------------------------6,7,8,9,10,11 这 6 章要细看, 从本章开始how Oracle locks both data and shared data structures(...
分类:
其他好文 时间:
2014-07-23 20:22:05
阅读次数:
352