码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
HDU 1036 Robot Motion 深搜
?? Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions...
分类:其他好文   时间:2015-08-31 23:44:11    阅读次数:278
poj 2226 Muddy Fields(最小点覆盖+巧妙构图)
DescriptionRain has pummeled the cows' field, a rectangular grid of R rows and C columns (1 2 #include 3 #include 4 using namespace std; 5 #define N ....
分类:其他好文   时间:2015-08-31 23:14:10    阅读次数:331
jqGrid使用
基本配置"GRID_OPTION" : function(){ return { "shrinkToFit" : true, "gridstate" : "hidden", "height" : "auto", "rowNum": 10, "rowList": [1...
分类:其他好文   时间:2015-08-31 11:48:32    阅读次数:323
MVC框架引入grid++report报表
说起来“报表“我们并不陌生,机房收费系统中我们就已经接触过,简单的说:报表就是用表格、图表等格式来动态显示数据,可以用公式表示为:“报表 = 多样的格式 + 动态的数据”。最近在用MVC+EF框架做人事系统,需要用报表显示财务。     在mvc中的view中,我们只需要写入以下代码即可实现引入报表: 代理费结算表 //用查询显示控件...
分类:Web程序   时间:2015-08-30 19:43:22    阅读次数:418
jQueryMobile的组件之栅格系统(grid)
ui-grid-a、ui-grid-b、ui-grid-c、ui-grid-d——分别代表承载2列、3列、4列、5列; ui-grid-solo——代表单独承载一列; ui-block-a、ui-block-b、ui-block-c、ui-block-d、ui-block-e——代表在栅格系统中的位置,从第1列依次类推; data-theme——声明元素的主题; ...
分类:Web程序   时间:2015-08-30 01:03:55    阅读次数:1527
Word Search 和 Word Search Ⅱ
Word Search 和 Word Search Ⅱ Word Search Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, whe...
分类:其他好文   时间:2015-08-28 23:28:09    阅读次数:482
解题报告 之 HDU5336 XYZ and Drops
Description XYZ is playing an interesting game called "drops". It is played on a grid. Each grid cell is either empty, or occupied by a waterdrop. Each waterdrop has a property "size". The waterdrop cracks when its size is larger than 4, and produces 4 sm...
分类:其他好文   时间:2015-08-28 13:33:52    阅读次数:258
HDU 1533--Going Home【最小费用最大流 && 模板】
Going Home Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3452    Accepted Submission(s): 1771 Problem Description On a grid map ther...
分类:其他好文   时间:2015-08-28 00:52:29    阅读次数:167
crs自动清除日志的时候没有释放文件,bug17034444 的解决办法
在巡检数据库的时候,发现grid的安装目录非常大,于是进行了进一步的排查,发现有很多*.l10的日志已经删除了,但是并没有释放,使用lsof命令可以看到lsof|grepdelete[smisa@smidb11oraagent_grid]$sudolsof|grepdelete|grep-E"oraagent|audit"oracle18375grid33wREG253,181054987..
分类:其他好文   时间:2015-08-27 19:21:35    阅读次数:311
解题报告 之 HDU5335 Walk Out
bfs,多校,HDU5335 In an maze, the right-bottom corner is the exit (position is the exit). In every position of this maze, there is either a or a written on it. An explorer gets lost in this grid. His position now is , and he wants to go to the exit. Sin...
分类:其他好文   时间:2015-08-27 16:45:12    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!