码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
POJ 2195 Going Home
KM 寻求正确的值最小的绝配Going HomeTime Limit:1000MSMemory Limit:65536KTotal Submissions:17309Accepted:8824DescriptionOn a grid map there are n little men and n ...
分类:其他好文   时间:2015-09-09 21:26:37    阅读次数:259
hdu 4255 A Famous Grid
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4255A Famous GridDescriptionMr. B has recently discovered the grid named "spiral grid".Construct the gri...
分类:其他好文   时间:2015-09-08 22:07:41    阅读次数:188
jquery插件收藏,持续更新
鼠标滚轮插件(封装浏览器差异) https://github.com/jquery/jquery-mousewheel表格grid插件(类似轻量版的extjs的grid组件) https://github.com/tonytomov/jqGrid
分类:Web程序   时间:2015-09-08 21:44:45    阅读次数:166
hdu 4405 Aeroplane chess(概率+dp)
Problem DescriptionHzz loves aeroplane chess very much. The chess map contains N+1 grids labeled from 0 to N. Hzz starts at grid 0. For each step he t...
分类:其他好文   时间:2015-09-08 13:52:07    阅读次数:128
ExtJS3.3 在grid里面调出一个colorMenu
{ id:'color', name:'color', header:'Color', width:50, sortable:true, dataIndex:'color', renderer: function(value, cellmeta, recor...
分类:Web程序   时间:2015-09-08 08:22:50    阅读次数:133
关于ExtJs4的Grid带 查询 参数 分页(baseParams-->extraParams)
(园里很多文章,美名其曰 :ExtJs GridPanel+查询条件+分页。 但是加查询条件后点击下一页,查询条件失效,求你们自己测试明白再显摆不要误导我这种新人。)ExtJs6发布了,ExtJs4并不新鲜了,首先要说的是在5.X和6.X里关于此问题,是不是有属性或者方法的变化我并不确定。ExtJs...
分类:Web程序   时间:2015-09-08 01:42:47    阅读次数:193
ExtJs renderer
extjs grid renderer用法今天在做项目时,需要在列表中的某列添加一个超链接,首先要取得当前选中行的数据,判断数据类型,然后链接到不同的页面,研究下。发现ExtJs提供了一个很强的方法如下:var cm = new Ext.grid.ColumnModel([new Ext.grid....
分类:Web程序   时间:2015-09-07 22:31:21    阅读次数:268
dojo grid 分页
dojo很强大,也很方便,但是缺少文档,只能看源代码,也挺好的,就是费时间。。。网上找了一段代码(找不到原出处了,不好意思),也看了dojo自带的demo,放一段可以执行的页面代码这里。把ip换成自己架设的js服务器(esi的CDN貌似有点问题)即可 1 2 3 4 5 6 d...
分类:其他好文   时间:2015-09-07 21:07:51    阅读次数:255
HDU-4856 Tunnels (BFS+状压DP)
Problem DescriptionBob is travelling in Xi’an. He finds many secret tunnels beneath the city. In his eyes, the city is a grid. He can’t enter a grid w...
分类:其他好文   时间:2015-09-06 20:09:15    阅读次数:216
WPF-非矩形窗口的创建
第一、窗口的AllowsTransparency设置为True第二、窗口的Background设置为Transparent第三、窗口的WindowStyle设置为None第四、窗口内的Grid用Clip或者Border设置为需要的形状代码示例(利用Clip实现圆角窗口) 1 10 11 ...
分类:Windows程序   时间:2015-09-05 20:51:38    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!