码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
[Lintcode] Add Two Numbers I && II
Add Two NumbersYou have two numbers represented by a linked list, where each node contains a single digit. The digits are stored inreverseorder, such ...
分类:其他好文   时间:2015-11-17 12:52:20    阅读次数:180
JQuery FancyBox
Demo effect(image gallery):Sample code: First test(Image gallery) Demo effect(single images):Sample code: Single images ...
分类:Web程序   时间:2015-11-16 09:25:32    阅读次数:264
wordpress函数
主题文件构成:主页:home.phpindex.php文章页:single-{post_type}.php – 如果文章类型是videos(即视频),WordPress就会去查找single-videos.php(WordPress 3.0及以上版本支持)single.phpindex.php页面自...
分类:其他好文   时间:2015-11-15 14:40:14    阅读次数:213
面向对象S.O.L.I.D原则
面向对象的五大原则,又称S.O.L.I.D原则:S(SRP, Single Reponsibility Principle): 单一职责原则,一个类应有且只有一个职责(或只有一个引起其变化的原因)O(OCP, Open/Close Principle): 对扩展开放,对修改封闭。L(LSP, Lis...
分类:其他好文   时间:2015-11-15 00:55:00    阅读次数:320
函数fsp_alloc_free_page
/**********************************************************************//**Allocates a single free page from a space. The page is marked as used.@retv...
分类:其他好文   时间:2015-11-15 00:54:46    阅读次数:210
iOS学习之NSBundle介绍和使用
iOS学习之NSBundle介绍和使用http://blog.csdn.net/totogo2010/article/details/7672271新建一个Single View Application,并在加入viewDidLoad方法里加入如下代码:[cpp]view plaincopy//通过...
分类:移动开发   时间:2015-11-14 17:46:26    阅读次数:366
iOS用ASIHttpRequest上传
1.新建一个single view工程,导入ASIHttpRequest库,导入MobileCoreServices、CFNetwork、SystemConfiguration和libz1.2.5.dylib四个系统库2.随便导入一张图片,比如haoyou.png3.ViewController.h...
分类:移动开发   时间:2015-11-13 20:50:39    阅读次数:269
Objective-C学习—UIWebView的使用
1、使用UIWebView加载网页运行XCode 4.3,新建一个Single View Application,命名为WebViewDemo。2、加载WebView在ViewController.h添加WebView成员变量和在ViewController.m添加实现[cpp]view plain...
分类:Web程序   时间:2015-11-12 20:11:49    阅读次数:263
HDU 5340 Three Palindromes(Manacher)
Problem Description:Can we divided a given string S into three nonempty palindromes?Input:First line contains a single integerT≤20which denotes the nu...
分类:其他好文   时间:2015-11-12 17:32:00    阅读次数:253
[LintCode] Wildcard Matching
Wildcard MatchingImplement wildcard pattern matching with support for'?'and'*'.'?'Matches any single character.'*'Matches any sequence of characters (...
分类:其他好文   时间:2015-11-12 01:14:10    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!