步步為營

          2006年4月8日

          table 與 div的關(guān)系

          table的寬度百分比取決于父對象的寬度,父對象常見為div,


          常見錯誤

          <div?style="width:100%">
          ???
          <table?style="width;100%;margin:10px"
          </div
          >
          這種情況下,table 肯定將獲得div的全部寬度,不會因為margin而進行改變。所以要想保持美觀,盡量不要在table上加margin, 正確寫法如下:

          <div?style="width:100%;margin:10px">
          ???
          <table?style="width;100%"
          </div
          >


          小經(jīng)驗,分享之

          posted @ 2006-04-08 11:42 java門客 閱讀(497) | 評論 (1)編輯 收藏

          2005年10月25日

          Generic Type

          近日,碰到類似于“ ...raw type list..”字樣的提示,研究發(fā)現(xiàn),J2SE 5.0有了一個新的變化,就是generic概念,詳細請看:
          http://java.sun.com/docs/books/tutorial/java/javaOO/gentypes.html

          問題自然就會得到答案。

          提供一例:
          假設(shè)你要建立一類Product的arraylist,代碼應(yīng)為:
          List<Product> result = new ArrayList<Product>();
          result.add(new Product());
          以前的寫法為:
          List result = new ArrayList();
          result.add(new Product());
          其中奧妙看那篇文章吧。:)

          posted @ 2005-10-25 14:22 java門客 閱讀(166) | 評論 (0)編輯 收藏

          2005年10月14日

          UrlRewrite2.5.x 手冊注解

          1、run元素對應(yīng)的class的方法必須為public

          <run> element
          Allows you to run a method on an object when a rule and it's conditions are matched.

          Attribute Explanation 
          class (default) The class you want to run a method on. Must be a fully qualified name. 
          method (optional, default run) The method you want to run, the method must have the parameters (HttpServletRequest, HttpServletResponse) e.g. run(HttpServletRequest request, HttpServletResponse response) 
          Note, if init(ServletConfig) or destroy() is found they will be run at when creating or destroying an instance.  
          neweachtime (optional, default false) If you want new instance of the class to be created before running each time set to true. 

          When the rule in the following example is matched, WorldServlet.goGet(HttpServletRequest, HttpServletResponse) will be invoked, the request will then be forwarded to /world-presentation.jsp.

              
          <rule>
              
          <from>^/world/[a-z]+/[a-z]+$</from>
              
          <run class="com.blah.web.WorldServlet" method="doGet" />
              
          <to>/world-presentation.jsp</to>
              
          </rule>
          Note, you can specify init-param's the same way you would for a servlet.

              
          <run class="com.blah.web.MyServlet" method="doGet">
              
          <init-param>
              
          <param-name>someParamName</param-name>
              
          <param-value>10</param-value>
              
          </init-param>
              
          </run>

          posted @ 2005-10-14 20:10 java門客 閱讀(269) | 評論 (0)編輯 收藏

          僅列出標題  
          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          導(dǎo)航

          統(tǒng)計

          常用鏈接

          留言簿(1)

          隨筆檔案

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 许昌市| 金塔县| 广德县| 陈巴尔虎旗| 岳阳县| 榆中县| 德钦县| 正定县| 北票市| 苏尼特左旗| 临朐县| 婺源县| 株洲县| 青海省| 伊通| 绵阳市| 丽江市| 孟连| 友谊县| 冀州市| 邻水| 广昌县| 大港区| 云浮市| 商都县| 阿拉善盟| 喜德县| 准格尔旗| 璧山县| 股票| 株洲县| 泸水县| 东乡族自治县| 新兴县| 抚顺市| 鄂托克前旗| 桃源县| 万安县| 宁陵县| 宿迁市| 昌图县|