E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
instrumentation
java动态编程简述
2.使用
Instrumentation
构建代理,可以用来监测JVM上的程序,一般是通过在执行某个类文件之前,对类文件的字节码适当修改来实现3.使用javassist转化类文件。
beijing20120926
·
2014-05-02 17:00
java
编程
javassist
动态编程
cglib: The missing manual
The byte code
instrumentation
library cglib is a popular choice among many well-known Java frameworks
gavin2lee
·
2014-04-19 08:00
cglib
Android 模拟按键事件(KeyEvent)
Instrumentation
inst=new
Instrumentation
(); inst.sendKeyDownUpSync(KeyCode);
jianweicao
·
2014-04-15 17:00
android
Robotium跨应用处理方法
相信用过一段时间Robotium的同学一般都遇到过如下情况:界面跳转到被测程序外以后,Robotium就毫无对策了,这也是
Instrumentation
框架最致命的一个缺点;然而领导是不会管你这些很“充分
happyailsa
·
2014-04-14 13:42
robotium
Android应用性能测试
一、编写继承于
Instrumentation
类的LaunchPerformanceBase类/***Baseclass
hunterno4
·
2014-04-07 21:14
android
性能测试
自动化测试
android笔记1
一.Junit 1.怎么使用 在AndroidManifest.xml文件中进行配置,在manifest借点下配置
instrumentation
,在application借点下配置uses-library
SR-WRS
·
2014-03-30 08:00
Android 搭建Junit测试环境
2、
instrumentation
,与application同级。 【注】 android:targetPackage是指要测试的应用所在的包即应用的Activity所在的包。
qilixiang012
·
2014-03-29 16:00
android
Android 搭建Junit测试环境
2、
instrumentation
,与application同级。 【注】 android:targetPackage是指要测试的应用所在的包即应用的Activity所在的包。
qilixiang012
·
2014-03-29 16:00
android
VisualVM Btrace使用
btrace官网地址:https://kenai.com/projects/btrace实现原理参考:http://www.ibm.com/developerworks/cn/java/j-lo-
instrumentation
kevin_Luan
·
2014-03-29 14:00
android开发笔记之
Instrumentation
一个小应用
Instrumentation
: 在做东西的时候,有时候要模拟一个按键的操作,如按下menu,home,back键,这个时,
Instrumentation
能完成这个操作importandroid.os.Bundle
hfreeman2008
·
2014-03-28 20:00
android
Instrumentation
Android单元测试Junit的配置
要进行Android的单元测试首先的配置指令集和用户库,下面是详细的配置步骤@1:指令集配置(
instrumentation
)1.1打开AndroidManifest.xml文件,点击
instrumentation
x356982611
·
2014-03-28 17:00
Activity 进行单元测试报错
Intent{act=android.intent.action.MAINflg=0x10000000cmp=com.unit.test/.demo.MainActivity} atandroid.app.
Instrumentation
.sta
崔同亮
·
2014-03-21 14:00
framework之深入surface系统
调用
Instrumentation
的newActivity,调用attach函数:PolicyManager的makeNewWindow,创建window对象,返回的mWindow是一个PhoneWindow
ahjxly
·
2014-03-19 15:00
Android Robotium小结
Robotium 是一款基于Android
instrumentation
framework 的自动化测试工具库,功能十分强悍,而且上手简单,只要求有Junit基础即可。
zhiweiofli
·
2014-03-17 15:00
android
测试
自动化测试
Android Robotium小结
先关注
instrumentation
提供的三个基类:1.SingleLaunchActivityTestCase单activity测试实例,只调用setup和tearDown方法2.ActivityUnitTestCase
zhiweiofli
·
2014-03-17 15:00
Android
测试
自动化测试
Android Robotium小结
Robotium 是一款基于Android
instrumentation
framework 的自动化测试工具库,功能十分强悍,而且上手简单,只要求有Junit基础即可。
zhiweiofli
·
2014-03-17 15:00
android
测试
自动化测试
行为触发之Android自动化测试
instrumentation
(一)
由于对测试并没有太多的概念,一不小心搜索到各种前缀:
Instrumentation
、Instrumen
xbalien
·
2014-03-15 19:27
【Android自动化测试】
行为触发之Android自动化测试
instrumentation
(一)
由于对测试并没有太多的概念,一不小心搜索到各种前缀:
Instrumentation
、Instrumen
Xbalien29
·
2014-03-15 19:00
自动化测试
Instrumentation
SCCM2012R2部署之十:基于客户端请求的客户端安装
CCM做系统时,通过Package的方式安装下面简单介绍下怎么通过控制台推送安装SCCM客户端:首先,我们到域控服务器上,在组策略里面,对域内的计算机执行策略,允许”Windows Management
Instrumentation
winteragain
·
2014-03-13 15:50
安装
部署
配置
管理
推送
R2
2012
休闲
SCCM
主站点
中心站点
辅助站点
Btrace的实战应用
实现原理可以参考http://www.ibm.com/developerworks/cn/java/j-lo-
instrumentation
/。
fengg694
·
2014-03-11 17:00
JAVA
BTrace
监测
工具
调试
Btrace的实战应用
实现原理可以参考http://www.ibm.com/developerworks/cn/java/j-lo-
instrumentation
/。
fengg694
·
2014-03-11 17:00
java
工具
调试
BTrace
监测
Btrace的实战应用
实现原理可以参考http://www.ibm.com/developerworks/cn/java/j-lo-
instrumentation
/。
fengg694
·
2014-03-11 17:00
JAVA
BTrace
监测
工具
调试
用例无法运行,报如下错:Exception during suite construction
一前提1、测试工程中的所有参数已配置好,如
instrumentation
中的参数及相关的uses-permission,值得一提的是WRITE_EXTERNAL_STORAGE这个permission,
huangqin19880508
·
2014-02-26 15:51
Android
自动化测试
用例无法运行,报如下错:Exception during suite construction
一前提1、 测试工程中的所有参数已配置好,如
instrumentation
中的参数及相关的uses-permission,值得一提的是WRITE_EXTERNAL_STORAGE这个permission
huangqinqin
·
2014-02-26 15:00
exception
Robotium 5.0.1 源码解析之控件搜索
众所周知,Robotium是基于Android的单元测试框架
Instrumentation
,而robotium对于
Instrumentation
封装的比较强的地方便是控件搜
Stream.Town
·
2014-02-26 14:00
android
自动化
开源软件
robotium
使用Visual Studio Profiler分析程序性能
它提供了Sample和
Instrumentation
两种检测方式,能够生成简洁易读的报告。它只适用于TeamSuit版本。
jsp2233
·
2014-02-26 09:00
Android测试原理(二)
TheTestingAPI(测试API)Android的测试API是基于JUnitAPI和扩展的
instrumentation
框架以及特定的Android测试类。
Grace_0642
·
2014-02-25 12:00
android
测试
Android
Instrumentation
基础使用
这两天准备研究Robotium的源码,不过由于Robotium是以
Instrumentation
为基础的,因此就先补习了一下
Instrumentation
的基础。
Stream.Town
·
2014-02-21 17:00
android
Instrumentation
robotium学习笔记(二)----问题
Testrunfailed:PermissionDenial:startinginstrumentationComponentInfo{com.mobile17173.game.test1_2/android.test.
Instrumentation
zwq0216
·
2014-02-13 10:00
笔记
robotium
android的
Instrumentation
详解
l
Instrumentation
框架可以控制和测试应用程序。l Androi
nihao0526
·
2014-02-11 17:00
android
Spring3.0框架结构
这些模块分为CoreContainer、DataAccess/Integration、Web、AOP(AspectOrientedProgramming)、
Instrumentation
和测试部分,如下图所示
liou825
·
2014-01-23 10:00
android 使用uinput模拟输入设备的方法
方法一:通过
Instrumentation
.sendKeyDownUpSync实现,简单使用但是问题在于sendKeyDownUpSync发出的event,无法运行到interceptKeyB
·
2014-01-13 15:31
android测试框架对比
目前较热门的开源框架有:AndroidAPIs提供的
Instrumentation
类、MonkeyRunner、Robo
Sasoritattoo
·
2013-12-26 11:00
android
自动化测试
android
Instrumentation
l
Instrumentation
框架可以控制和测试应用程序。l Androi
crystal_ooo
·
2013-12-19 18:00
ADB pm 命令
[--user USER_TER] pm list permission-groups pm list permissions [-g] [-f] [-d] [-u] [GROUP] pm list
instrumentation
·
2013-12-18 11:00
adb
Linux 2.6内核配置说明(12----
Instrumentation
Support分析支持)
Profilingsupport对系统的活动进行分析,仅供内核开发者使用Kprobes仅供内核开发者使用
liu1164316159
·
2013-12-04 09:00
Instrumentation
功能介绍(javaagent)
nstrumentation简介利用Java代码,即java.lang.instrument做动态
Instrumentation
是JavaSE5的新特性,它把Java的instrument功能从本地代码中解放出来
zhyhang
·
2013-11-29 17:00
Java编程的动态特性, 从Reflection到Runtime Class Transformation
关于Java编程的动态特性,从认识的过程上要从 Reflection 到
instrumentation
。 1.
barryzhong
·
2013-11-23 11:00
reflection
Java编程的动态特性, 从Reflection到Runtime Class Transformation
阅读更多关于Java编程的动态特性,从认识的过程上要从Reflection到
instrumentation
。
barryzhong
·
2013-11-23 11:00
Java编程的动态特性, 从Reflection到Runtime Class Transformation
关于Java编程的动态特性,从认识的过程上要从Reflection到
instrumentation
。
barryzhong
·
2013-11-23 03:00
java
编程
reflection
Android Activity.startActivity流程简介
1.基本概念1.1
Instrumentation
是什么? 顾名思义,仪器仪表,用于在应用程序中进行“测量”和“管理”工作。
MyArrow
·
2013-11-06 11:00
java.lang.
Instrumentation
作用,虚拟机监控
Instrumentation
是Java5提供的新特性。使用
Instrumentation
,开发者可以构建一个代理,用来监测运行在JVM上的程序。
lgh1117
·
2013-11-06 10:00
Android自动化测试解决方案
Android自身提供了对
instrumentation
测试的基本支持,其中之一就是位于android.test包内的ActivityIn
asmcvc
·
2013-10-31 10:00
android 单元测试方法 类继承
Instrumentation
实际上,TestCase这个类用于在Android担当所有独特的TestCase的基类的作用,它是一个AbstractClass。Android单元测试类继承关系图如下所示:之所以有那么多XXXTestCase主要是为了简化工作。例如当你想对一个访问数据库的功能进行测试时,首先需要自己启动并初始化数据库。在这里是类似的,如果你想测试一个Activity,首先要启动它。而ActivityTestCa
guggy
·
2013-10-21 11:00
Instrumentation
Android模拟按键
iphone的悬浮框按钮,那就必须知道如何去模拟真实按键,然后才能将按键功能与悬浮框按钮联系起来,下面就详细说明一下具体的模拟实现: 实现方式有两种,一种是通过Command命令方式,另外一种是通过
Instrumentation
zhy20045923
·
2013-10-14 14:00
java.lang.instrument 学习(一)
转自:http://jiangbo.me/blog/2012/02/21/java-lang-instrument/
Instrumentation
介绍:javaInstrumentation指的是可以用独立于应用程序之外的代理
ykdsg
·
2013-09-27 09:00
15个网站设计和开发的Chrome插件
It visualizes metrics that are taken from low level
instrumentation
points inside of
wbj0110
·
2013-09-24 09:00
15个网站设计和开发的Chrome插件
It visualizes metrics that are taken from low level
instrumentation
points inside of
wbj0110
·
2013-09-24 09:00
15个网站设计和开发的Chrome插件
It visualizes metrics that are taken from low level
instrumentation
points inside of
wbj0110
·
2013-09-24 09:00
Windows Management
Instrumentation
服务需引起高度重视
WindowsManagementInstrumentation服务需引起高度重视WMI能做什么?WMI不仅可以获取想要的计算机数据,而且还可以用于远程控制。远程控制计算机可是大家都喜欢的东西。很多远程监视控制类软件通常的做法是:在远程计算机上运行服务端后台程序,在本地计算机上运行一个客户器端控制程序,通过这二个程序的勾结来实现对计算机的远程控制。这种作法的缺点是十分明显的,当服务端程序关了,这种
lysweb
·
2013-09-13 18:52
windows
Management
上一页
16
17
18
19
20
21
22
23
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他