隨筆-193  評論-715  文章-1  trackbacks-0
          @import url(http://www.aygfsteel.com/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css); 1、表格中的內容過長時,不換行,顯示省略號并Tooltip。
          1<table width="200px" style="border:1px solid #000000;table-layout:fixed;word-wrap:break-word;word-break:break-all;"> 
          2    <tr>
          3    <td  style="font-size: 11px;text-overflow:ellipsis;overflow:hidden;white-space: nowrap;">
          4    dfasdfdsf sdfsaf sdfdsfs dfsaf sdfds fsdfsaf sdfds fsdfsaf sdfd sfsdfsaf</td>
          5    </tr> 
          6</table> 
          注意,表格的樣式應設置如下內容:
             table-layout:fixed;word-wrap:break-word;word-break:break-all;
          TD則應設置如下樣式:
             text-overflow:ellipsis;overflow:hidden;white-space: nowrap;
          當然,你可以把這些樣式放到樣式表里面去。

          2、在HTML頁面中顯示分數,可用如下格式:
          &frac12;
          &frac34;
          &frac13;

          3、使response中顯示的文件名是中文的,可以這樣:
          res.setContentType("application/vnd.ms-excel");
              res.setHeader(
          "Content-Disposition""attachment;filename="
                              
          + new String(targetFileName.getBytes("big5"), "ISO_8859_1"));
          attachment可以改為inline,這樣就會直接顯示在頁面上,而不是下載方式。
          如果不寫第二句,也會直接顯示在頁面上。
          posted on 2006-08-18 16:40 Robin's Programming World 閱讀(1375) 評論(1)  編輯  收藏 所屬分類: Java

          評論:
          # re: Java Web開發中Web層小技巧集錦(不斷更新) 2006-10-28 12:11 | redhatlinux10
          good but only for ie.期待兼容firefox的版本。  回復  更多評論
            
          主站蜘蛛池模板: 随州市| 翁源县| 通江县| 滦平县| 得荣县| 蒙自县| 常州市| 焦作市| 内乡县| 寻乌县| 双鸭山市| 勐海县| 晋宁县| 沈丘县| 池州市| 尚志市| 汽车| 城口县| 长岛县| 无极县| 永寿县| 灵山县| 沽源县| 崇州市| 丹东市| 沐川县| 应用必备| 文昌市| 漾濞| 西安市| 洮南市| 武宁县| 屏山县| 绵竹市| 永登县| 合作市| 库车县| 定西市| 大足县| 汨罗市| 莱州市|