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
题目连接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
鼠标滚轮插件(封装浏览器差异) https://github.com/jquery/jquery-mousewheel表格grid插件(类似轻量版的extjs的grid组件) https://github.com/tonytomov/jqGrid
分类:
Web程序 时间:
2015-09-08 21:44:45
阅读次数:
166
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
{ 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
(园里很多文章,美名其曰 :ExtJs GridPanel+查询条件+分页。 但是加查询条件后点击下一页,查询条件失效,求你们自己测试明白再显摆不要误导我这种新人。)ExtJs6发布了,ExtJs4并不新鲜了,首先要说的是在5.X和6.X里关于此问题,是不是有属性或者方法的变化我并不确定。ExtJs...
分类:
Web程序 时间:
2015-09-08 01:42:47
阅读次数:
193
extjs grid renderer用法今天在做项目时,需要在列表中的某列添加一个超链接,首先要取得当前选中行的数据,判断数据类型,然后链接到不同的页面,研究下。发现ExtJs提供了一个很强的方法如下:var cm = new Ext.grid.ColumnModel([new Ext.grid....
分类:
Web程序 时间:
2015-09-07 22:31:21
阅读次数:
268
dojo很强大,也很方便,但是缺少文档,只能看源代码,也挺好的,就是费时间。。。网上找了一段代码(找不到原出处了,不好意思),也看了dojo自带的demo,放一段可以执行的页面代码这里。把ip换成自己架设的js服务器(esi的CDN貌似有点问题)即可 1 2 3 4 5 6 d...
分类:
其他好文 时间:
2015-09-07 21:07:51
阅读次数:
255
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
第一、窗口的AllowsTransparency设置为True第二、窗口的Background设置为Transparent第三、窗口的WindowStyle设置为None第四、窗口内的Grid用Clip或者Border设置为需要的形状代码示例(利用Clip实现圆角窗口) 1 10 11 ...