Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

Android·¬ÍâÆª——XML layoutÓëCSS ×ªÔØ

   ¿ª·¢¹ýAndroidÓ¦ÓõÄͬѧÃǶ¼ÖªµÀ£¬Android¹¤³Ì-res-layout×ÊÔ´Îļþ¼ÐÏ´æ·Å×Å¿ØÖÆview²¼¾ÖµÄxmlÎļþ£¬ÎÒÃÇ¿ÉÒÔͬ¹ýgetViewById(int i)·½·¨£¬´ÓXMLÖй¹Ôìview¼°Æä×ÓÀ࣬ÔÚÕâ¸ö¹ý³Ìµ±ÖУ¬XMLÎļþÖеÄÒ»ÇÐlayoutÊôÐÔÒ²½«±»¸³ÓèÕâ¸öview¡£µ±È»£¬ÎÒÃÇÒ²Äܹ»Í¨¹ý´úÂëÀ´ÎªÄ³Ò»¸öviewÀ´ÉèÖÃlayout£¬ÄÇÊǺ󻰡£Í¨¹ý¶Ô¼¯ÖÐlayoutµÄ·ÖÎöºÍ±È½ÏÎÒ·¢ÏÖ£¬AndroidÖÐAbsoluteLayoutÓëCSSµÄ¾ø¶Ô¶¨Î»ºÜÏñ£¬TableLayoutÓëHTMLµÄ±í¸ñ¶¨Î»ºÜÏñ£¬¶øRelativeLayoutÓëCSSµÄÏà¶Ô¶¨Î»ºÜÏñ¡£Ç°Á½Õß¶¼ÒѾ­ÊÇÀÏÉú³£Ì¸ÁË£¬ÎÒÖØµã±È½ÏÒ»ÏÂ×îºóÒ»¶Ô£¬¼´RelativeLayoutÓëCSSµÄÏà¶Ô¶¨Î»£¨Position:relative£©¡£ÏÈ¿´Ò»¶ÎXML:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent" android:layout_height="fill_parent"
    android:orientation="vertical">
    <RadioGroup android:id="@+id/radioGroup"
        android:layout_width="fill_parent" android:layout_height="167px"
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical">
        <RadioButton android:id="@+id/Queen"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" android:text="@string/Queen">
        </RadioButton>
        <RadioButton android:id="@+id/Rook"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"&n


Ïà¹ØÎĵµ£º

´«ÖDz¥¿Íѧϰ×ܽá CSS²ãµþÑùʽ±í

CSS(Cascading Style Sheets)²ãµþÑùʽ±í×÷ÓÃÊǽ«ÍøÒ³ÄÚÈݺÍÏÔʾÑùʽ½øÐзÖÀ룬Ìá¸ßÁËÏÔʾ¹¦ÄÜ¡£
CSS´úÂë¸ñʽ£º
       Ñ¡ÔñÆ÷Ãû³Æ { ÊôÐÔÃû£ºÊôÐÔÖµ£»ÊôÐÔÃû£ºÊôÐÔÖµ£»……}
Ñ¡ÔñÆ÷£¨¶Ô²»Í¬µÄHTML±êÇ©½øÐпØÖÆ£¬²¢¸³Óè¸÷ÖÖÑùʽÉùÃ÷£¬¼´¿ÉʵÏÖ¸÷ÖÖЧ¹û£©£º
  ±êÇ©Ñ ......

cssÖÐ displayÊôÐÔºÍvisibilityµÄÇø±ð

display Property Values
ValueDescription
none
The element will generate no box at all
block
The element will generate a block box (a line break before and after the element)
inline
The element will generate an inline box (no line break before or after the element). This is default
inline-blo ......

Google XML Sitemaps×ÜÊÇÌáʾÎÞȨÏÞ£¿


ÔÚʹÓÃGoddadyÖ÷»úʹÓÃ
Google XML
Sitemaps²å¼þµÄʱºò£¬×ÜÌáʾÎÞȨÏÞ£¬¶øÊµ¼ÊÉÏÎÒÊÇÁËȨÏ޵ģ¬°Ñ²å¼þÏÂÔØµ½±¾µØ£¬Ò²ÊÇ¿ÉÒÔÕý³£Éú³ÉsitemapµÄ£¬Ôõô°ì£¿×ÔÈ»²»ÄÜÄѵ¹ÔÛ
Iter¡£
¼ìË÷¶à·½¼ì²é£¬·¢ÏÖÔÚ·þÎñÆ÷ÉÏ£¬¼ì²é·¾¶Ò»ÏîΪsitemap.xml£¬¶øÔÚ±¾µØ£¬¼ì²é·¾¶
Ϊd:\workstation\site\iove.net\sitemap.xml£¬Ò²¾ÍÊÇ˵ ......

CssÌõ¼þÑùʽ±í

CssÖеÄÌõ¼þÑùʽ±í
<!--[if lte IE 6 ]>
<link rel="stylesheet" href="ie6.css" mce_href="ie6.css" media="all"
type="text/css"/>
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="ie7.css" mce_href="ie7.css" media="all"
type="text/css"/>
<![en ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ