1、安装pip, sudo apt-get install python-pip2、安装robotframework,sudo pip install robotframework3、安装selenium2library,sudo pip install robotframework-seleniu...
分类:
系统相关 时间:
2015-10-26 16:54:06
阅读次数:
540
UVA 1468DescriptionMr. Kim is planning to open a new restaurant. His city is laid out as a grid with sizeMxM. Therefore, every road is horizontal or v...
分类:
其他好文 时间:
2015-10-25 20:35:36
阅读次数:
223
#ifndef __GRID_CELL_BUTTON__#define __GRID_CELL_BUTTON__#include "../GridCtrl_src/GridCell.h" class CGridCellButton : public CGridCell{ friend cla...
分类:
其他好文 时间:
2015-10-23 21:30:01
阅读次数:
531
1.二级ListView自定义布局ExpandableListViewhttp://pan.baidu.com/s/1mg01BRU 密码:jyl3112.ListView实现各种动画效果ListViewAnimations实现各种列表动画效果。包括卡片式列表(效果图1),Grid View列表(效...
分类:
移动开发 时间:
2015-10-23 15:59:54
阅读次数:
282
Problem Description:A group of two or more people wants to meet and minimize the total travel distance. You are given a 2D grid of values 0 or 1, wher...
分类:
其他好文 时间:
2015-10-22 17:33:10
阅读次数:
224
1. 首先我们明白GridView拖拽的思路:(1)根据手指按下的X,Y坐标来获取我们在GridView上面点击的item。(2)手指按下的时候使用Handler和Runnable来实现一个定时器,假如定时时间为1000毫秒,在1000毫秒内,如果手指抬起了移除定时器,没有抬起并且手指点击在Grid...
分类:
移动开发 时间:
2015-10-22 13:53:22
阅读次数:
302
Ext.PagingToolbar,Ext.data.Store,Ext.data.HttpProxy,Ext.data.JsonReader,Ext.grid.GridPanel在这里讲一下ExtJs下的一套分页步骤以及涉及到的Ext控件.因为引入了Json作为数据传输格式,所以这里需要通过Htt...
分类:
Web程序 时间:
2015-10-20 22:47:29
阅读次数:
276
Ext.grid.RowNumberer,Ext.grid.PageRowNumberer在一个数据表格中,一般都会加一个行号,在ExtJs中,要实现行号这一效果,只需要一句代码: new Ext.grid.RowNumberer()举个例子,代码如下:var colModel = new Ext....
分类:
Web程序 时间:
2015-10-20 21:20:40
阅读次数:
379
EasyUi Grid以POST方式传送参数绑定,DataGet方式直接序列化就好,Post方式比Get方式要麻烦一点,贴出代码供需要的人参考,以免少走弯路。
分类:
其他好文 时间:
2015-10-20 15:12:35
阅读次数:
290
function ExportExcel(grid: TcxGrid; const fileName: string = '1.xls'): Boolean;var sd: TSaveDialog;begin Result := False; if not Assigned(grid) then E...
分类:
其他好文 时间:
2015-10-17 22:05:08
阅读次数:
121