自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (3)
  • 收藏
  • 关注

空空如也

jqgrid 二次封装上传 jqgrid 5.0以上版本

jqgrid二次封装,快速加载grid表格,不改变原有的使用习惯,增加一些默认处理逻辑 var grid = $.jqGrid.init({ url: "/component/config/select.html", add: {content:"/admin/component/config/configEdit.jsp",area: ['860px', '540px'],title:"添加系统组件配置"}, edit: {content:"/component/config/edit.html",area: ['860px', '540px'],title:"编辑系统组件配置"}, del: "/component/config/delete.html", layer:{add:true,edit:true}, multiselect: true, rownumbers: true,//显示序号 colModel: [ {name:'id',index:'id',label:"ID", width:60,key: true,hidden: true}, {name:'name',index:'name', label:"名称",width:150,sortable:false}, {name:'class',index:'class',label:"类路径",width:90,sortable:true}, {name:'type',index:'type',label:"类型",width:60,sortable:true,editable: true,"editoptions":{value:selectTypeData['B4D84A86E42842188FB2658D6A9092A9'].grid},"formatter":'select'}, {name:'url',index:'url', label:"编辑页面路径",width:70}, {name:'enterprise',index:'enterprise', label:"企业",width:60}, {name:'username',index:'username', label:"创建人",width:60}, {name:'time',index:'time',label:"创建时间",width:90,sortable:true}, {name:'description',index:'description',label:"描述"} ] }); 按钮实现多种处理逻辑具体请看源码

2019-04-25

resin 支持spring mvc 5.0以上版本 支持Hibernate validation

resin 支持spring mvc 5.0以上版本 支持Hibernate validation 下载使用即可版本为 resin-4.0.61

2019-04-25

aceadmin tree二次封装

aceadmin tree二次封装几行代码实现一个树结构加载 var tree = $.treeView.init({ url: "<%=basePath%>/menu/selectTree.html", element: "#tree"//默认ID可以不写 });支持一次加载数据支持参数传递,具体可下载看源码支持父节点多选 fueluxtree aceadmin都是最新版本

2019-04-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除