emulator

xFace所使用的开发工具---模拟器Emulator

孤街浪徒 提交于 2020-03-04 17:40:06
Emulator实现了对xFace事件以及扩展接口的模拟,主要用于辅助开发人员对web app进行调试。将 Emulator 作为插件安装到Google Chrome后,可以利用Chrome提供的“开发者工具”对应用进行HTML DOM元素审查,JavaScript调试,资源监测,自动化测试等。 目前,模拟器有便携版和手动版。便携版,仅支持windows平台;手动版支持windows、MAC OS平台。对于windows用户,推荐使用便携版。 便携版,使用起来很方便,只需要启动下载下来的包中的Chrome_Emulator.exe,输入要调试的应用的地址,就可以开始调试应用了。 手动版,需要安装最新的chrome浏览器;需要手动安装Emulator插件;需要手动为chrome添加启动参数,操作完这些操作,才可进行应用调试。 来源: oschina 链接: https://my.oschina.net/u/1249251/blog/179092

Aptana 3.4.2 安装jQuery支持时遇到的挫折与解决方案

谁说胖子不能爱 提交于 2019-12-05 07:46:01
今天想在 Aptana 上安装 jQuery 包(Bundle),在安装过程中遇到了一些小小的问题。经过一番 Google,终于安装成功了,在此记录下来共享给需要的同学。 根据不同版本的 Aptana,安装 jQuery 的方法不同。 Aptana 3.0.5 以下的 Aptana 3 需要使用第一种方法,而 3.0.5 以上的版本可以使用两种方法的任意一个,建议使用第二种方法安装。 方法一 点击以下链接中的一个,建议下载 1.6.2。 1.4.2: https://github.com/aptana/javascript-jquery.ruble/blob/master/support/jquery.1.4.2.sdocml 1.6.2: https://github.com/aptana/javascript-jquery.ruble/blob/master/support/jquery.1.6.2.sdocml 点击后如图 点击复制按钮,以复制所有内容。 然后打开本地记事本,将复制的内容粘贴到记事本里,并保存为 jquery.1.6.2.sdocml。这里 特别注意后缀名必须是.sdocml ,而不是默认的 txt 文件! 将这个文件放在你项目中的任何目录中,一般是放在项目的根目录下。 安装完成!!! 缺点: 手动安装无法自动升级 每个项目中都要手工复制这个文件 优点: 简单

android emulator setting & configuation

♀尐吖头ヾ 提交于 2019-11-30 06:17:55
In order to make the Android emulator run faster and be more responsive, you can configure it to take advantage of hardware acceleration, using a combination of configuration options, specific Android system images and hardware drivers. Using SDK manager to download/install x86 system image 1. Configuring Graphics Acceleration Graphics acceleration for the emulator takes advantage of your development computer's graphics hardware, specifically its graphics processing unit (GPU), to make screen drawing faster. SDK Tool version >= 17 SDK Platform API version >= 15 (i.e. >= android 4.0.3) In avd,