- 博客(11)
- 收藏
- 关注
原创 extjs RowNumberer 返回值 居中 .
var rownum = new Ext.grid.RowNumberer({ align:"center",header : '序号',width : 50,renderer:function(value,metadata,record,rowIndex){ //直接写 function(value) 没有返回值 return '<div align="cen...
2014-05-29 08:41:52 241
得到当前的时间并加5分钟
//得到当前年月日时分 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmm"); Calendar nowTime = Calendar.getInstance(); nowTime.add(Calendar.MINUTE, 5); //当前时间加上五分钟 String dateTime = da...
2013-12-12 16:53:05 862
freemarket 得到下拉列表框的值
<select name="REMINDERTYPE" id="REMINDERTYPE" style="width:100px;" > <option <#if remindertype?default('')?html =="0">selected</#if> value="0&quo
2013-12-02 09:07:40 161
jxl 导出excle
WritableWorkbook book = Workbook.createWorkbook(response .getOutputStream()); WritableSheet sheet = book.createSheet("交办卡片", 0); try { WritableFont rFont = new WritableFont(WritableFont.ARIAL,...
2013-11-22 14:02:09 93
原创 一对一对多关系 勿忘
select t.creatortime, t.title, gw.fwj_bh_mc || '[' || gw.fwj_bh_year || ']' || gw.fwj_bh_no as bh, '' as fs, (select h.username from wf_history_course h where ...
2013-11-21 14:20:58 108
纯js ajax调用action
var xmlHttpRequest;var temp ;function createXMLHttpRequest() { if (window.xmlHttpRequest) { xmlHttpRequest = new XMLHttpRequest(); } else { xmlHttpRequest = new ActiveXObject("Microsoft.XMLHTTP");...
2013-11-21 14:19:12 168
My97 老版本去掉onclick事件
//增加function bindMy97(el) { unbindMy97(el); $(el).click(function() { WdatePicker({skin:'whyGreen'}); }).addClass('Wdate').attr('disabled', false);}//去除my97function unbindMy97(el) { $(el).unbin...
2013-04-24 16:28:42 228
原创 ora-01033:oracle initialization or shutdown in progress 解决方法
ora-01033:oracle initialization or shutdown in progress 解决方法 今天win7除了死机了,只好强制关机重启。再用PL/SQL Developer 登录oracle数据库就出现了这个问题: 如果以normal登录就出现提示:ora-01033:oracle initialization or shutdown in...
2013-02-23 16:16:57 108
原创 Ubuntu使用命令大全
查看软件xxx安装内容#dpkg -L xxx查找软件#apt-cache search 正则表达式查找文件属于哪个包#dpkg -S filename apt-file search filename查询软件xxx依赖哪些包#apt-cache depends xxx查询软件xxx被哪些包依赖#apt-cache rdepends xxx增加一个光盘源#sudo apt-cdrom add系统升...
2012-12-22 14:19:43 584
jquery easyui 更改dialog的title名称
function edit(readonly) { if(readonly){ $("#dlg-edit").dialog({title:'查看试验风光'}); $('#dlg-edit .easyui-linkbutton').hide(); }else{ $("#dlg-edit").dialog({title:'编辑试验风光'}); $('#dlg-edit .easyui-li...
2012-12-18 15:51:15 1036
原创 jQuery EasyUI 的表单验证
<html><head><title></title><link style="text/css" rel="stylesheet" href="../参考资料/JQuery/jquery-easyui-1.1.2/themes/default/easyui.css"><script
2012-12-18 15:41:07 114
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人