码迷,mamicode.com
首页 >  
搜索关键字:platform    ( 3135个结果
将libvex移植到Visual Studio编译平台下的经验总结
1. 两难将libvex从Linux移植到Windows,移植工作聚集于Cross-Compiler,而不是预料的Cross-Platform。VC++ Compiler到目前为止只支持C89标准,而这个标准规定,变量必须在代码块(即通过大括号包围起来的代码块)的最前面声明,参考http://sta...
分类:其他好文   时间:2014-06-28 22:58:14    阅读次数:582
ADB
adb在\sdk\platform-tools里面可以找到。在windows上运行adb需要AdbWinApi.dll,另外还有个AdbWinUsbApi.dll,似乎没有也可以用push传文件到手机。adb push getroot sdcard/这一行语句可以把同一文件夹下的getroot这个文...
分类:数据库   时间:2014-06-28 20:12:49    阅读次数:233
ccConfig(设置一些底层接口状态:是否支持动作叠加 设置fps更新间隔和位置 是否画边框等。。)
#ifndef __CCCONFIG_H__#define __CCCONFIG_H__#include "platform/CCPlatformConfig.h"/**@filecocos2d (cc) configuration file*//** @def CC_ENABLE_STACKABL...
分类:其他好文   时间:2014-06-28 16:27:23    阅读次数:280
PatentTips - Method to manage memory in a platform with virtual machines
BACKGROUND INFORMATIONVarious mechanisms exist for managing memory in a virtual machine environment. A virtual machine platform typically executes an ...
分类:其他好文   时间:2014-06-28 14:53:29    阅读次数:320
PatentTips - Apparatus and method for a generic, extensible and efficient data manager for virtual peripheral component interconnect devices (VPCIDs)
BACKGROUNDA single physical platform may be segregated into a plurality of virtual networks. Here, the physical platform incorporates at least one vir...
分类:移动开发   时间:2014-06-28 14:46:39    阅读次数:330
Auto Install Workflow Manager 1.0
Write-Host "- Begining Download Service Bus..."Start /W "c:\Program Files\Microsoft\Web Platform Installer\WebpiCmd.exe /offline /Products:ServiceBus ...
分类:其他好文   时间:2014-06-28 13:10:02    阅读次数:241
使用命令xrandr设置当前系统的显示分辨率及显示的旋转脚本
/********************************************************************** Author : Samson* Date : 06/15/2014* Test platform:* Mint 15-3.8.13.13* GNU bas...
分类:其他好文   时间:2014-06-28 11:38:32    阅读次数:316
微软职位内部推荐-Sr DEV
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Software Development EngineerLocation: Beijing, ChinaThe R&D o...
分类:其他好文   时间:2014-06-24 09:07:51    阅读次数:249
修正 Memo 設定為 ReadOnly 後, 無法有複製的功能
问题:当 Memo設定為 ReadOnly = True 後, 选取一段文字后,無法有複製的功能。适用:XE6 Android 系统(目前 iOS 还找不到方法)修正方法:请将源码 FMX.Platform.Android.pas复制到自己的工程目录里,再进行修改。找到TWindowManager....
分类:其他好文   时间:2014-06-20 20:37:54    阅读次数:169
Dom4j的使用(全而好的文章)
DOM4J是dom4j.org出品的一个开源XML解析包,它的网站中这样定义:Dom4j is an easy to use, open source library for working with XML, XPath and XSLT on the Java platform using th...
分类:其他好文   时间:2014-06-18 16:34:47    阅读次数:302
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!