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

java³ÌÐòÔ±ÇóÖ°£¬ÓÐÒâµÄ½øÀ´¿´¿´£¡


<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;
mso-font-charset:2;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
{font-family:ËÎÌå;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:SimSun;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
{font-family:ºÚÌå;
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-alt:SimHei;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:1 135135232 16 0 262144 0;}
@font-face
{font-family:"\@ºÚÌå";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:1 135135232 16 0 262144 0;}
@font-face
{font-family:"\@ËÎÌå";
panose-1:2 1 6 0 3 1 1 1 1 1;
mso-font-charset:134;
mso-generic-font-family:auto;
mso-font-pitch:variable;
mso-font-signature:3 135135232 16 0 262145 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0cm;
margin-bottom:.0001pt;
text-align:justify;
text-justify:inter-ideograph;
mso-pagination:none;
font-size:10.5pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:ËÎÌå;
mso-font-kerning:1.0pt;}
/* Page Definitions */
@page
{mso-page-border-surround-header:no;
mso-page-border-surround-footer:no;}
@page Section1
{size:595.3pt 841.9pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;
mso-header-margin:42.55pt;
mso-footer-margin:49.6pt;
mso-paper-source:0;
layout-grid:15.6pt;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:60295086;
mso-list-type:hybrid;
mso-list-template-ids:334421202 1450446840 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}


Ïà¹ØÎĵµ£º

java.lang.reflect.Method £¨java·´Éä»úÖÆ£©

¹«Ë¾Vac·½·¨¹ýÂËÆ÷ʹÓõ½·´Éä»úÖÆ£¬¶ÁÈ¡xmlÅäÖÃÎļþ¹ýÂËÓû§·ÃÎʵķ½·¨ÃûÊÇ·ñºÏ·¨¡£
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
        HttpServletRequest httpRequest = (HttpServletRe ......

µãÕó×Ö¿âÔÚJAVAÖеÄʵÏÖ

±¾ÎÄת×Ô£ºhttp://hi.baidu.com/%E6%AD%A3%E9%81%93%E6%B0%94%E5%8A%9F/blog/item/70a90e01e69516e708fa93c6.html
ÓÉÓÚ±¾ÈËÔÚ×ö MOTO ÊÖ»úÉϵÄÒ»¿îÔĶÁÆ÷
Anyview ʱ£¬²¢²»ÂúÒâÊÖ»ú×Ô´øµÄ×ֿ⣬Òò´Ë£¬Ê¹ÓÃÁËÍâ¹Ò×ֿ⣬ÔÚ±àÂë¹ý³ÌÖУ¬×ܽáÁËһЩ¾­Ñé£¬ÌØ¼Ç¼ÏÂÀ´Óë´ó¼Ò·ÖÏí¡£ËäÈ»ÔĶÁÆ÷ÊÇʹÓà J2ME
¿ª·¢£¬µ«Æä»ù±¾Ô­ÀíÊ ......

JAVA SE ÖеÄFile

 import java.io.File;

public class FileTest{
public static void main(String[] args){
scan("c:/file/ss");
}
public static void scan(String path){
if(path ==null)
return ;
File file = new File(path); //É ......

Ubuntu 10.04ϵĴSUN JAVA¿ª·¢»·¾³

ÏÂÃæÊǰ²×°ºÍÅäÖò½Öè
°²×°open-jdk-6£¬sudo apt-get install open-jdk-6£¨²»Öªµ½ÎªÊ²Ã´²»°²×°Õâ¸öÔËÐв»ÁËjavaºÍjavacÃüÁ£¡£¡£©
µ½oracle¹ÙÍøÏÂÔØjdk-6u20-linux-i586.binÎļþ
½«jdk-6u20-linux-i586.bin¸´ÖƵ½/usr/lib/jvm/javaÎļþ¼ÐÏÂ
ÔËÐÐsudo chmod a+x jdk-6u20-linux-i586.bin
ÔËÐÐsudo ./jdk-6u20-li ......

Java ClassLoader

Java ClassLoader (1) – What is a ClassLoader?
Java ClassLoader (2) – Write your own ClassLoader
Java ClassLoader (3) – Namespaces
Java ClassLoader (4) – Loading a custom ClassLoader on JVM start ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ