Java Ïß³Ì
Java.lang.Thread
Ïß³Ì---³ÌÐòµÄ²»Í¬Ö´Ðз¾¶
Ö÷Ïß³Ìmain·½·¨ ·ÖÖ§Ïß³Ì
Ïß³ÌµÄÆô¶¯·¢·¨£º
Á½¸ö
1.
ʵÏÖRunnalble½Ó¿ÚʵÏÖRUN
New Thread(new Runnable).start
2.¼Ì³ÐThreadʵÏÖRUN
New Thread().start
ÔÀí£º
½¨ÒéʹÓõÚÒ»ÖÖ·½·¨
×¢ÒâÇø·Ö·½·¨µ÷ÓÃrunÓëÏß³ÌÆô¶¯µÄ²»Í¬start
Thread.Sleep(1000); ÔÝÍ£¶¥³¤Ê±¼ä
t.Start();
t.Join(); ºÏ²¢£¬ÊÇÖ¸µ±Ç°Ï߳̽áÊøºó²Å¿ªÊ¼ÔËÐÐÆäËûÏß³Ì
t.Start();
t.Yield(); ÔÝʱÈóö×ÊÔ´£¬ÈøøÆäËûÏß³Ì
ÓÅÏȼ¶£º
priority
¿ÉÒÔÉèÖÃ
Ïß³Ìͬ²½¹Ø¼ü´Ê£º£¨ÔÚÒÔºóµÄÎÄÕÂÖÐÒ»Ò»½²½â£©
Synchronized ¼ÓËø
¶Ôµ±Ç°´úÂë¿é¼ÓËø
²»ÄÜÌ×׿ÓËø
Waitµ±Ç°¶ÔÏóÖÐÏß³ÌÍ£Ö¹¡£±ØÐëÊÇsynchronizedµÄ,µÃµ½ºó·ÅÆúËø¡£µÈ´ýnotify
Notify
Object.Wait()/Object.Notify();
notifyAll()
ËÀËø£º
³ÖÓв¢µÈ´ý
Ïà¹ØÎĵµ£º
1 SimpleDateFormatµ£µ±ÖØÈÎ,ÔõÑù¸ñʽ»¯¶¼ÐÐ
import java.util.Date;
import java.text.SimpleDateFormat;
public class Demo
{
public static void main(String[] args)
{
Date now=new Date();
SimpleDateFormat f=newSimpleDateFormat("½ñÌìÊÇ"+"yyyyÄêMMÔÂddÈÕ E kkµãmm·Ö");
System.out.println(f.fo ......
Java2ºËÐļ¼ÊõµÚÆß°æÖÐÎİæµÚ¶þ¾í
µÚ600Ò³£¬¾¯¸æ´¦ÕâÑù˵£º
Èç¹û½«jar·ÅÈëjre/lib/extĿ¼ÖУ¬²¢ÇÒÔÚËüµÄÀàÖÐÓÐÒ»¸öÀàÐèÒªµ÷ÓÃϵͳÀà»òÕßÀ©Õ¹À࣬ÄÇô¾Í»áÓöµ½Âé·³¡£À©Õ¹Àà¼ÓÔØÆ÷²¢²»Ê¹ÓÃÀà·¾¶¡£
¸Õ¶Áµ½ÕâÀïÊ®·Ö²»½â£¬ÎªÊ²Ã´Óõ½ÏµÍ³Àà»òÀ©Õ¹Àà»á·¢Éú´íÎ󣿲¢ÇÒÒ»¸öÀàÔõô¿ÉÄܲ»»áÓõ½ÏµÍ³ÀࣿÓÚÊÇ£¬ÕÒµ½Ó¢ÎİæÔÎÄÈ ......
½ñÌìÔÚhttp://www.51itdh.com/Õâ¸öÍøÕ¾ÉÏÕÒµ½ÓкöàJavaѧϰµÄ×ÊÁÏ£¬ËùÒÔÊÕ¼¯ÏÂÀ´¸ø´ó¼Ò·ÖÏíÏ¡£Õâ¸öÍøÕ¾Í¦¶à±à³ÌÕâ·½Ãæ×ÊÔ´µÄ¡£
1.JavaÑ§Ï°ÍøÕ¾:
JavaÖÐÎÄÊÀ½çÂÛ̳ http://www.chinajavaworld.com/index.jspa
JavaÊÀ¼ÍÍø &nbs ......
JAVA³ÌÐò·´±àÒ빤¾ß
ÏÂÔØµØÖ·£ºhttp://java.decompiler.free.fr/?q=jdgui
JD-GUI
JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.
JD-GUI is fre ......
Òì³£ÁÐ±í£º
1. java.lang.nullpointerexception
2. Java.lang.classnotfoundexception
3. Java.lang.arithmeticexception
4. Java.lang.arrayindexoutofboundsexception
5. Java.lang.illegalargumentexception
6. java.lang.illegalaccessexception
1. java.lang.nullpoi ......