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 longest ...
分类:
其他好文 时间:
2014-07-22 23:16:14
阅读次数:
408
http://my.oschina.net/lifj/blog/177087javah
-classpathsrc -d jni com.example.hellojni.MainAcitivity C:\Program
Files\Java\jdk1.7.0_21\bin\javah.exe${p...
分类:
移动开发 时间:
2014-07-22 23:15:36
阅读次数:
375
Given a sorted linked list, delete all
duplicates such that each element appear onlyonce.For
example,Given1->1->2, return1->2.Given1->1->2->3->3,
retu...
分类:
其他好文 时间:
2014-07-22 23:12:13
阅读次数:
426
Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letters fo...
分类:
其他好文 时间:
2014-07-22 23:11:32
阅读次数:
388
自版本 2.3.2 起,Bootstrap
提供了两种类型的网格,默认网格系统和流动网格系统。默认的网格系统是 940px 宽和 12 列。本文主要讲解第一种。首先让我们看,怎么来应用默认网格系统
Fixed layout example with Bootstrap ...
分类:
其他好文 时间:
2014-07-22 23:09:54
阅读次数:
338
题目: Given a string, find the length of the longest
substring without repeating characters. For example, the longest substring
without repeating letter...
分类:
其他好文 时间:
2014-04-30 21:15:32
阅读次数:
511
1. 初识PHP PHP是Hypertext
Preprocessor首字母的递归缩写,主要应用于web开发,目前使用比较广泛,资料也比较齐全,另外PHP是开源的。 PHP能够直接内嵌到网页之中:
Example 其中 表示PHP代码...
分类:
Web程序 时间:
2014-04-30 14:11:46
阅读次数:
482
char* 转 float:double atof (const char* str);/* atof
example: sine calculator */#include /* printf, fgets */#include /* atof
*/#include ...
分类:
其他好文 时间:
2014-04-30 13:44:13
阅读次数:
410
常用的系统变量如下:1. SY-PAGNO当前页号2. SY-DATUM当前时间3.
SY-LINSZ当前报表宽度4. SY-LINCT当前报表长度5. SPACE空字符6. SY-SUBRC执行状态为0,表示成功.7. SY-UNAME
用户名8. SY-UZEIT当前时间9. SY-TCODE当...
分类:
其他好文 时间:
2014-04-30 13:13:25
阅读次数:
495
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1
--注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter
data.....
分类:
数据库 时间:
2014-04-29 16:41:46
阅读次数:
452