上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 68 下一页
摘要: 实际应用中常用于 显示 某一字段 有重复的 行 select callidunique from cti_cdr group by callidunique having count(1) >1 得出 callidunique字段 有重复的行 阅读全文
posted @ 2023-06-25 13:53 海乐学习 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 在天翼云主机 上安装的Wamp默认是无法外网访问的 需要改以下四个地方 一、wamp 在 httpd.conf 中改 允许外网访问 二、wamp 在 httpd.conf 中改 80端口 改为 81 (80端口需要备案) 三、在天翼云安全组 的 入方向规则 中加入 允许 Tcp 81端口 访问 四、 阅读全文
posted @ 2023-06-19 12:22 海乐学习 阅读(76) 评论(0) 推荐(0) 编辑
摘要: The mysql extension is deprecated and will be removed in the future: use mysq 翻译: mysql_connect这个模块将在未来弃用,请你使用mysqli或者PDO来替代。 解决方法: 打开php.ini 配置文件把 di 阅读全文
posted @ 2023-06-19 11:33 海乐学习 阅读(172) 评论(0) 推荐(0) 编辑
摘要: easyui-datagrid 显示和隐藏 有点特殊 正常使用的 style="display:none;" 不起作用 需要在 外面套一个 easyui-panel ,控制 easyui-panel 来间接控制 easyui-datagrid <div id='div_toexcel' class= 阅读全文
posted @ 2023-06-14 15:50 海乐学习 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 将 grid 组件克隆至 grid_toexcel 组件 表结构(列)及数据完全一样 html <table id='grid' class='easyui-datagrid' style='width:1250px;min-height:450px' title='列表' iconCls='ico 阅读全文
posted @ 2023-06-14 15:38 海乐学习 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 页面上有两个 easyui-datagrid 组件 grid 用于显示 grid_toexcel 用于导出 目的 将 grid 克隆至 grid_toexcel 使 grid_toexcel 与 grid 的表结构完(列)全一样,但数据并不克隆 html <table id='grid' class 阅读全文
posted @ 2023-06-14 15:30 海乐学习 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 通常在统计报表中会出现 求 合计的需求 easyui-datagrid 中 实现 合计 的示例 界面 html <div style='padding:0px 0px 15px 12px ;'> <table> <tr> <td style="width:65px;">登陆时间:</td> <td 阅读全文
posted @ 2023-06-14 15:19 海乐学习 阅读(573) 评论(0) 推荐(0) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 这里是不是 easyui-datagrid 不重要了,是将easyui-datagrid的数据转到table,再将 table导出Excel 使用了 js-xlsx js-xlsx 文件可自行搜索下载 ,参考 https://www. 阅读全文
posted @ 2023-06-14 15:13 海乐学习 阅读(2006) 评论(0) 推荐(1) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 前端 easyui-datagrid 导出Excel 使用了 datagrid-export.js datagrid-export.js 文件可自行搜索下载 优点:查询结果显示在datagrid中(可以分页),前端直接下载不用回后端, 阅读全文
posted @ 2023-06-14 14:37 海乐学习 阅读(602) 评论(0) 推荐(0) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 前端 easyui-datagrid 导出Excel 使用了 datagrid-export.js datagrid-export.js 文件可自行搜索下载 优点:查询结果显示在datagrid中(不能分页),前端直接下载不用回后端, 阅读全文
posted @ 2023-06-14 13:01 海乐学习 阅读(224) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 68 下一页