为了让数据显示的更加形象生动,报表在项目中几乎是非常常见的,但是大致可以分为两类: 一,图形:以图形的形式显示数据,例如柱状图,折线图,饼形图等等,这里有很多关于这方面的工具,例如JFreeCharts(利用Java语言实现的,相对来说不是太美观),FunsionChartsFree(利用xml+flash+Js实现,相对来说不错),可以参考我以前的文章:图形生成工具(funsio...
分类:
编程语言 时间:
2014-10-19 17:10:01
阅读次数:
231
Minimum Path Sum
Total Accepted: 19916 Total
Submissions: 63796My Submissions
Question
Solution
Given a m x n grid filled with non-negative numbers, find a path from top left to b...
分类:
其他好文 时间:
2014-10-19 13:03:26
阅读次数:
162
今天做一个grid,里面的数据须要带明细,思来想去还是搞个表格嵌套吧!看下图对于grid中每一条记录点击左边的+号能展开一个明细的子表格 全部数据包含列名均从后台获得,子表格的数据临时在本地以做測试在此贴一些代码留下记录function displayInnerGrid(renderId) { .....
分类:
Web程序 时间:
2014-10-18 19:40:11
阅读次数:
386
表格例子 样本如下: 我们这篇介绍的是dhtmlxGrid 组件。 它支持4种数据格式:XML, JSON, CSV, JSArray.添加表格到布局的单元格中去: 1.使用attachGrid()方法将表格添加到布局的单元格中去。 var layout = new dhtmlXL...
分类:
Web程序 时间:
2014-10-18 00:38:39
阅读次数:
262
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 or right at...
分类:
其他好文 时间:
2014-10-17 23:26:43
阅读次数:
231
Problem Description
Bean-eating is an interesting game, everyone owns an M*N matrix, which is filled with different qualities beans. Meantime, there is only one bean in any 1*1 grid. Now you want to ...
分类:
其他好文 时间:
2014-10-17 23:26:11
阅读次数:
213
Layout控件的演示 Dhtmlx有很多的组建来组织网页的建设, 这篇主要介绍dhtmlxLayout。 下面图片中 布局将各个组件(1.Menu 2.Toolbar 3.Grid 4.Form 表单)划分到不同的区域。 设置布局: 1.初始化一个布局用dhtmlXLayoutObject(...
分类:
Web程序 时间:
2014-10-17 23:18:55
阅读次数:
367
Inner Vertices
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 1692
Accepted: 446
Case Time Limit: 2000MS
Description
There is an infinite square grid...
分类:
编程语言 时间:
2014-10-17 15:36:06
阅读次数:
228
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to reach the ...
分类:
其他好文 时间:
2014-10-16 19:10:33
阅读次数:
225
后台 string json = "{\"pageCount\":" + PageCount.ToString() + ",\"rows\":" + str1+"}"; // JObject jo = new JObject(); ...
分类:
Web程序 时间:
2014-10-16 16:25:22
阅读次数:
203