码迷,mamicode.com
首页 >  
搜索关键字:platform    ( 3135个结果
vs2010的$(OutPut)输出目录设置问题
今天重新整合整个组件的编译配置时,发现一个很奇怪的问题:在VS2010中,把$(OutPut)设置为output\$(Platform)\fxhelper\$(Configuration)\把中间目录$(IntDir)设置为$(OutPut),设置完后编译发现每次生成的中间文件还是都在vs2010目...
分类:其他好文   时间:2014-08-25 18:37:54    阅读次数:215
微软职位内部推荐-Principal Dev Manager
微软近期Open的职位:Title: Principal Dev ManagerLocation: BeijingThe R&D of Shared Data Platform at Search Technology Center Asia aims to build a unified data...
分类:其他好文   时间:2014-08-25 16:32:34    阅读次数:271
常见编辑错误汇总
转载自CSDN --andyweike1. 编译iPad真机时,选择了 Architetures:Standard(armv6) BaseSDK:iPhoneDevice3.2 TargetDeviceFamily:iPad.若编译出现如下错误:Command /Developer/Platform...
分类:其他好文   时间:2014-08-23 21:28:31    阅读次数:220
lua遍历文件目录
用lua遍历文件目录,收集特定类型的文件: 1 local LINUX = "linux" 2 local WIN = "win" 3 local platform = WIN 4 5 local need_the_filetype = function(tfiletype, filename) ....
分类:其他好文   时间:2014-08-23 19:02:01    阅读次数:630
cocos2d-x 跨平台usleep方法
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)#define usleep(t) Sleep(t)#else#include #define usleep(t) usleep(t)#endif
分类:其他好文   时间:2014-08-23 11:07:40    阅读次数:389
adb pull命令复制数据库文件.db到电脑
1.win+r cmd进入命令行2.cd 进入[sdk]/platform-tools目录下3.执行下面命令行,复制xxx.db到F:/destadb pull /data/data/[package name]/xxx.db F:\dest4.是的,这一步正常来说就要报错了"failed to c...
分类:数据库   时间:2014-08-22 14:25:58    阅读次数:811
浏览器简易嗅探器
document.write(navigator.userAgent);document.write('');document.write(navigator.platform);var client = function(){//引擎 var engine = { ie:fal...
分类:其他好文   时间:2014-08-21 22:23:24    阅读次数:237
【转】http://www.cnblogs.com/yuzukwok/p/3884377.html
来自:http://www.cnblogs.com/yuzukwok/p/3884377.htmlAn Introduction to Xamarin.Forms来源:http://developer.xamarin.com/guides/cross-platform/xamarin-forms/i...
分类:Web程序   时间:2014-08-21 13:13:54    阅读次数:386
微软职位内部推荐-SDE II
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Development LeadLocation: Beijing, ChinaThe R&D of Data Platfo...
分类:其他好文   时间:2014-08-20 15:37:42    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!