会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芜明-追星
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
12
13
14
15
16
17
18
19
20
···
40
下一页
2016年9月27日
JQuery EasyUI DataGrid动态合并(标题)单元) 一
摘要: JS: /** * EasyUI DataGrid根据字段动态合并单元格 * @param fldList 要合并table的id * @param fldList 要合并的列,用逗号分隔(例如:"name,department,office"); */ function MergeCells(ta
阅读全文
posted @ 2016-09-27 09:45 芜明-追星
阅读(953)
评论(0)
推荐(0)
2016年9月26日
字典表左右选择
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or
阅读全文
posted @ 2016-09-26 09:56 芜明-追星
阅读(161)
评论(0)
推荐(0)
treegrid-dnd.js
摘要: (function($){ $.extend($.fn.treegrid.defaults, { onBeforeDrag: function(row){}, // return false to deny drag onStartDrag: function(row){}, onStopDrag:
阅读全文
posted @ 2016-09-26 09:54 芜明-追星
阅读(498)
评论(0)
推荐(0)
MySQL开发规范
摘要: MySQL开发规范 1. 简介 持续借鉴、收集并整理一些开发规范和技巧,期望能更充分利用MySQL的特性,得到更好的性能。 规范是死的,人是活的。 现在定义的规范,是为以后推翻准备的。 1.1 目的 提供给开发人员参考,方便写成更有效率的开发。 1.2 范围 文档涉及的范围:需要基于MySQL做应用
阅读全文
posted @ 2016-09-26 09:53 芜明-追星
阅读(354)
评论(0)
推荐(0)
contract
摘要: <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%@ include file="/include/head.jsp"%><%@taglib prefix="fm" uri="http://java.sun.c
阅读全文
posted @ 2016-09-26 09:52 芜明-追星
阅读(549)
评论(0)
推荐(0)
打印-print.js
摘要: //打印开始// strPrintName 打印任务名// printDatagrid 要打印的datagridfunction CreateFormPage(ctx,strPrintName, printDatagrid) { var tableString = '<div align="cent
阅读全文
posted @ 2016-09-26 09:42 芜明-追星
阅读(844)
评论(0)
推荐(0)
日期-date.js
摘要: Date.prototype.format = function(format) { var o = { "M+" : this.getMonth() + 1, // 月 "d+" : this.getDate(), // 天 "h+" : this.getHours(), // 时 "m+" :
阅读全文
posted @ 2016-09-26 09:41 芜明-追星
阅读(293)
评论(0)
推荐(0)
easyui添加删除tooltip
摘要: /** * 扩展两个方法 */$.extend($.fn.datagrid.methods, { /** * 开打提示功能 * @param {} jq * @param {} params 提示消息框的样式 * @return {} */ doCellTip: function (jq, para
阅读全文
posted @ 2016-09-26 09:40 芜明-追星
阅读(1301)
评论(0)
推荐(0)
datagrid columns
摘要: columns: [[ { field: 'Source_Id', title: 'Source_Id', hidden: true }, //{ field: 'Current_Value', hidden: true }, { field: 'Source_Type_Id', title: 'S
阅读全文
posted @ 2016-09-26 09:32 芜明-追星
阅读(670)
评论(0)
推荐(0)
easyui_extension.js
摘要: $.extend($.fn.datagrid.methods,{ /** * 开打提示功能 * * @param {} * jq * @param {} * params 提示消息框的样式 * @return {} */ doCellTip : function(jq, params) { func
阅读全文
posted @ 2016-09-26 09:31 芜明-追星
阅读(238)
评论(0)
推荐(0)
上一页
1
···
12
13
14
15
16
17
18
19
20
···
40
下一页
公告