码迷,mamicode.com
首页 >  
搜索关键字:robot framework通过jybot运行脚本    ( 1499个结果
UVa1600,Patrol Robot
带状态的bfs不是1A过的T T ,一开始TLE,改了下后WA...后来把访问状态数组改成了3维的,加了个维是当前的命条数仍是bfs模板题,加了一维状态而已,没啥难度自己注意一定注意vis不要丢维度...#include #include #include #include #include #in...
分类:其他好文   时间:2014-07-29 10:58:26    阅读次数:178
Robot Framework自动化测试(一)---第一个脚本
最近工具中用Robot Framework框架来做自动化,。学习记录是我的习惯,所以,这里记录总结,编写第一个脚本。
分类:其他好文   时间:2014-07-27 22:55:59    阅读次数:305
简单的asmack应用
packagecom.virtual.robot.main;importjava.util.Timer;importjava.util.TimerTask;importorg.jivesoftware.smack.Chat;importorg.jivesoftware.smack.ChatManager;importorg.jivesoftware.smack.XMPPConnection;importandroid.content.Intent;importandroid.os.Bundle;importa..
分类:其他好文   时间:2014-07-26 03:16:07    阅读次数:258
robot framework-databaselibaray库使用(python)
公司做项目用到了databaselibaray,刚开始使用时碰到了很多问题,网上也查阅了很多资料终于是可以用了,现在整理记录下来,有需要的同学可随意使用:另,本文主要是databaselibaray的使用,RF环境搭建可以看我另一篇:robot framework环境搭建1、databaseli.....
分类:数据库   时间:2014-07-26 00:39:26    阅读次数:250
LeetCode_61uniquePaths [Unique Paths]
#pragma warning(disable:4996) #include <cstdio> #include <Windows.h> #include <tchar.h> /* submit time : 3 1. Time Limit Exceeded 23, 12 request : A robot is located at the top-left corn...
分类:其他好文   时间:2014-07-25 11:40:41    阅读次数:315
[LeetCode] Unique Paths
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:其他好文   时间:2014-07-25 10:54:31    阅读次数:229
3 Possible Ways for Real-Time Video Streaming Between Camera and Android Device Read more at http://
You can use your robot to send real-time video images, and this could be a very interesting DIY robotic application. In this article, we make an overview of three possible ways for real-time streaming...
分类:移动开发   时间:2014-07-24 23:39:43    阅读次数:634
UVA 1600 Patrol Robot
带状态的bfs用一个数(ks)来表示状态-当前连续穿越的障碍数;step表示当前走过的步数;visit数组也加一个状态; 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int max...
分类:其他好文   时间:2014-07-22 22:35:36    阅读次数:214
腾讯webqq最新password加密算法,hash算法
常常在做webqq机器人,可是最头痛的问题就是腾讯常常加一些验证串来防止robot,如今共享出最新的腾讯password加密算法和hash算法hash算法def webqq_hash(i, a): if isinstance(i, (str, unicode)): i = int...
分类:Web程序   时间:2014-07-20 22:28:19    阅读次数:264
POJ 1573 Robot Motion 搜索
Robot Motion Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 6297    Accepted Submission(s): 2952 Problem Description A robot has b...
分类:其他好文   时间:2014-07-19 23:31:59    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!