码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
php中的in_array分析及其替换方法
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
Android记事本NoteBook
也是从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
真八核千元机 魅蓝Note商家报价949元
2015年2月12日,魅族魅蓝Note(行货带发票)在商家“通达数码专营店”报价949元,该机配件为:电池、充电器、耳机、数据线、说明书等,魅族魅蓝Note是魅族推出的一款千元4G手机。图为魅族魅蓝Note魅族魅蓝Note正面采用一块5.5英寸的夏普IGZO技术电容式触控屏,分辨率为1920X108...
分类:其他好文   时间:2015-02-13 00:14:27    阅读次数:170
hdu 1016 Prime Ring Problem DFS解法 纪念我在杭电的第一百题
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
由三星Note手机变砖后的一个想法
Android系统本质上是linux kernel的,如果借用container技术里的baseOs和readonly layer思想,是不是可以保证基本系统不被修改,存储的修改也是增量变化的。...
分类:移动开发   时间:2015-02-12 22:49:57    阅读次数:230
[LeeCode]Length of Last Word
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
iPhone 6和iPhone 6 plus的AV Foundation框架特性
转载自 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
Oracle Study Note : Users and Basic Security
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
[LeetCode] Multiply Strings
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
(88) Merge Sorted Array
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!