码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
MVC框架引入grid++report报表
说起来“报表“我们并不陌生,机房收费系统中我们就已经接触过,简单的说:报表就是用表格、图表等格式来动态显示数据,可以用公式表示为:“报表 = 多样的格式 + 动态的数据”。最近在用MVC+EF框架做人事系统,需要用报表显示财务。     在mvc中的view中,我们只需要写入以下代码即可实现引入报表: 代理费结算表 //用查询显示控件...
分类:Web程序   时间:2015-08-30 19:43:22    阅读次数:418
jQueryMobile的组件之栅格系统(grid)
ui-grid-a、ui-grid-b、ui-grid-c、ui-grid-d——分别代表承载2列、3列、4列、5列; ui-grid-solo——代表单独承载一列; ui-block-a、ui-block-b、ui-block-c、ui-block-d、ui-block-e——代表在栅格系统中的位置,从第1列依次类推; data-theme——声明元素的主题; ...
分类:Web程序   时间:2015-08-30 01:03:55    阅读次数:1527
Word Search 和 Word Search Ⅱ
Word Search 和 Word Search Ⅱ Word Search 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, whe...
分类:其他好文   时间:2015-08-28 23:28:09    阅读次数:482
解题报告 之 HDU5336 XYZ and Drops
Description XYZ is playing an interesting game called "drops". It is played on a grid. Each grid cell is either empty, or occupied by a waterdrop. Each waterdrop has a property "size". The waterdrop cracks when its size is larger than 4, and produces 4 sm...
分类:其他好文   时间:2015-08-28 13:33:52    阅读次数:258
HDU 1533--Going Home【最小费用最大流 && 模板】
Going Home Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3452    Accepted Submission(s): 1771 Problem Description On a grid map ther...
分类:其他好文   时间:2015-08-28 00:52:29    阅读次数:167
crs自动清除日志的时候没有释放文件,bug17034444 的解决办法
在巡检数据库的时候,发现grid的安装目录非常大,于是进行了进一步的排查,发现有很多*.l10的日志已经删除了,但是并没有释放,使用lsof命令可以看到lsof|grepdelete[smisa@smidb11oraagent_grid]$sudolsof|grepdelete|grep-E"oraagent|audit"oracle18375grid33wREG253,181054987..
分类:其他好文   时间:2015-08-27 19:21:35    阅读次数:311
解题报告 之 HDU5335 Walk Out
bfs,多校,HDU5335 In an maze, the right-bottom corner is the exit (position is the exit). In every position of this maze, there is either a or a written on it. An explorer gets lost in this grid. His position now is , and he wants to go to the exit. Sin...
分类:其他好文   时间:2015-08-27 16:45:12    阅读次数:227
ICEGrid部署和测试
部署环境:使用4台服务器来部署grid应用,必须把4台服务器的防火墙都关闭 Register主服务:192.168.10.11, Register从服务:192.168.11.12, Node1:192.168.10.13 Node2:192.168.10.14 客户端:192.168.11.44   注:以下是windows下部署方案,linux部署类同,配置文件可以复用。   ...
分类:其他好文   时间:2015-08-27 15:24:15    阅读次数:667
Echarts-axislabel文字过长导致显示不全或重叠
先看两张图按目前情况,官方并为对axislabel的高度或者宽度做调整。所以解决方案只能从其他方案下手解决方案有几种第一种为上图解决方案设置grid属性定义图的大小来释放空间,使得axislabel有足够的空间/** 参数传值全部为数组 * @param names x轴值 * @param xyc...
分类:其他好文   时间:2015-08-27 11:02:01    阅读次数:113891
GridView,ExpandableListView,AutoCompleteTextView和Spinner
1、GridViewgridview 和昨天说的listview相似,不同的是,gridview可以设置多行显示。 结合昨天listview与gridview总结出使用的步骤(以gridview为例);新建module工程,会产生一个MainActivity和layout下的main_grid.xml文件。如下所示:这个文件我理解成是整体的构架,这里面可以写ListView或者GridVie...
分类:其他好文   时间:2015-08-26 22:31:03    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!