自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 收藏
  • 关注

原创 分页的介绍-转

http://blog.csdn.net/wushuang5566110/article/details/6926844

2014-08-30 16:33:59 347

原创 相关的类

public class FindUserServiceImpl implements FindUserService { private UserDao userDao; @Override public List finduser(String username) {    return  userDao.find(username); } public UserD

2014-08-30 16:13:48 327

原创 service-application-struts相关的配置

"http://www.springframework.org/dtd/spring-beans-2.0.dtd">   scope="prototype">      scope="prototype">

2014-08-30 16:11:05 394

原创 Action 获取User信息

import java.util.List;import com.opensymphony.xwork2.Action;import com.xuefeng.ssh.model.User;import com.xuefeng.ssh.service.FindUserService;public class FindAction implements Action { priva

2014-08-30 13:44:58 2117 1

转载 阿萨德发射点发

public class UserServiceImpl implements UserService{         private UserDao userDao;     @Override    public User findUser(String userName) {        return userDao.findUser(us

2014-08-28 22:34:50 658

转载 list数据打印

List list = dao.findAll(); List list = dao.findAll();for(Users user :list){ system.out.println(user);}

2014-08-28 21:27:43 1690

转载 做框架首先考虑的就是易用性

做框架首先考虑的就是易用性做框架首先考虑的就是易用性做框架首先考虑的就是易用性做框架首先考虑的就是易用性

2014-08-14 15:32:42 799

原创 Robot Framework autoitlibrary 常用关键字

wait for active window 另存为    Control Send 另存为  Edit1 c:\\123.txt Control Click 另存为  Button1  wait for active window 确认另存为  2  ${bTrue}= Win Exists 确认另存为   run keyword if ${bTrue} Control Cl

2014-08-14 09:58:31 5930 1

原创 Robot Framework selenium2library库获取某个对象的属性

self.current_month_locator='xpath=/html/body/div/div[@id=\'dpTitle\']/div[3]/input'current_month = self.selenium.get_element_attribute(self.current_month_locator+"@realValue")

2014-08-13 16:31:27 4362

转载 Robot Framework Selenium2Library web对象用css信息表示。在RIDE中标识对象

css 表示web对象

2014-08-13 10:03:27 695

原创 html 中对象xpath的多属性标识

xpath=//div[@name='hehe' and @id='login']

2014-08-12 16:26:15 960

原创 python 处理excel

注意有些excel的格式,有的是数字的,可能python取过来就有小数点

2014-08-12 10:06:03 341

原创 selenium2library 离线安装需另外的包

decorator-3.4.0-py2.7.eggdocutils-0.10-py2.7.eggselenium-2.31.0-py2.7.egg

2014-08-07 18:42:55 2031

原创 Robot Framework Selenium2Library 无法打开独立html页面

Selenium2Library中的open browser函数是打开一个网络资源http://localhost:8080/

2014-08-07 18:36:24 1884

原创 Robot Framework RIDE中的字符转换、中文、python的gbk解码 unicode('${org_name}',"utf-8")

在 unicode('${org_name}',"utf-8")

2014-08-07 18:31:44 10267

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除