原创 日期插件My97DatePicker(結束日期必定大於開始日期)

<div class="control-group"> <label class="control-label">開始時間:</label> <div class="controls"> <input name="s

原创 BufferedReader按行讀取數據進行處理

List<String> list = new ArrayList<String>();                     InputStream importFile = ftp.downloadMetadata(dirname,

原创 心情

  年輕的時候感覺整個世界都是自己的。年老的時候是整個世界是你們年輕人的了。。。   做事最怕不認真,認真起來才能做到完美。。。(17-9-19)   世界那麼大我想去看看,致失敗的人。。。(17-9-20)   願你今日所有的艱辛,都可

原创 js 對焦點的處理

例: <ul class="nav_c_ul"> <a class="nav_c_ul_a focus" href="javascript:void(0)" onclick="location.href='/infopublish/col

原创 freemarker if else 判斷使用與其他標籤含義

一:[#if list?? && (list?size gt 0)] 內容   [/#if]//list不爲空並且list的size大於0 二:[#if list?? && list?size gt 0 ]   內容 [#elseif 

原创 marquee標籤 中文字水平滾動

<marquee>標籤,它是成對出現的標籤,首標籤<marquee>和尾標籤</marquee>之間的內容就是滾動內容。<marquee>標籤的屬性主要有behavior、bgcolor、direction、width、height、hs

原创 img 標籤 訪問圖片 返回403 forbidden問題

解決方法:<meta name="referrer" content="no-referrer" /><!--頁面頭部添加--> 轉自:[img 標籤 訪問圖片 返回403 forbidden問題](https://www.cnblogs

原创 js拼接普通SELECT變爲select2樣式下拉框

html: <table id="ruleTable" class="table" style="width:274px">                     <thead>                         <tr>

原创 easyui 動態必填項提示

方法一: $.extend($.fn.validatebox.methods, {             remove: function(jq, newposition){                 return jq.each

原创 JBox使用詳解

jbox使用詳解-很全很普及

原创 window.open相關事宜

1:window.open打開jsp(html)頁面 window.open ("…/jsp/infoForm.jsp?id="+ id, “newwindow”, “height=400, width=700, toolbar=no

原创 input datalist 文本框輸入下拉匹配數據庫中數據

jsp頁面: <table id="recommendTagTable" border="0">                     <thead>                         <tr style="backgro

原创 easyui combobox 賦值,取值,默認選中。

             //賦值(多選下拉框選中)                       $('#tvType').combobox('setValues',值.split(','));              //取值(多選下

原创 java獲得本機ip

    public static String getIpAddress(){         try {             Enumeration allNetInterfaces = Netw