码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
angular.js学习-ng-grid
ng-grid是基于AngularJS和JQuery的富表格控件,由AngularUI Team领衔开发,到目前为止已有2354次Commit,1076个Fork。 AngualrUI:http://angular-ui.github.io/ ng-grid: http://angular-ui.g ...
分类:Web程序   时间:2016-09-02 09:57:12    阅读次数:684
ExtJS 4.2 组件介绍
ExtJS的强大功能之一是提供了非常丰富的组件,包括grid(表格)、panel(面板)、form(表单)、button(按钮)、progressBar(进度条)等等。 一个的ExtJS 4应用程序的UI界面,就是由一个或多个组件组成。 这里将会介绍组件的分类、名称、结构以及创建方式。 ...
分类:Web程序   时间:2016-09-02 00:26:53    阅读次数:361
grid安装
oracle grid infrastrucure GI提供了自动重启功能和asm功能1、下载linux.x64_11gR2_grid.ziphttp://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010- ...
分类:其他好文   时间:2016-09-01 21:35:12    阅读次数:690
UVa1386
1386 Cellular AutomatonA cellular automaton is a collection of cells on a grid of speci ed shape that evolves through a numberof discrete time steps a ...
分类:其他好文   时间:2016-09-01 02:17:13    阅读次数:226
可以折叠的按钮
<Grid> <Grid.RowDefinitions> <RowDefinition></RowDefinition> <RowDefinition></RowDefinition> </Grid.RowDefinitions> <Expander Header="可以折叠" Name="expa ...
分类:其他好文   时间:2016-08-31 22:33:46    阅读次数:281
TabControl选项卡
<Grid> <TabControl Name="tabControl1"> <TabItem Name="tabItem1"> <TabItem.Header> <Button Content="adsf"/> </TabItem.Header> <StackPanel> <TextBlock>T ...
分类:其他好文   时间:2016-08-31 22:10:25    阅读次数:137
Selenium IDE安装
Selenium IDE(集成开发环境)是一种开发Selenium测试案例的工具。简单的说,它其实是依赖于Firefox的插件,提供录制回放的功能,忠实的记录着用户在浏览器所执行的操作。推荐初学者首先学习Selenium IDE,或许,不能通过它节约开发测试案例的时间,但可以通过它熟悉Seleniu... ...
分类:其他好文   时间:2016-08-30 19:45:49    阅读次数:213
crsctl stat res -t 和 crsctl stat res -init -t
11.2.0.2的grid infrastructure中crsctl stat res命令不再显示如ora.cssd、ora.ctssd、ora.diskmon等基础资源的信息。但是查看这些基础资源的状态信息对于系统状态检查很有意义的。如果想要了解这些resource状态需要加上-init选项。 ...
分类:其他好文   时间:2016-08-29 23:58:30    阅读次数:472
(UVA)11916 Emoogle Grid
题意:一个N列的网格,有B个格子可以不涂色,其他格子各涂一种颜色,现在一共有k种颜色,要求同一列格子颜色不能相同,问总方案数 MOD 100000007答案等于R时最小的M是多少。 思路:首先这个m一定是大于等于所给的不能放的点的x的最大值。我们可以先统计出当前矩阵的方案数,我们知道如果当前格子上面 ...
分类:其他好文   时间:2016-08-29 17:23:36    阅读次数:135
Bomb Enemy -- LeetCode
Given a 2D grid, each cell is either a wall 'W', an enemy 'E' or empty '0' (the number zero), return the maximum enemies you can kill using one bomb.T ...
分类:其他好文   时间:2016-08-29 09:07:41    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!