摘要: 1、淘宝网((精确到省份)API地址: http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=手机号码2、百度(精确到地市)API地址:http://m... 阅读全文
posted @ 2018-09-27 17:40 vtopqx 阅读(34) 评论(0) 推荐(0)
摘要: Easyui DataGrid Spring mvc poi 数据导出Excel,具体代码:1、html: 导出2、JS实现,(用Ajax无法导出)$(document).ready(function(){ //... 阅读全文
posted @ 2018-09-27 16:01 vtopqx 阅读(17) 评论(0) 推荐(0)
摘要: easyui-combobox根据数据库查询绑定数据,如下:1、html 2、JS:绑定查询://下拉框值加载$("#st_cmpy").combobox({ url: basePath+'/compy/g... 阅读全文
posted @ 2018-09-27 15:38 vtopqx 阅读(203) 评论(0) 推荐(0)
摘要: easyui-datebox默认格式为 10/12/2018 1、设置格式化月份,将easyui-datebox日期控件格式设置为自定义形式,如:2018-09,只显示年月,如下:html如下:JS设置:$(do... 阅读全文
posted @ 2018-09-27 15:15 vtopqx 阅读(232) 评论(0) 推荐(0)
摘要: Java使用Spring MVC以及Mybatis实现 DataGrid的增删改查/分页,以Mysql数据库为例,效果: 具体代码如下:0、数据库脚本:CREATE TABLE `compy` ( `id` b... 阅读全文
posted @ 2018-09-27 15:02 vtopqx 阅读(50) 评论(0) 推荐(0)