1 var system ={}; 2 var p = navigator.platform; 3
system.win = p.indexOf("Win") == 0; 4 system.mac = p.indexOf("Mac") == 0; ...
分类:
移动开发 时间:
2014-06-29 14:35:01
阅读次数:
251
创建Silverlight 4开发环境,微软提供最简单的方法是使用Web Platform
Installer,进行“一键安装”,下载安装后,Web Platform Installer会自动检测哪些软件你已经安装如果需要安装新的Developer
Tools,只需要选中该项目,下面“Install...
分类:
Web程序 时间:
2014-06-29 14:16:44
阅读次数:
419
CCApplication.cpp function:sharedApplication
line:60Edit
cocos2dx\platform\android\jni\Java_org_cocos2dx_lib_Cocos2dxRenderer.cppLine 18
to:if (CCDire...
分类:
移动开发 时间:
2014-05-30 04:20:00
阅读次数:
785
给大家介绍菜鸟的第二款武器。xilinxedk 开发软件。 武器介绍:名称:Xilinx
Platform Studio 功能:xilinx
系列FPGA利用MicroBlaze或硬核开发的必备武器,属于ise套装中的一部分。此武器很少单独出现,一般都是和他的爱妻SDK一同闯荡江湖。
武力:4星。(...
分类:
其他好文 时间:
2014-05-29 09:17:51
阅读次数:
438
只需以下两行命令:$ cd
android-sdk/platform-tools/systrace$ python systrace.py --time=10 -o
mynewtrace.html sched gfx view wm--time=10 -----------------trace运行...
分类:
其他好文 时间:
2014-05-28 22:26:08
阅读次数:
1421
Windows Server Failover Clustering is a high
availability platform that is constantly monitoring the network connections and
health of the nodes in a ...
分类:
其他好文 时间:
2014-05-27 23:48:23
阅读次数:
550
云计算的目标是:按需服务,提供的服务可以是基础设施,也可以是平台,也可以是软件,即:
IaaS、PaaS、Saas 公共云服务一般来说包括:IaaS、PaaS、SaaS 三类服务。 即:Infrastructure(基础设施)-as-a-
Service,Platform(平台)-as-a-Serv...
分类:
其他好文 时间:
2014-05-27 16:55:01
阅读次数:
554
The connection to adb is down, and a severe
error has occured. 1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tools下,
如图:3.键入adb kill-server ,如果adb关闭了....
分类:
数据库 时间:
2014-05-26 16:43:03
阅读次数:
222
《Windows Azure Platform 系列文章目录》
看过我之前几章内容的读者都知道,Azure China和Azure Global服务类型的Endpoint是不同的,比如我们创建一个Azure
Storage,命名为leizhangstorage。则这个Azure Storage...
分类:
其他好文 时间:
2014-05-25 22:26:05
阅读次数:
333
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373