php中的in_array函数效率分析http://www.jb51.net/article/41446.htmhttp://www.server110.com/php/201309/1150.html替换方法http://www.lnmp100.com/note/efficiency-and-op...
分类:
Web程序 时间:
2015-02-13 10:05:48
阅读次数:
139
也是从MTK的SDK中移植出来的,可以对记事进行分类。
具体的代码可以在GitHub上面查看,链接在文末。下面是效果图:
主Activity,Note清单:
package com.zms.notebook;
import android.app.ActionBar;
import android.app.AlertDialog;
import android.app.ListActi...
分类:
移动开发 时间:
2015-02-13 09:20:08
阅读次数:
272
2015年2月12日,魅族魅蓝Note(行货带发票)在商家“通达数码专营店”报价949元,该机配件为:电池、充电器、耳机、数据线、说明书等,魅族魅蓝Note是魅族推出的一款千元4G手机。图为魅族魅蓝Note魅族魅蓝Note正面采用一块5.5英寸的夏普IGZO技术电容式触控屏,分辨率为1920X108...
分类:
其他好文 时间:
2015-02-13 00:14:27
阅读次数:
170
A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each circle separately, and the sum of numbers in two adjacent circles should be a prime.
Note: the number of first circle should always be 1.
Input
n (0 < n < 2...
分类:
其他好文 时间:
2015-02-12 22:56:33
阅读次数:
437
Android系统本质上是linux kernel的,如果借用container技术里的baseOs和readonly layer思想,是不是可以保证基本系统不被修改,存储的修改也是增量变化的。...
分类:
移动开发 时间:
2015-02-12 22:49:57
阅读次数:
230
Given a string s consists of upper/lower-case alphabets and empty space characters ’ ‘, return the length of last word in the string.
If the last word does not exist, return 0.
Note: A wor...
分类:
其他好文 时间:
2015-02-12 18:32:44
阅读次数:
173
转载自 http://www.cocoachina.com/ios/20150202/11088.html本文由CocoaChina翻译组成员YueWang(博客地址)翻译自苹果Technical Note之New AV Foundation Camera Features for the iPho...
分类:
其他好文 时间:
2015-02-12 17:54:41
阅读次数:
193
1. view the default user account1 SQL> select username from dba_users;2. lock all users and set their password to expired1 SQL> select ‘alter user ‘||...
分类:
数据库 时间:
2015-02-12 17:39:12
阅读次数:
162
Given two numbers represented as strings, return multiplication of the numbers as a string.Note: The numbers can be arbitrarily large and are non-nega...
分类:
其他好文 时间:
2015-02-11 18:24:46
阅读次数:
144
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note:You may assume that A has enough space (size that is greater or equa...
分类:
其他好文 时间:
2015-02-11 18:09:29
阅读次数:
159