码迷,mamicode.com
首页 >  
搜索关键字:dispatch source    ( 19300个结果
AFNetworking 2.0 编译不过的问题修复
AFNetworking 2.0 当Deployment Target 低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h   @property(nonatomic, strong) dispatch_queue_t completionQueue;   由于sdk低于6.0时,dispatch_queue_t  ARC没有托...
分类:Web程序   时间:2014-06-05 11:41:18    阅读次数:286
60款开源云应用【Part 1】(60 Open Source Apps You Can Use in the Cloud)
60款开源云应用【Part 1】(60 Open Source Apps You Can Use in the Cloud) 本篇翻译自http://www.datamation.com/open-source/60-open-source-apps-you-can-use-in-the-cloud-1.html,原作者Cynthia Harvey。  本人对云服务也是没有了解太多,希...
分类:移动开发   时间:2014-06-05 09:57:12    阅读次数:609
oracle 数据库连接
两种方式:1.IP+SID方式 2.配置链接方式1..IP+SID方式DbHelperOracle.connectionString = string.Format(@"Data Source=(DESCRIPTION = ...
分类:数据库   时间:2014-06-04 18:20:09    阅读次数:343
CentOs 中显示乱码问题
vi /etc/sysconfig/i18n LANG="en_US.UTF-8"SUPPORTED="en_US.UTF-8:en_US:en"SYSFONT="latarcyrheb-sun16"source /etc/sysconfig/i18n以及export LC_ALL=zh_CN.UT...
分类:其他好文   时间:2014-05-31 14:02:03    阅读次数:266
将模块代码量精简为2%的实践
说明 本文通过目录和代码两个层面分析某产品xDsl驱动模块代码,将其精简为原始代码量的2%。一 完整代码 某产品xDsl驱动模块目录结构如下所示。其中,二级目录Lxx1通常为芯片厂家代码,Lxx2为自定义适配代码。 ├─L010 │ ├─include │ └─source ├─L020...
分类:其他好文   时间:2014-05-29 20:14:51    阅读次数:309
FlashPaper 使用经验之谈
李志海20101229QQ:76855049CSDN:资源下载地址:http://lizhihai_99.download.csdn.net/http://download.csdn.net/source/2947794一、目的我的这篇文章侧重点是如何很好的应用FlashPaper,不是告诉大家Fl...
分类:其他好文   时间:2014-05-29 13:45:06    阅读次数:286
XMPP iOS客户端实现三:登录、注册
1.创建一个单例模式来管理xmpp的连接和操作 1 +(XMPPManager *)share 2 { 3 static XMPPManager *_share=nil; 4 static dispatch_once_t onceToken; 5 dispatch_once(...
分类:移动开发   时间:2014-05-29 13:20:04    阅读次数:397
在Xcode中使用Git进行源码版本控制[转载]
本文翻译自Understanding Git Source Control in Xcode(译者myShire)欢迎您加入我们的翻译小组。在应用程序开发过程中,很重要的一部分工作就是如何进行源码的版本控制。当代码出现问题时,我们就需要将代码恢复到原先正常的版本。如果是多个人共同开发一个项目,那么代...
分类:其他好文   时间:2014-05-29 11:41:02    阅读次数:351
C# 使用摄像头拍照 支持Win7 64位
So, how do we capture an image from a WebCam?Once you download the source code that is attached to the article you should have the following three pro...
分类:Windows程序   时间:2014-05-29 10:32:00    阅读次数:609
C# 使用摄像头拍照 支持Win7 64位
原文:C# 使用摄像头拍照 支持Win7 64位So, how do we capture an image from a WebCam?Once you download the source code that is attached to the article you should have...
分类:Windows程序   时间:2014-05-29 10:21:38    阅读次数:687
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!