上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 69 下一页
摘要: 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 海乐学习 阅读(199) 评论(0) 推荐(0) 编辑
摘要: easyui-datagrid 显示和隐藏 有点特殊 正常使用的 style="display:none;" 不起作用 需要在 外面套一个 easyui-panel ,控制 easyui-panel 来间接控制 easyui-datagrid <div id='div_toexcel' class= 阅读全文
posted @ 2023-06-14 15:50 海乐学习 阅读(732) 评论(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 海乐学习 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 页面上有两个 easyui-datagrid 组件 grid 用于显示 grid_toexcel 用于导出 目的 将 grid 克隆至 grid_toexcel 使 grid_toexcel 与 grid 的表结构完(列)全一样,但数据并不克隆 html <table id='grid' class 阅读全文
posted @ 2023-06-14 15:30 海乐学习 阅读(69) 评论(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 海乐学习 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 这里是不是 easyui-datagrid 不重要了,是将easyui-datagrid的数据转到table,再将 table导出Excel 使用了 js-xlsx js-xlsx 文件可自行搜索下载 ,参考 https://www. 阅读全文
posted @ 2023-06-14 15:13 海乐学习 阅读(2030) 评论(0) 推荐(1) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 前端 easyui-datagrid 导出Excel 使用了 datagrid-export.js datagrid-export.js 文件可自行搜索下载 优点:查询结果显示在datagrid中(可以分页),前端直接下载不用回后端, 阅读全文
posted @ 2023-06-14 14:37 海乐学习 阅读(716) 评论(0) 推荐(0) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端 php 前端 easyui-datagrid 导出Excel 使用了 datagrid-export.js datagrid-export.js 文件可自行搜索下载 优点:查询结果显示在datagrid中(不能分页),前端直接下载不用回后端, 阅读全文
posted @ 2023-06-14 13:01 海乐学习 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 这个示例使用 前端 easyui-datagrid 后端php 其中前端是不是 easyui-datagrid 不重要,这个方法主要是使用后端 php 来实现导出Excel 优点:现在的应用中大部分是分页显示的,在前台只显示一部分,但导出Excel是要看全部的。所以此时用前端js导出则不太好实现。 阅读全文
posted @ 2023-06-14 11:28 海乐学习 阅读(275) 评论(0) 推荐(0) 编辑
摘要: mysql索引类型 mysql索引类型normal,unique,full text的区别是什么? normal:表示普通索引 unique:表示唯一的,不允许重复的索引,如果该字段信息保证不会重复例如身份证号用作索引时,可设置为unique full textl: 表示 全文搜索的索引。 FULL 阅读全文
posted @ 2023-06-06 11:06 海乐学习 阅读(736) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 69 下一页