码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
Swift2.1 语法指南——泛型
原档:https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Generics.html#//apple_ref/doc/uid/TP40...
分类:编程语言   时间:2015-10-16 13:38:51    阅读次数:289
Swift2.1 语法指南——协议
原档:https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Protocols.html#//apple_ref/doc/uid/TP4...
分类:编程语言   时间:2015-10-16 10:05:05    阅读次数:302
学习 swift (1)
https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson1.html#//apple_ref/doc/uid/TP40015214-CH3...
分类:编程语言   时间:2015-10-16 06:16:34    阅读次数:305
iOS.StaticLibrary.1-avoid-duplicate-symbol-in-static-library[draft]
Avoid duplicate symbol in static library and its customer发布static library给使用者使用。在实际的工程实践中,iOS静态库一般会在对外/对内提供SDK时出现。静态库(SDK)本身可能依赖一些第三方的库,当使用该SDK的App也依赖...
分类:移动开发   时间:2015-10-16 01:06:00    阅读次数:809
WebView显示CSV
项目中IOS显示xls和xlsx很容易,使用下面代码就可以,但是安卓比较麻烦,为了统一处理,选择excel保存csv来解析显示表格。//https://developer.apple.com/library/ios/qa/qa1630/_index.html func loadDocument(documentName:String, webView:UIWebView) {...
分类:Web程序   时间:2015-10-15 22:17:58    阅读次数:351
Xcode清楚缓存、清理多余证书
1、删除Xcode中多余的证书provisioning profile手动删除:Xcode6 provisioning profile path:~/Library/MobileDevice/Provisioning Profiles2、清理Xcode编译项目产生的缓存垃圾(Xcode永久了,会产生...
分类:其他好文   时间:2015-10-15 20:23:44    阅读次数:160
Standard Library Modules Using Notes
_winregREG_NONE 0REG_SZ 1REG_EXPAND_SZ 2REG_BINARY 3REG_DWORD 4REG_DWORD_LITTLE_ENDIAN 4REG_DWORD_BIG_ENDIAN 5REG_LINK 6REG_MULTI_SZ 7REG_RESOURCE_LIS...
分类:其他好文   时间:2015-10-15 18:37:58    阅读次数:163
sql server内置函数
MSDN标准文档:https://msdn.microsoft.com/zh-cn/library/ff848784(v=sql.120).aspx配置函数select @@servername返回运行SQL Server的本地服务器的名称。本地服务器名更改后,@@servername无法报告此更改...
分类:数据库   时间:2015-10-15 18:24:27    阅读次数:294
Eclipse Android项目中如如第三方library文件
自己开发的项目的时候经常会使用第三方开源框架的jar包和library库文件。jar包复制粘贴就可以,如多是library文件该如何导入呢? 选择正在开发项目,右键至最底端properties,弹出如下图所示: 选择左边栏第二项Android,然后在右下Library栏点击Add,弹出如下...
分类:移动开发   时间:2015-10-15 16:03:13    阅读次数:149
ios AppStore 提交发布上线准备
App Store最新审核指南http://www.woshipm.com/ucd/144218.htmliOS Human Interface Guidelinehttps://developer.apple.com/library/ios/documentation/UserExperience...
分类:移动开发   时间:2015-10-15 14:24:57    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!