码迷,mamicode.com
首页 >  
搜索关键字:rect tool    ( 11787个结果
使用Web Application Stress Tool 进行压力测试
1、在测试客户端机器上启动Web Application Stress Tool,在弹出的“建立新脚本”对话框中选择“Record”按钮;2、在“Record”参数设置第一步中,所有的checkbox都不用选择到第二步时直接点击“finish”,过几秒钟会弹出一个IE窗口,在此窗口中访问测试数据生成...
分类:移动开发   时间:2014-09-24 16:10:57    阅读次数:220
[转]jstat查看jvm的GC情况、
jps(Java Virtual Machine Process Status Tool)是JDK 1.5提供的一个显示当前所有java进程pid的命令,简单实用,非常适合在linux/unix平台上简单察看当前java进程的一些简单情况。jps存放在JAVA_HOME/bin/jps,使用时为了方...
分类:Web程序   时间:2014-09-24 13:58:46    阅读次数:267
Android 自动化测试(1)如何安装和卸载一个应用
1、android aapt aapt 是android assert packaging tool的缩写,采用aapt可以查看apk的信息和列出apk包的内容 2、monkey runner 和chimpchat The monkeyrunner tool provides an API for writing programs that control an Android de...
分类:移动开发   时间:2014-09-23 22:32:55    阅读次数:288
centos 防火墙配置
1. 使用setup命令 [1] 打开一个终端窗口,输入setup命令 [root@localhost?~]#?setup [2] 选择Firewall configuration, 选择Run Tool,进入防火墙配置界面 [3] 勾选Enabled开启防火墙,不勾选则不开启,此处开启...
分类:其他好文   时间:2014-09-23 12:37:44    阅读次数:380
9月22日
1、创建一个drawboard#import "DrawBoard1.h"@implementation DrawBoard1-(void)drawRect:(CGRect)rect{ CGContextRef context=UIGraphicsGetCurrentContext(); CGC.....
分类:其他好文   时间:2014-09-23 01:29:23    阅读次数:360
C#编写Unity基础GUI之动态窗口
1.创建窗口 1 //声明窗口位置大小 2 private Rect pos = new Rect(10,60,120,50); 3 4 //回调函数 5 void Wincallback(int id) 6 { 7 if(GUI.Button(ne...
分类:其他好文   时间:2014-09-23 01:08:13    阅读次数:404
C#编写Unity基础GUI之控件-2
1.文本输入框 1 public string text; 2 3 void OnGUI(){ 4 text = GUI.TextField(new Rect(140, 140, 100, 40), text); 5 6 if (GUI.Button(ne...
分类:其他好文   时间:2014-09-23 00:56:33    阅读次数:327
oc初步画图
- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); CGContextMoveToPoint(context, 0, 0); CGContextAddRect(c...
分类:其他好文   时间:2014-09-23 00:52:13    阅读次数:223
小日本国旗 计算成绩总分
- (void)drawRect:(CGRect)rect { CGContextRef context = UIGraphicsGetCurrentContext(); //起点移动到(0,0) CGContextMoveToPoint(context, 0, 0); //画线到(100,...
分类:其他好文   时间:2014-09-22 22:22:23    阅读次数:208
ANDROID 在eclipse中没有出现AVD的解决方法(转)
如果android安装正确的话,但是eclipse里面的导航条就是没有AVD 可以通过「Window」?「Customize Perspective」?「Tool Bar Visibility」Tab画面上选择 Android SDK and AVD Manager来显示http://blog.si...
分类:移动开发   时间:2014-09-22 22:08:13    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!