码迷,mamicode.com
首页 >  
搜索关键字:samll note    ( 7370个结果
OCP-1Z0-053-V12.02-501题 【转】
http://blog.csdn.net/rlhua/article/details/12225237 501.Note the output of the following query;SQL> SELECT flashback_archieve_name, status FROM dba_fl...
分类:其他好文   时间:2014-07-16 23:01:48    阅读次数:227
TokuDB调研文档
另见链接:http://note.youdao.com/share/?id=77dd1e9cc139b57586665f702467c56a&type=note安装安装主要包括两种方法:1)rpm安装 2)源码编译1. rpm安装此方式是比较简单的方式,按照Percona安装说明文档指示的方法操作即...
分类:数据库   时间:2014-07-16 21:13:46    阅读次数:321
2014年最新中国手机号段大全
来自豆瓣:http://www.douban.com/note/347831403/2014年最新中国手机号段大全2014-04-28 10:46:56 【最新中国手机号段大全】移动:134、135、136、137、138、139、150、151、152、157、158、159、182、183、18...
分类:移动开发   时间:2014-07-16 20:02:24    阅读次数:189
Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-07-14 10:01:38    阅读次数:168
LeetCode——Pascal's Triangle II
Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3, Return [1,3,3,1]. Note: Could you optimize your algorithm to use only O(k) extra space? 原题链接:https:/...
分类:其他好文   时间:2014-07-12 20:43:11    阅读次数:213
Head-First Servelts&JSP reading note 4
HttpSessionHttp协议Http协议是无状态的stateless,所以一个用户对服务器访问的话,不管多少次,服务器都会像第一次被访问一样。也就是说服务器不会区别用户。一个请求过来,服务器会给一个相应,然后之间的联系就断了。Session如何让服务器能够识别出来两个请求是来自同一个客户的呢?...
分类:Web程序   时间:2014-07-12 15:00:02    阅读次数:211
MAC OSX 中解决编译“'cc' failed with exit status 1”错误 和clang: error: unknown argument 错误
错误例子:error: command 'cc' failed with exit status 1clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future] clang: note: this will be a hard err...
分类:其他好文   时间:2014-07-10 19:30:11    阅读次数:3913
LeetCode ---Anagrams() 详解
Notice:Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-case.For example:Input: ["tea","an....
分类:其他好文   时间:2014-07-10 14:44:00    阅读次数:179
leetcode 题解: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 eq...
分类:其他好文   时间:2014-07-10 14:41:23    阅读次数:177
Construct Binary Tree from Preorder and Inorder Traversal
Given preorder and inorder traversal of a tree, construct the binary tree.Note:You may assume that duplicates do not exist in the tree.思路:递归。主要是注意调用时起...
分类:其他好文   时间:2014-07-10 14:40:07    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!