码迷,mamicode.com
首页 >  
搜索关键字:example    ( 17798个结果
[Leetcode] Longest Consecutive Sequence
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
Android NDK
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
【leetcode刷题笔记】Remove Duplicates from Sorted List
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
Longest Substring Without Repeating Characters
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
Bootstrap 网格系统
自版本 2.3.2 起,Bootstrap 提供了两种类型的网格,默认网格系统和流动网格系统。默认的网格系统是 940px 宽和 12 列。本文主要讲解第一种。首先让我们看,怎么来应用默认网格系统 Fixed layout example with Bootstrap ...
分类:其他好文   时间:2014-07-22 23:09:54    阅读次数:338
Palindrome Partitioning
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:其他好文   时间:2014-07-22 23:08:15    阅读次数:446
Bootstrap 表格
Bootstrap 的简单表格实例 Example of Table with twitter bootstrap Student-ID First Name Last Name ...
分类:其他好文   时间:2014-07-22 23:06:56    阅读次数:327
php从零单排-01
1. 初识PHP PHP是Hypertext Preprocessor首字母的递归缩写,主要应用于web开发,目前使用比较广泛,资料也比较齐全,另外PHP是开源的。 PHP能够直接内嵌到网页之中: Example 其中 表示PHP代码...
分类:Web程序   时间:2014-04-30 14:11:46    阅读次数:482
char*,string,float,int 转换
char* 转 float:double atof (const char* str);/* atof example: sine calculator */#include /* printf, fgets */#include /* atof */#include ...
分类:其他好文   时间:2014-04-30 13:44:13    阅读次数:410
sql server数据库可疑状态解决方法
前段时间客户数据服务器断电,开机后发现数据库状态标记为可疑,可能是断电引起的数据库日志文件损坏,修复方法如下:只有mdf文件,重建日志: 1 --注:example为测试用数据库,相应的Example_log.ldf为测试用的日志文件 2 use master 3 go 4 alter data.....
分类:数据库   时间:2014-04-29 16:41:46    阅读次数:452
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!