一、背景 之前在秒针工作的时候,某js高级工程师写了很多自己的组件,其中一套是分页组件,叫做st-grid。不过在我看来,bug太多,我经常给他反馈bug,我也不清楚为啥别人没有发现。 回到武汉工作后,我自己利用业余实践完善自己的官网,从前端到后端,都是自己一个人亲自搞定。 第1个分页的需求是,文章下方的评论,异步加载。第2个需求是,表格管理,比如后台管理系统,经常需要...
分类:
Web程序 时间:
2015-03-14 23:16:48
阅读次数:
191
Bootstrap 提供了一套响应式、移动设备优先的流式网格系统,随着屏幕或视口(viewport)尺寸的增加,系统会自动分为最多12列。什么是网格(Grid)?摘自维基百科:在平面设计中,网格是一种由一系列用于组织内容的相交的直线(垂直的、水平的)组成的结构(通常是二维的)。它广泛应用于打印设计中...
分类:
其他好文 时间:
2015-03-14 13:47:27
阅读次数:
128
$("#search").click(function(){ var begintime = $("#beginDate").datetimebox("getValue"); var endtime = $("#endDate").datetimebox("getValue"); grid.d...
分类:
其他好文 时间:
2015-03-13 18:19:57
阅读次数:
120
The demons had captured the princess (P) and imprisoned her in the bottom-right corner of a dungeon. The dungeon consists of M x N rooms laid out in a 2D grid. Our valiant knight (K)
was initially p...
分类:
其他好文 时间:
2015-03-13 10:55:30
阅读次数:
125
在对extjs的按条件查询时,发现只要输入查询条件时,grid上查询的结果就不显示,但是如果不输入条件默认查询所有的
时候就能显示数据。输入条件时后台查出来的数据时时正确的返回到json格式的数据也是正确的一点问题也没有纠结了好
半天,就是不知道错在哪里。突然灵光一现怀疑到可能是store的问题,一看果然是自己的store中没有加入remoteFilter : true
的属性。而我的过滤条...
分类:
Web程序 时间:
2015-03-13 10:55:12
阅读次数:
155
DescriptionEvery morning when they are milked, the Farmer John's cows form a rectangular grid that is R (1 11 #include 12 #include 13 #include 14 ...
分类:
其他好文 时间:
2015-03-13 00:16:05
阅读次数:
185
使用extjs肯定少不了使用表格控件,用到表格,领导们(一般)还是惯于使用excel看数据,所以用到extjs表格的技术猿们肯定也会有导出表格excel这一个需求,本文主要针对如何在用extjs将grid表格导出到excel,使用的是前端导出,不涉及后端。本文目录本文目录
源代码打包下载
将源代码嵌入到应用中
查看导出按钮以及导出效果
扩展支持sum统计和groupsum分组...
分类:
Web程序 时间:
2015-03-12 17:20:39
阅读次数:
166
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...
分类:
其他好文 时间:
2015-03-12 14:43:40
阅读次数:
118
@Overridepublic void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); grid =...
分类:
移动开发 时间:
2015-03-12 12:48:06
阅读次数:
263
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1533On a grid map there are n little men and n houses. In each unit time, every little man can move one...
分类:
其他好文 时间:
2015-03-12 06:20:08
阅读次数:
151