码迷,mamicode.com
首页 >  
搜索关键字:platform    ( 3135个结果
RH network
#Red hat enterprise linux variants ##Two install sets available ##两种安装方案 ###Server rhel server rhea advanced platform ###Desktop rhel desktop workstation option Multi-OS option ##RH network #...
分类:Web程序   时间:2014-07-23 21:33:26    阅读次数:283
Qt5.3.1 静态编译的configure
今天终于自己静态编译过了QT5.3.1, 成功用在项目上了, 记录下configure指令.  configure -confirm-license -opensource -platform win32-msvc2013 -mp -debug-and-release -static -prefix "E:\Qt\5.3.1-static-vs2013" -qt-sql-sqlite -...
分类:其他好文   时间:2014-07-23 18:08:45    阅读次数:256
MAC OS 10.9安装PHP扩展
先安装Xcode最新版本1、创建软链接sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include /usr/incl...
分类:Web程序   时间:2014-07-23 15:43:19    阅读次数:329
CDH4.5.0源代码编译
Unable to load native-hadoop library for your platform解决安装maven1 cmake-2.8.12.1.tar.gzcd cmake-2.8.12.1 ./bootstrap make sudo make install2 安装ant expo...
分类:其他好文   时间:2014-07-23 12:22:36    阅读次数:327
Swift游戏实战-跑酷熊猫 07 平台的移动
这节内容我们来实现平台是怎么产生移动动画的。要点1 利用数组存放平台var platforms=[Platform]()2 有新的平台产生存放进数组platforms.append(platform)3 利用主场景的update方法不断地调用平台工厂类的move方法override func upd...
分类:移动开发   时间:2014-07-23 12:13:16    阅读次数:274
Cocos2d-x和时间有关的代码
用cocos2d-x获取系统时间,格式为年月日时分秒:void GetTime(float dt) { struct tm *tm;#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) //win32平台 time_t timep; ...
分类:其他好文   时间:2014-07-22 23:06:32    阅读次数:355
contiki-main.c 一 打印观察 <contiki学习之五>
说明: 本文依赖于 contiki/platform/native/contiki-main.c 文件。 在项目工程目录下的hello-world.c 文件里面,有许多的宏,但没有最关键的main()函数出现,也无法知道这个 文件里的 "hello world"什么时候打印。那么只能根据mak...
分类:其他好文   时间:2014-07-22 00:31:37    阅读次数:275
普元EOS开发积累第一篇(常见错误解决方法) 持续更新
普元启动服务失败的解决方法 当多个人同时使用一个数据库的时候,启动普元控制台会一直停留在rcall,然后显示一个超时的警告,那样就需要修改一下普元的一个定时器配置项。安装目录下\Primeton\Platform\apps_config\default\config 中的一个user-config....
分类:其他好文   时间:2014-07-22 00:31:35    阅读次数:407
contiki-main.c 中的process系列函数学习笔记 <contiki学习笔记之六>
说明:本文依然依赖于 contiki/platform/native/contiki-main.c 文件。-------------------------------------------------------------------------------------------------...
分类:其他好文   时间:2014-07-22 00:02:34    阅读次数:337
安卓调试桥(ADB)环境变量的配置
第一步,打开环境变量配置窗口。右击计算机,属性-高级系统设置-环境变量。第二步,添加android系统环境变量。在系统变量下点击新建按钮,输入环境变量名ADB(自己随便写) 变量名: ADB 变量值:D:\Android\android-sdk-windows\platform-to...
分类:移动开发   时间:2014-07-22 00:02:33    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!