http://blog.csdn.net/fengsh998/article/category/2305495内容:基本数据类型,匿名函数(闭包),类对象,函数,线程,ARC—自动引用,内存管理,OC预Swift混编。http://www.infoq.com/cn/news/2014/06/appl...
分类:
编程语言 时间:
2014-09-26 22:36:58
阅读次数:
330
使用log4j.xml进行log4j的配置,在项目中报如下异常:
log4j:ERROR The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)"....
分类:
移动开发 时间:
2014-09-26 20:42:18
阅读次数:
371
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=&problem=3146&mosmsg=Submission+received+with+ID+14262472
I Can Guess the Data Structure!
...
分类:
其他好文 时间:
2014-09-26 01:23:18
阅读次数:
685
前段时间阅读了libevent的源码。读完后,之前在使用libevent时的一些疑问都已经豁然开朗了。对于libevent源码的分析,可以到http://blog.csdn.net/luotuo44/article/category/2435521查看。
本文通过自问自答的形式,希望能帮助其他人解答在使用libevent时的一些疑惑。...
分类:
其他好文 时间:
2014-09-25 12:38:58
阅读次数:
346
实现图片浏览器功能效果:此教程涉及到较多的category的使用,注意.思路:1. 获取一个view在UIWindow中的frame值2. 获取这个view的快照3. 对这个快照进行动画全屏4. 全屏消失后移除掉这个快照源码:NSObject+WeakRelated.h 与NSObject+Weak...
分类:
其他好文 时间:
2014-09-25 01:15:17
阅读次数:
335
概述根据迭代器功能的不同,将迭代器分为以下几类:Iterator Category Ability Providers Input iteratorReads forwardistreamOutput iteratorWrites forwardostream, inserterForward it...
分类:
其他好文 时间:
2014-09-24 18:54:37
阅读次数:
328
Paper(2004):Thirty years of graph matching in pattern recognition1.The category of graph matching1.1 Exact matching algorithmsExact matching algorithm...
分类:
其他好文 时间:
2014-09-24 12:44:26
阅读次数:
339
前台 后台代码:先绑定第一级 string SQL = "SELECT CategoryID,CategoryName,ParentID FROM Category" DataTable datatable = SqlHelper.ExecuteDataT...
分类:
其他好文 时间:
2014-09-23 19:55:05
阅读次数:
304
#include struct { int num; char name[10]; char sex; char job; union { int class1; char position[10]; } category; } p[2];void main() { int i,n; for(i =...
分类:
其他好文 时间:
2014-09-22 22:17:23
阅读次数:
186
protocal协议category 类别extension 扩展block^(传入参数列){行为主体};如果没有参数则为:^(void){行为主体}Block Pointer是这样定义的:回传值(^名字)(参数列);先看一个比较简单的Block例子:intmultiplier=7;int(^myB...
分类:
移动开发 时间:
2014-09-21 14:52:30
阅读次数:
214