码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
EasyUI datagrid添加右键菜单项
js代码//动态加载数据表格function InitData() { $('#grid').datagrid({ url: '/Home/Query?r=' + Math.random(), //数据接收URL地址 method: 'GET', ic...
分类:其他好文   时间:2014-10-24 12:41:37    阅读次数:467
Extjs RowNumberer下一页动态增加
使用RowNumberer,当跳到下一页时,还是从1还是计数。实现了序号的自动增加。ExtJs Grid分页时,默认情况下每页的序号都是从1起始的,这往往不符合我们的习惯。这里实现了序号的自动增加。实现步骤如下:1、定义全局变量。var record_start = 0;2、Grid的columns...
分类:Web程序   时间:2014-10-23 14:08:22    阅读次数:156
元胞自动机+生命游戏
元胞自动机 元胞自动机(Cellular Automaton,复数为Cellular Automata,简称CA,也有人译为细胞自动机、点格自动机、分子自动机或单元自动机)。是一时间和空间都离散的动力系统。散布在规则格网 (Lattice Grid)中的每一元胞(Cell)取有限的离散状态,遵循同样...
分类:其他好文   时间:2014-10-22 23:30:18    阅读次数:401
Word Search | LeetCode
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, where "adjace...
分类:其他好文   时间:2014-10-22 12:50:11    阅读次数:274
Euler Project question 15 in python way
# This Python file uses the following encoding: utf-8# Starting in the top left corner of a 2×2 grid, and only being able to move to the right and dow...
分类:编程语言   时间:2014-10-22 08:43:00    阅读次数:139
C#生成easyui tree-grid中的json字符串
最近项目用到EasyUI的treegrid控件实现树形Table,实现效果如下:treegrid需要的json字符串样式如下[{ "id":1, "name":"C", "size":"", "date":"02/19/2010", "children":[{ ...
分类:Windows程序   时间:2014-10-21 21:13:51    阅读次数:892
第一天Layout
Canvas 以控件的左右距离来定位DockPanel 从顶部到下部排序和从左到右排序填充Grid按表格填充StackPanel从上到下或者从左到右,不填充UniformGrid控件距离一样WrapPanel就像以前的流布局
分类:其他好文   时间:2014-10-21 19:21:11    阅读次数:208
LeetCode: Word Search 解题报告
Word SearchGiven 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, wh...
分类:其他好文   时间:2014-10-21 17:05:25    阅读次数:253
【LeetCode】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. Note: You can only move either down o...
分类:其他好文   时间:2014-10-19 21:25:37    阅读次数:247
struts2 jQuery tag (2)
繼續上一篇關於 struts 2 jQuery tag 的介紹,這裡要 demo 一個很有用的 tag --- grid ! 如下圖是執行出來的結果。struts jQuery tag 提供的 grid 功能非常強大,可以排序、翻頁、編輯,這些進階的功能留給鄉民們自行研究,這裡只簡單的從資料庫撈出選...
分类:Web程序   时间:2014-10-19 19:47:36    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!