码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
记忆化搜索,FatMouse and Cheese
#include <cstdio> #include <string.h> using namespace std; int n;///网格大小 int k;///每次最多移动的步数 int grid[105][105];///奶酪 int cheese[105][105];///记忆化搜索 ///
分类:其他好文   时间:2016-03-09 23:56:01    阅读次数:182
PivotTable 实战
这篇文章将介绍Prvottable这个强大js的使用,先上官方的动态demo:基础功能:把类似下面的json数据统计在table中:{UsrID:"1",UsrName:"Usr1"}, {UsrID:"2",UsrName:"Usr2"}如果不用第三方,很有可以会自己在后台拼好了再返回給前端,我们来看下用了这个js后的code:<scriptt..
分类:其他好文   时间:2016-03-09 07:01:00    阅读次数:169
GridView视图
本文实现如下效果 Test_Grid.java public class Test_Grid extends Activity { private GridView gridview; private int[] ids={R.drawable.s1,R.drawable.s2,R.drawable
分类:其他好文   时间:2016-03-08 16:23:53    阅读次数:113
lintcode-easy-Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
分类:其他好文   时间:2016-03-03 07:56:52    阅读次数:139
rac_进行grid自检时提示运行runfixup.sh脚本一例
原创作品,出自 “深蓝的blog” 博客,欢迎转载,转载时请务必注明下面出处,否则追究版权法律责任。 深蓝的blog:http://blog.csdn.net/huangyanlong/article/details/40779253 环境:CentOS 6.4 64bit、grid 64bit、o
分类:其他好文   时间:2016-03-02 21:29:39    阅读次数:151
selenium自动化登录验证码
实际是把验证码忽略掉了; 这个例子没有验证号码,试想下如果有验证码,第一次执行时,验证码从命令行读入输入(当然这个过程靠人), 然后把登陆后的cookie序列化; 以后登陆时从序列化的cookie文件读入; #! /usr/bin/python # coding=utf-8 from seleniu
分类:其他好文   时间:2016-03-02 10:46:01    阅读次数:197
oracle RAC环境vip异常的修复
在系统巡检的时候,发现数据库的备份未正常备份完毕,意识到可能是监听有问题了,通过数据库rac管理用户进行查看发现rac1的vip停止工作了。Oracle11gR2_RACfor_redhat6.3处理如下:1用grid用户执行crs_stat-t查看rac运行状态,显然ora.rac1.vip显示offline了NameTypeTargetStat..
分类:数据库   时间:2016-03-01 19:21:44    阅读次数:2224
yii2 pjax使用
Pjax::begin(['id'=>'datalist']); echo GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ ['class' => yii\grid\CheckboxColumn::classNam
分类:其他好文   时间:2016-02-29 14:28:49    阅读次数:164
LeetCode Walls and Gates
原题链接在这里:https://leetcode.com/problems/walls-and-gates/ 题目: You are given a m x n 2D grid initialized with these three possible values. -1 - A wall or
分类:其他好文   时间:2016-02-29 07:07:02    阅读次数:154
bzoj3905: Square
Description Nothing is more beautiful than square! So, given a grid of cells, each cell being black or white, it is reasonable to evaluate this grid’s
分类:其他好文   时间:2016-02-28 11:05:53    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!