java exception javaÒì³£»ã×Ü(1)
java exception ½â¾ö·½°¸ - ÎÒµÄÒì³£Íø|Òì³£|exception 730 - org.hibernate.LazyInitializationException:could not initialize proxy 731 - ¾¯¸æ: Error setting value 732 - override and commit 733 - Building workspace has encountered a problem. Errors during build 734 - Could not open the editor: An unexpected exception was thrown 735 - Error creating the view.An error occurred while automatically activating bundle org.eclipse.jdt.ui 736 - java.lang.IllegalMonitorStateException 737 - java.lang.UnsupportedClassVersionError: Bad version number in .class file 738 - java.io.EOFException 739 - not allowed to send 740 - ÑÏÖØ: Error listenerStart 741 - Å×Òì³£ 742 - ActionContext.getContext().getSession() ±¨¿ÕÒì³£ 743 - Ϊʲô³ÌÐòÖÐÓÐÍ˳öµÄ´úÂëjava»¹ÒªÅ׳öÒì³£ÄØ£¿ 744 - java.lang.StringIndexOutOfBoundsException: String index out of range 745 - ÑÏÖØ: Exception starting filter struts2 746 - java.lang.OutOfMemoryError 747 - Exception starting filter struts2 748 - struts2Å××Ô¶¨ÒåÒì³£ 749 - ERROR 1064(42000) 750 - java.io.IOException:Credentials do not exist
Ïà¹ØÎĵµ£º
StrutsME Ò»¸öÇáÁ¿¼¶µÄÐòÁл¯ÐÒ飬ʹJ2ME¿Í»§¶ËÄܵ÷ÓÃStruts WebÓ¦ÓóÌÐò¡£
http://www.strutsme.org/
JsonME ÇáÁ¿¼¶ÊµÏÖJ2ME Json¡£
http://www.json.org/java/org.json.me.zip
MicroLog ÇáÁ¿¼¶µÄLOG
http://microlog.sourceforge.net/snapshot
Mobile Ajax for Java ME °üÀ¨ÁËXmlHttpRequest£¬jsonµÄÒ ......
Mysql
sudo netstat -tap | grep mysql
µ±ÄúÔËÐиÃÃüÁîʱ£¬Äú¿ÉÒÔ¿´µ½ÀàËÆÏÂÃæµÄÐУº
linuxidc@linuxidc-laptop:~$">linuxidc@linuxidc-laptop:~$ sudo netstat -tap | grep mysql
[sudo] password for linuxidc:
tcp &n ......
/**
* »ñµÃʵЧʱ¼ä,µ±Ç°Ê±¼äÍÆ³Ù1¸öÔµÄʱ¼ä<br>
*
* @return
*/
private String getInvalidationTime() {
String invalidationTime ......
ÔÚ·Ö²¼Ê½·þÎñ¿ò¼ÜÖУ¬Ò»¸ö×î»ù´¡µÄÎÊÌâ¾ÍÊÇÔ¶³Ì·þÎñÊÇÔõôͨѶµÄ£¬ÔÚJavaµ×²ãÁìÓòÖÐÓкܶà¿ÉʵÏÖÔ¶³ÌͨѶµÄ¼¼Êõ£¬ÀýÈ磺RMI¡¢MINA¡¢ESB¡¢Burlap¡¢SOAP¡¢EJBºÍJMS µÈ£¬ÔÚj2eeÖÐ,¶Ôjavaµ×²ãÔ¶³ÌͨѶµÄ¼¼Êõ½øÐÐÁË·â×°,ÐγÉÁË Hessian ¡¢ HttpInvoker ¡¢ XFire ¡¢ Axis µÈ¶àÖÖÐÎʽµÄÔ¶³Ìµ÷Óü¼Êõ¡£ µ«¶Ô¸ß¼¶³ÌÐòÔ±¶øÑÔÈÔÐ ......
2009-11-11 18:06:09
/**
*
* @author Ice*
*/
public class RarUtil{
public static void main(String args[]) throws Exception {
String compress = "D:\\test.rar";// rarѹËõÎļþ
String decompression = "D:\\";// ½âѹ·¾¶
unZip(compress, decompression);
}
/** ......