码迷,mamicode.com
首页 >  
搜索关键字:library    ( 9097个结果
Eclipse:引用一个项目作为类库(图文教程)
前言:项目TestRoid要引用Volley项目作为类库步骤如下:一:选择导入Android项目二:选择Volley项目路径导入三:右击Volley项目,点击Properties四:点击Android,勾选Is Library五:这时Volley已经是一个类库了六:右击TestAndroid项目,依...
分类:系统相关   时间:2015-09-24 12:51:50    阅读次数:200
Visual Studio Solution Configuration
https://msdn.microsoft.com/en-us/library/bb166577.aspxSolution configurations store solution-level properties.They direct the behavior of theStart(F5)...
分类:其他好文   时间:2015-09-24 12:27:31    阅读次数:587
Contacts.framework iOS9新的类,用来替代AddressBook
苹果官方文档,用的是Swift https://developer.apple.com/library/ios/documentation/Contacts/Reference/Contacts_Framework/index.html#//apple_ref/doc/uid/TP40015328这...
分类:移动开发   时间:2015-09-23 20:49:29    阅读次数:232
3d引擎列表
Agar- 一个高级图形应用程序框架,用于2D和3D游戏。Allegro library- 基于 C/C++ 的游戏引擎,支持图形,声音,输入,游戏时钟,浮点,压缩文件以及GUI。Axiom 引擎- OGRE的衍生引擎。Baja 引擎- 专业品质的图像引擎,用于The Lost Mansion。Bo...
分类:其他好文   时间:2015-09-23 19:30:03    阅读次数:241
创建第三方键盘 customKeyboard
如果需要开发第三方键盘 首先得了解一下苹果官方文档 https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.html 然后建议看一下 APPExtensionh...
分类:其他好文   时间:2015-09-23 18:48:47    阅读次数:302
Windows API 之 FineFirstFile、FindNextFile
参考:https://msdn.microsoft.com/en-us/library/aa364418%28VS.85%29.aspxFindFirstFileSearches a directory for a file or subdirectory with a name that matc...
分类:Windows程序   时间:2015-09-23 16:21:43    阅读次数:290
iOS模拟器的应用沙盒在MAC中的位置
每个iOS应用都有自己专属的应用沙盒。分别为应用程序包Documents/Library/Caches/Library/Preferences/tmp/当运行模拟时,在MAC下找到对应路径的规则随XCode的版本会有不同,在XCode6下的路径为应用程序包~Library/Developer/Cor...
分类:移动开发   时间:2015-09-23 00:57:37    阅读次数:251
动态连接库 VS 静态连接库
一、静态库与动态库 通常情况下,对函数库的链接是放在编译时期(compile time)完成的。所有相关的对象文件(object file)与牵涉到的函数库(library)被链接合成一个可执行文件(executable file)。程序在运行...
分类:其他好文   时间:2015-09-22 19:14:44    阅读次数:144
iOS官方Sample大全
转载自:http://blog.csdn.net/yangtb2010/article/details/7005471http://developer.apple.com/library/ios/samplecode/Birthdays/Birthdays.ziphttp://developer.a...
分类:移动开发   时间:2015-09-22 18:51:53    阅读次数:250
IE浏览器下用JS创建文件
IE浏览器下用JS创建文件参考文章:https://msdn.microsoft.com/zh-cn/library/314cz14s
分类:Web程序   时间:2015-09-22 18:39:43    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!