摘要: $.extend($.fn.treegrid.methods, { addEditor: function (jq, param) { if (param instanceof Array) { $.each(param, function (index, item) { var e = $(jq) 阅读全文
posted @ 2020-03-31 16:02 依楼听雨眠 阅读(525) 评论(0) 推荐(0)
摘要: 首先:查询数据那些表被锁定<br>1. SELECT l.session_id sid, s.serial#, l.locked_mode,l.oracle_username, l.os_user_name,s.machine, s.terminal, o.object_name, s.logon_ 阅读全文
posted @ 2020-03-31 15:56 依楼听雨眠 阅读(426) 评论(0) 推荐(0)
摘要: <br>1.重写simpleAdapter 方法<br>@Override public HashMap<String,String> getItem(int position) { // TODO Auto-generated method stub return listItem.get(pos 阅读全文
posted @ 2020-03-31 15:54 依楼听雨眠 阅读(266) 评论(0) 推荐(0)
摘要: protected static final int CAMERA_RESULT = 0; private String fileName; private Button takePhotoBn; private String imageFilePath; private ImageView imv 阅读全文
posted @ 2020-03-31 15:53 依楼听雨眠 阅读(277) 评论(0) 推荐(0)
摘要: 基本介绍: showModalDialog() (IE 4+ 支持) showModelessDialog() (IE 5+ 支持) window.showModalDialog() 方法用来创建一个显示HTML内容的模态对话框。 window.showModelessDialog() 方法用来创建 阅读全文
posted @ 2020-03-31 15:52 依楼听雨眠 阅读(263) 评论(0) 推荐(0)
摘要: delete from 表 where [重复字段] in (select [重复字段] from 表 group by 字段 having count([字段]) > 1) and ID not in (select min(ID) from [表] group by [字段] having co 阅读全文
posted @ 2020-03-31 15:50 依楼听雨眠 阅读(174) 评论(0) 推荐(0)
摘要: 解决方法:根据单元格内容长度,设置单元格所在行的行高 public static float getExcelCellAutoHeight(string strtest, float fontCountInline) { float defaultRowHeight = 18.00f;//每一行的高 阅读全文
posted @ 2020-03-31 15:49 依楼听雨眠 阅读(701) 评论(0) 推荐(0)
摘要: 1.第一步获取前台DataGrid中的数据 var rows = $('#tb).datagrid("getRows"); if (rows.length == 0) { $("#ShowMsg").html("没有数据可供导出!"); return; } var columns = new Arr 阅读全文
posted @ 2020-03-31 15:46 依楼听雨眠 阅读(460) 评论(0) 推荐(0)
摘要: 作者:Eason 编写日期:2018/07/31 联系方式:13920409462 1. Extension 说明 virtualjdbc extension 提供了虚拟JDBC驱动程序的实现。 通过此 Extension,可以使用来自网络外部的虚拟JDBC连接以高效的方式对Hybris数据库运行查 阅读全文
posted @ 2020-03-31 15:45 依楼听雨眠 阅读(130) 评论(0) 推荐(0)