`
fendou-cheng
  • 浏览: 12150 次
  • 性别: Icon_minigender_1
  • 来自: 河北石家庄
社区版块
存档分类
最新评论
文章列表
 var rownum = new Ext.grid.RowNumberer({   align:"center",header : '序号',width : 50,renderer:function(value,metadata,record,rowIndex){     //直接写  function(value) 没有返回值    return '<div align="center">'+ (rowIndex+1)+'</div>';  //重点是这}}); <!-- Baidu Button BEGIN - ...
//得到当前年月日时分   SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmm");   Calendar nowTime = Calendar.getInstance();   nowTime.add(Calendar.MINUTE, 5);    //当前时间加上五分钟   String dateTime = dateFormat.format(nowTime.getTime());      //得到当前年月日   SimpleDateFormat format = new SimpleDa ...
     <select name="REMINDERTYPE" id="REMINDERTYPE" style="width:100px;" >            <option <#if remindertype?default('')?html =="0">selected</#if> value="0" >一般督办</option>            <option <#if remindertype?def ...

jxl 导出excle

    博客分类:
  • jxl
WritableWorkbook book = Workbook.createWorkbook(response    .getOutputStream());  WritableSheet sheet = book.createSheet("交办卡片", 0);  try {   WritableFont rFont = new WritableFont(WritableFont.ARIAL, 14,     WritableFont.BOLD, false, UnderlineStyle.NO_UNDERLINE,     Colour.BLACK);   Writab ...
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 h.rowguid = t.rowguid           and h.workitemid = (select w.workitemid                               ...
var xmlHttpRequest;var temp ;function createXMLHttpRequest() { if (window.xmlHttpRequest) {  xmlHttpRequest = new XMLHttpRequest(); } else {  xmlHttpRequest = new ActiveXObject("Microsoft.XMLHTTP"); }} function autoSendRequest(v,s) { temp = s; createXMLHttpRequest();    if(document.getEl ...
//增加 function bindMy97(el) { unbindMy97(el); $(el).click(function() {  WdatePicker({skin:'whyGreen'}); }).addClass('Wdate').attr('disabled', false);} //去除my97 function unbindMy97(el) { $(el).unbind('click').removeClass('Wdate').attr('disabled', true);}
ora-01033:oracle initialization or shutdown in progress 解决方法     今天win7除了死机了,只好强制关机重启。 再用PL/SQL Developer 登录oracle数据库就出现了这个问题:   如果以normal登录就出现提示:ora-01033:oracle initialization or shutdown in progress 。 如果以sysdba登录 可以进去,但是出现提示:数据库无法访问。 解决办法如下: 在DOS环境下   sqlplus /NOLOG SQL>connec ...
查看软件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 ...
function edit(readonly) { if(readonly){  $("#dlg-edit").dialog({title:'查看试验风光'});   $('#dlg-edit .easyui-linkbutton').hide(); }else{  $("#dlg-edit").dialog({title:'编辑试验风光'});   $('#dlg-edit .easyui-linkbutton').show(); } var node = $('#TDM_TEST_PIC').datagrid('getSelected'); $('#f ...
<html><head><title></title><link style="text/css" rel="stylesheet" href="../参考资料/JQuery/jquery-easyui-1.1.2/themes/default/easyui.css"><script src="jquery-1.4.2.min.js"></script><script src="jquery.easyu ...
Global site tag (gtag.js) - Google Analytics