datagrid传值url
方法1:
<input type="hidden" id="sortid">
<table id="dg" class="easyui-datagrid" title="标题"  data-options="iconCls: 'icon-save',singleSelect: false,sortOrder:'desc',toolbar: '#tb',idField:'id', url: '${ctx }/shzy/Manager?sortid='+$("#sortid").val(),method: 'post',pagination:true,fitColumns:false,fit:true,height:420,sortName:'serialNumber',">
    <thead>
<tr>
<th data-options="field:'ck',checkbox:true"></th>
<th data-options="field:'serialNumber',width:80,align:'center',sortable:'true'">流水号</th>
<th data-options="field:'recordTime',width:90,align:'center',sortable:'true'">录入时间</th>
<th data-options="field:'recordOperator',width:90,align:'center',sortable:'true'">录入人员</th>
<%--<th data-options="field:'source',width:80,align:'center',sortable:'true'">来源</th>--%>
<th data-options="field:'title',width:180,align:'center',sortable:'true'">标题</th>
<th data-options="field:'content',width:320,align:'center'">主要内容</th>
<%--<th data-options="field:'exp2',width:100,align:'center',sortable:'true'">分类</th>--%>
<th data-options="field:'annex',width:80,align:'center',hidden:'true'">附件</th>
</tr>
</thead>
</table>
方法2:
<table id="dg" toolbar="#tb"></table>

$('#dg').datagrid({
idField : 'id',
title:"社会资源管理",
url:"/ccewis/shzy/Manager?sortid="+document.getElementById('sortid').value,

fit : true,

height:420,
loadMsg : '数据加载中...',
pageSize:10,
method:'post',
pagination:true,
sortName:'serialNumber',
sortOrder:'desc',
pageList:[10,20,30,40,50],
columns:[[
{field:'ck',checkbox:true},
{field:'id',title:'id',hidden:true},
{field:'serialNumber',title:'流水号',width:80,align:'center',sortable:true},
{field:'recordTime',title:'录入时间',width:90,align:'center',sortable:true},
{field:'recordOperator',title:'录入人员',width:90,align:'center',sortable:true},
{field:'source',title:'来源',width:80,align:'center',sortable:true},
{field:'title',title:'标题',width:180,align:'center',sortable:true},
{field:'content',title:'主要内容',width:320,align:'center',sortable:true},
{field:'exp2',title:'分类',width:100,align:'center',sortable:true},
{field:'annex',title:'附件',width:80,align:'center',sortable:true}
]],
overflow : false,
fitColumns : false,
singleSelect : false
});

 

jsp中 url传参到后台的参数获取的更多相关文章

  1. jsp 的url传参中文乱码问题解决办法

    在js文件中,使用连接jsp的url传参,如果参数是中文会出现乱码问题,如下可以解决: 方法一:(已确认 可行) String username = new String(request.getPar ...

  2. 在IE浏览器中url传参长度问题

    1.在这之前我一直以为,应该说是并没有去思考过,url地址传参的长度限制问题:知道在项目材料价格系统中遇到之后,才对这个问题进行了具体的探索.IE中最大的长度限制为2084个,用于get传递数据的长度 ...

  3. get请求中url传参中文乱码问题

    在项目中经常会遇到中文传参数,在后台接收到乱码问题.那么在遇到这种情况下我们应该怎么进行处理让我们传到后台接收到的参数不是乱码是我们想要接收的到的,下面就是我的一些认识和理解. 一:get请求url中 ...

  4. get请求中url传参中文乱码问题--集锦

    一:get请求url中带有中文参数,有三种方式进行处理防止中文乱码 1.如果使用tomcat作为服务器,那么修改tomcat配置文件conf/server.xml中,在  <Connector  ...

  5. Struts2学习-jsp中超链接传参问题

    今天在学习过程中对struts2中超链接的传参问题产生了一些疑惑,不明白jsp中的超链接如何将参数传到Action方法中去的. <s:iterator value="categorys ...

  6. js 获取纯web地址栏中URL传参

       function GetQueryString(name)    {         var reg = new RegExp("(^|&)"+ name +&quo ...

  7. URL传参时中文参数乱码的解决方法

    URL传参时,中文参数乱码的解决: 今天在工作中遇到了这样的一个问题,在页面之间跳转时,我将中文的参数放入到url中,使用location进行跳转传参,但是发现接收到的参数值是乱码.我的代码是这样写的 ...

  8. 点击div 跳转并通过URL传参

    点击div前要先给div绑定要传的参数: //给panel绑定自定义属性,方便在跳转时传带参数,键/值对排列 panel.attr("user_age",user_age); pa ...

  9. 关于微信浏览不能URL传参,URL中的问号被删除

    关于微信浏览不能URL传参,URL中的问号被删除. 尼玛难道没有人遇到过这个问题?看了微信支付SDK3.0的代码,看到urlencode 看到了几次.实际上 在微信浏览器下 header('locat ...

随机推荐

  1. springboot启动器:spring-boot-starter

    今天想要导入thymeleaf的依赖,但是又不想从其他博复制粘贴,于是去spring官方文档找一找 在idea新建的springbootweb项目中,有一个HELP.md文件,里面包含spring w ...

  2. python爬取凤凰网站的新闻,及其链接地址,来源,时间和内容,用selenium自动化和requests处理数据

    有写规则需要自己定义判断. import requests from selenium import webdriver import time def grasp(urlT): driver = w ...

  3. springcloud系列13 config的客户端使用

    config客户端的使用: 也是首先要引入依赖: <dependency> <groupId>org.springframework.cloud</groupId> ...

  4. ON_WM_TIMER() void (__cdecl xx::* )(UINT)”转换为“void (__cdecl CWnd::* )(UINT_PTR)

     ON_WM_TIMER()在编译器从32位转换为64位的时候, 出现的问题; class CFlatComboBox : public CComboBox   (基类为CWnd) 为了重载CWnd的 ...

  5. Easy Excel导出

    @GetMapping(value = "/down2") public void down2(HttpServletResponse response) throws Excep ...

  6. [NOIP2019模拟赛]夹缝

    夹缝 问题描述: 二维空间内有两面相对放置的,向无限远延伸的镜子,以镜子的方向及其法向量建立坐标系,我们选定一个法向量方向下面称“上”.在镜子上的整数位置,存在着一些传感器,传感器不影响光线的反射,光 ...

  7. 基于windows消息的响应USB插入或取出

    导语:当有设备进入windows时,系统会向所有的应用层发送WM_DEVICECHANGE消息.进一步根据相应的事件判断设备. LRESULT CALLBACK WndProc(HWND hWnd, ...

  8. cycloneii LAB-wide signals

    8 available LAB-width signals - 2 clocks - 2 clock enables - 2 asynchronous clears // - 1 asynchrono ...

  9. php中date() 函数

    实例 格式化本地日期和时间,并返回格式化的日期字符串: <?php // Prints the day echo date("l") . "<br>&q ...

  10. jeecms v9 vue-CLI开发环境配置

    vue-CLI开发环境配置 Vue.js 提供一个官方命令行工具,可用于快速搭建大型单页应用.该工具提供开箱即用的构建工具配置,带来现代化的前端开发流程.只需几分钟即可创建并启动一个带热重载.保存时静 ...