`
chun521521
  • 浏览: 288360 次
  • 性别: Icon_minigender_1
  • 来自: 长春
社区版块
存档分类
最新评论
文章列表
    1.动态分页打印 .pageNext { page-break-after: always;}   将需要分页的地方加入 下面 代码即可 <p class="pageNext" /> 注:页面必须不能是绝对定位的布局,否在不能分页。       2.页眉页脚属性含义:   &w 网页标题 &u 网页地址 (URL) &d 短日期格式(由“控制面板”中的“区域设置”指定) &D 长日期格式(由“控制面板”中的“区域设置”指定) &t 由“控制面板”中的“区域设置”指定的时间格式 & ...
  @echo offecho 系统升级开始。。。xcopy e:\aaa\mwzjxx\*.* D:\J2EE\Tomcat6\webapps\mwzjxx /y /eecho 系统升级完成。。。echo. & pause      
    /** * 对trim()的扩展 */String.prototype.trim = function() {  return this.replace(/(^\s*)|(\s*$)/g, ""); };String.prototype.ltrim = function() {  return this.replace(/(^\s*)/g, ""); };String.prototype.rtrim = function() {  return this.replace(/(\s*$)/g, ""); }; /** * ...

日历

    博客分类:
  • js
日历控件,按月显示    

js iframe打印src内容

    博客分类:
  • js
  IE: document.all.printFrame.ExecWB(6,1);          
  oracle sql 指定记录 作为第一条表 user   字段  id  name  sex比如id=2的作为第一条记录  其他的按name排序   select id,name,sex, decode(id,2,0,1) orders from user order by orders,name;              
  转自http://lvdong5830.iteye.com/blog/1584556   留着自用
  网上N多贴都不通用,老子自己创造!   调用说明: <select class="easyui-combobox textbox" id="deps" name="deps"      data-options="required:true,valueField:'id',textField:'name',url:'sys/listDicByPid.do?pid=138000',onLoadSuccess: function(){selectFirst(this);},editable:false" ...
  1.easyui /** * 下拉框过滤 * @param q * @param row * @param keys Array型 * @return */function filterComboboxData(q, row, keys){ if(keys && keys.length > 0){  for(var i=0;i<keys.length;i++){   var result = row[keys[i]].toLowerCase().indexOf(q) > -1;   if(result == true){    return true ...
  easyui版本为:jQuery EasyUI 1.4.1 尝试了2天,单最终因为删除行(新建的、原有的)后,datagrid对剩余行不重新修订行号,导致取消、保存无法正常使用,最后不得不放弃,转而使用ext。 但是2天的摸索,还是找到了不少好知识点,以兹共享,码农共勉!       0.扩展只读text /* 扩展编辑器---只读文本框 */$.extend($.fn.datagrid.defaults.editors, {    textR: {        init: function(container, options){            var inp ...
  借鉴网上的大神做法,并改良之; 个人认为以名字去关闭实非上策,tabs重名就解决不了,匪夷所思,easyui为什么用title? 敝人使用索引关闭,以下实例,有图有真相:           1.菜单的html <div id="mainTabDiv" data-options="region:'center'" style="background: #eee; border: none;"></div>  <div id="mm" class=" ...
      css样式: .item-img{   display:inline-block;   vertical-align:middle;   width:16px;   height:16px;   cursor: pointer;  }  .item-text{   display:inline-block;   vertical-align:middle;   padding:3px 0 3px 3px;   cursor: pointer;  } jsp: <input id="icons" name="icons" ...
  引入jstl<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%><%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>     1.实现复选框 <td align="left" class="frormbg">           <input type=&quo ...
  hibernate下载 http://hibernate.org/orm/downloads/  
  spring framework 4.1.1最新版 http://repo.spring.io/release/org/springframework/spring/4.1.1.RELEASE/      
Global site tag (gtag.js) - Google Analytics