锘??xml version="1.0" encoding="utf-8" standalone="yes"?>67194在线午夜亚洲,久久综合日韩亚洲精品色,亚洲韩国精品无码一区二区三区 http://m.tkk7.com/leisure/category/49623.htmlJAVA - exceed,helloworldzh-cnFri, 11 Jan 2013 20:38:50 GMTFri, 11 Jan 2013 20:38:50 GMT60spring2 JNDIhttp://m.tkk7.com/leisure/archive/2013/01/11/394091.htmlleisureleisureFri, 11 Jan 2013 02:33:00 GMThttp://m.tkk7.com/leisure/archive/2013/01/11/394091.htmlhttp://m.tkk7.com/leisure/comments/394091.htmlhttp://m.tkk7.com/leisure/archive/2013/01/11/394091.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/394091.htmlhttp://m.tkk7.com/leisure/services/trackbacks/394091.html      <bean id= "myjndi" class= "org.springframework.jndi.JndiObjectFactoryBean" >
             <property name ="jndiName" value= "java:comp/env/jdbc/myjndi" />
      </bean >

leisure 2013-01-11 10:33 鍙戣〃璇勮
]]>
spring method interceptorhttp://m.tkk7.com/leisure/archive/2012/07/11/382760.htmlleisureleisureWed, 11 Jul 2012 01:14:00 GMThttp://m.tkk7.com/leisure/archive/2012/07/11/382760.htmlhttp://m.tkk7.com/leisure/comments/382760.htmlhttp://m.tkk7.com/leisure/archive/2012/07/11/382760.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/382760.htmlhttp://m.tkk7.com/leisure/services/trackbacks/382760.html

spring method interceptor

-author: leisure.xu

棣栧厛dao閲岄潰鏈塮ind鍜宻ave鏂規硶錛屾湰瀹炰緥浠ユ嫤鎴猣ind鏂規硶涓轟富錛屽茍鏀瑰彉find鐨勮繑鍥炲箋?/span>

package com.leisure;

public class Dao {

     public String find() {

          System. out.println( "dao: find()");

          return "student";

     }

     public void save() {

          System. out.println( "dao: save()");

     }

}

涓銆佹柊澧炰竴涓狣aoInterceptor,濡備笅

package com.leisure;

import org.aopalliance.intercept.MethodInterceptor;

import org.aopalliance.intercept.MethodInvocation;

/**

 * class description goes here

 * @author leisure.xu

 * @version 1.0.0, 2012 -6 -29

 */

public class DaoInterceptor implements MethodInterceptor {

     @Override

     public Object invoke(MethodInvocation invocation) throws Throwable {

          String methodName = invocation.getMethod().getName();

          if( "find".equals(methodName)) {

               System. out.println( "invocation modify the return result to 'teacher'");

               return "teacher";

          }

          return invocation.proceed();

     } 

}

     DaoInterceptor瀹炵幇浜哅ethodInterceptor鐨刬nvoke鏂規硶錛屽湪榪欓噷錛?/span>MethodInvocation鍙傛暟鍙互鑾峰彇鍒癵etArguments絳夋暟鎹紝鑷充簬鑳藉仛浠涔堬紝浣犳噦鐨勩?/span>

浜屻丏ao璺烡aoInterceptor榪樻槸娌℃壇涓婂叧緋伙紝榪欐椂闇瑕佷慨鏀筧pplicationContext.xml

     鍘熸潵錛?/span>

     <bean id = "dao" class= "com.leisure.Dao"/>

淇敼涓猴細

          <!--

      <bean id=" dao" class="com.leiusre.Dao"/>

     -->

     <bean id ="daoInterceptor" class="com.leisure.DaoInterceptor"/>

     <bean id ="dao" class= "org.springframework.aop.framework.ProxyFactoryBean" >

          <property name ="target">

               <bean class ="com.leisure.Dao" />

          </property >

          <property name ="interceptorNames">

               <list >

                    <value >daoInterceptor </value >

               </list >

          </property >

     </bean >

涓夈佽繍琛岀湅鏁堟灉錛?/span>

     ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xml" );

     Dao dao = context.getBean(Dao. class);

     System. out.println(dao.find());

     dao.save();

緇撴灉錛?/span>

invocation modify the return result to 'teacher'

teacher

dao: save()

浠庣粨鏋滃彲浠ョ湅鍑篿nvocation鎷︽埅浜唂ind鏂規硶錛屽茍涓斾慨鏀逛簡鍏惰繑鍥炵粨鏋滐紝鑰屽璞$殑find鏂規硶騫舵病鏈夋墽琛屽埌銆?/span>

璇ュ疄渚嬪紩鐢ㄥ埌鐨刯ar鍖咃細






leisure 2012-07-11 09:14 鍙戣〃璇勮
]]>
eclipse瀹夎svn瀹㈡埛绔?/title><link>http://m.tkk7.com/leisure/archive/2012/01/25/368879.html</link><dc:creator>leisure</dc:creator><author>leisure</author><pubDate>Wed, 25 Jan 2012 02:59:00 GMT</pubDate><guid>http://m.tkk7.com/leisure/archive/2012/01/25/368879.html</guid><wfw:comment>http://m.tkk7.com/leisure/comments/368879.html</wfw:comment><comments>http://m.tkk7.com/leisure/archive/2012/01/25/368879.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/leisure/comments/commentRss/368879.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/leisure/services/trackbacks/368879.html</trackback:ping><description><![CDATA[涓嬭澆鐩稿簲鐨勬彃浠剁増鏈?br /><div><a >http://www.eclipse.org/subversive/downloads.php</a></div>鎶婅В鍘嬬殑鍐呭鏀劇疆eclipse\dropins\svn\鐩綍涓嬶紙svn鐩綍涓嶅瓨鍦ㄥ垯鍒涘緩錛?br />瀹屾垚鍚庯紝閲嶅惎eclipse錛岄噸鍚畬鍚庯紝鎻愮ず瀹夎svn connector錛岄夋嫨涓涓畨瑁呭嵆鍙紝瀹夎瀹屽悗錛屽啀涓嬈¢噸鍚?br />window - show view - other - svn 涓嬪嵆鍙互鐪嬪埌svn鎺у埗瑙嗗浘<img src ="http://m.tkk7.com/leisure/aggbug/368879.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/leisure/" target="_blank">leisure</a> 2012-01-25 10:59 <a href="http://m.tkk7.com/leisure/archive/2012/01/25/368879.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>hello,spring3http://m.tkk7.com/leisure/archive/2011/12/29/367494.htmlleisureleisureThu, 29 Dec 2011 08:02:00 GMThttp://m.tkk7.com/leisure/archive/2011/12/29/367494.htmlhttp://m.tkk7.com/leisure/comments/367494.htmlhttp://m.tkk7.com/leisure/archive/2011/12/29/367494.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/367494.htmlhttp://m.tkk7.com/leisure/services/trackbacks/367494.html
欏圭洰鏁翠釜緇撴瀯濡備笅錛?br />

 1 <?xml version="1.0" encoding="UTF-8"?>
 2 <beans xmlns="http://www.springframework.org/schema/beans"
 3      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 4      xmlns:p="http://www.springframework.org/schema/p"
 5      xsi:schemaLocation="http://www.springframework.org/schema/beans
 6      http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
 7      
 8     <bean id="dao" class="Dao"/>
 9     
10 </beans>

1 
2 public class Dao {
3     public void find() {
4         System.out.println("dao: find()");
5     }
6 }
7 

 1 import org.springframework.context.ApplicationContext;
 2 import org.springframework.context.support.ClassPathXmlApplicationContext;
 3 
 4 public class Client {
 5 
 6     public static void main(String[] args) {
 7         ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xml");
 8         Dao dao = context.getBean(Dao.class);
 9         dao.find();
10     }
11 }
12 


leisure 2011-12-29 16:02 鍙戣〃璇勮
]]>
嫻呮貳Java浠g悊妯″紡涔嬬涔Mhttp://m.tkk7.com/leisure/archive/2011/12/09/365943.htmlleisureleisureFri, 09 Dec 2011 01:54:00 GMThttp://m.tkk7.com/leisure/archive/2011/12/09/365943.htmlhttp://m.tkk7.com/leisure/comments/365943.htmlhttp://m.tkk7.com/leisure/archive/2011/12/09/365943.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/365943.htmlhttp://m.tkk7.com/leisure/services/trackbacks/365943.html
浠g悊瀵硅薄涓鑸畾涔変簡涓涓笌鐩爣瀵硅薄鐩鎬技鎴栫浉榪戠殑琛屼負銆備唬鐞嗗璞¤礋璐e鐪熷疄妯″潡璋冪敤錛岃繖浣垮緱璋冪敤鑰呬笌琚皟鐢ㄨ呬箣闂村緩绔嬩簡涓涓殧紱誨甫銆?/div>
鍦烘櫙紺轟緥璇存槑錛氳佹昏璇濋兘鏄緢綺劇畝錛屾瘡嬈″彂甯冧竴涓秷鎭椂錛屾繪槸鍏堝皢綆瑕佸唴瀹逛氦緇欑涔M錛岀涔M緇忚繃涓鐣編鍖栧悗錛屾妸娑堟伅鍏竷鍑烘潵銆?/div>

璁捐佹?Boss錛岀涔M=MMProxy

浜庢槸綆鍗曠殑浠g悊灝辨湁
1 public class Boss {
2     public void anounce(String content) {
3         System.out.println(content);
4     }
5 }

1 public class MMProxy {
2     public void anounce(String content) {
3         System.out.print("boss: 澶у璇鋒敞鎰忎簡錛?/span>");
4         new Boss().anounce(content);
5     }
6 }

new MMProxy().anounce("鎴戣澶у鍚冮キ銆?/span>");

緇撴灉鍑烘潵鐨勬槸錛?/div>
boss: 澶у璇鋒敞鎰忎簡錛佹垜璇峰ぇ瀹跺悆楗?/span>

閫氳繃涓婇潰鍙戠幇錛岃繖縐嶄唬鐞嗘瘮杈冨憜鏉匡紝姣斿璇達紝Boss鍙f復浜嗭紝鍙堝緱閲嶆柊鍐欎竴涓唬鐞嗘柟娉曪紝榪欎釜鏃跺欙紝鍙互浣跨敤鍔ㄦ佷唬鐞嗘潵榪涜錛?/div>

娣誨姞涓涓帴鍙Boss
1 public interface IBoss {
2     public void anounce(String content);
3     public void drink();
4 }

淇敼Boss
1 public class Boss implements IBoss {
2     public void anounce(String content) {
3         System.out.println(content);
4     }
5 
6     public void drink() {
7         System.out.println("boss: 鎷胯搗鏉瓙錛屽枬姘?/span>");
8     }
9 }

榪欐椂縐樹功MM鍙樹負
 1 import java.lang.reflect.InvocationHandler;
 2 import java.lang.reflect.Method;
 3 
 4 public class MMProxy implements InvocationHandler {
 5 
 6     private Object obj;
 7 
 8     public MMProxy(Object obj) {
 9         this.obj = obj;
10     }
11 
12     public static Object newInstance(Object obj) {
13         return java.lang.reflect.Proxy.newProxyInstance(
14             obj.getClass().getClassLoader(),
15             obj.getClass().getInterfaces(),
16             new MMProxy(obj));
17     }
18     
19     @Override
20     public Object invoke(Object proxy, Method method, Object[] args) throws Throwable {
21         if("drink".equals(method.getName())) {
22             System.out.println("縐樹功MM: 鐪嬪埌boss鎯沖枬姘翠簡錛屼簬鏄?nbsp;鎶婃按鍊掕繘boss鐨勬澂瀛愰噷銆?/span>");
23         } else if("anounce".equals(method.getName())) {
24             System.out.print("boss: 澶у璇鋒敞鎰忥紒");
25         }
26         method.invoke(obj, args);
27         return null;
28     }
29 }

        IBoss boss = (IBoss) MMProxy.newInstance(new Boss());
        boss.anounce(
"鎴戣澶у鍚冮キ銆?/span>");
        boss.drink();

boss: 澶у璇鋒敞鎰忥紒鎴戣澶у鍚冮キ銆?/span>
縐樹功MM: 鐪嬪埌boss鎯沖枬姘翠簡錛屼簬鏄?鎶婃按鍊掕繘boss鐨勬澂瀛愰噷銆?/span>
boss: 鎷胯搗鏉瓙錛屽枬姘?br />
鐜板湪鍙戠幇浜嗗惂錛岀涔M鐪熸槸鏈嶅姟鍛ㄥ埌鍛銆?/div>


leisure 2011-12-09 09:54 鍙戣〃璇勮
]]>鍙嶅皠鍒ゆ柇鎴愬憳鍙橀噺鏄惁闈欐侊紝騫惰幏寰楀叾闈欐佹垚鍛樼殑鍊?/title><link>http://m.tkk7.com/leisure/archive/2011/11/23/364648.html</link><dc:creator>leisure</dc:creator><author>leisure</author><pubDate>Wed, 23 Nov 2011 09:06:00 GMT</pubDate><guid>http://m.tkk7.com/leisure/archive/2011/11/23/364648.html</guid><wfw:comment>http://m.tkk7.com/leisure/comments/364648.html</wfw:comment><comments>http://m.tkk7.com/leisure/archive/2011/11/23/364648.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/leisure/comments/commentRss/364648.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/leisure/services/trackbacks/364648.html</trackback:ping><description><![CDATA[<div style="background-color:#eeeeee;font-size:13px;border:1px solid #CCCCCC;padding-right: 5px;padding-bottom: 4px;padding-left: 4px;padding-top: 4px;width: 98%;word-break:break-all"><!--<br /><br />Code highlighting produced by Actipro CodeHighlighter (freeware)<br />http://www.CodeHighlighter.com/<br /><br />--><span style="color: #000000; ">        Field[] fields </span><span style="color: #000000; ">=</span><span style="color: #000000; "> cls.getDeclaredFields();<br />        Field field </span><span style="color: #000000; ">=</span><span style="color: #000000; "> fields[</span><span style="color: #000000; ">0</span><span style="color: #000000; ">];<br />        </span><span style="color: #0000FF; ">boolean</span><span style="color: #000000; "> isStatic </span><span style="color: #000000; ">=</span><span style="color: #000000; "> Modifier.isStatic(field.getModifiers());<br />        if(isStatic) {<br />            System.out.println(</span><span style="color: red; ">field.get(null).toString()</span><span style="color: #000000; ">);<br />        }</span></div><img src ="http://m.tkk7.com/leisure/aggbug/364648.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/leisure/" target="_blank">leisure</a> 2011-11-23 17:06 <a href="http://m.tkk7.com/leisure/archive/2011/11/23/364648.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>SimpleDateFormat澶氱嚎紼嬪茍鍙戜笅鐨勪笉瀹夊叏闅愭偅http://m.tkk7.com/leisure/archive/2011/10/15/361165.htmlleisureleisureFri, 14 Oct 2011 16:22:00 GMThttp://m.tkk7.com/leisure/archive/2011/10/15/361165.htmlhttp://m.tkk7.com/leisure/comments/361165.htmlhttp://m.tkk7.com/leisure/archive/2011/10/15/361165.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/361165.htmlhttp://m.tkk7.com/leisure/services/trackbacks/361165.html

鏈榪戝伓鐒跺彂鐜頒竴浜涙暟鎹殑鏃ユ湡鏈夐敊涔憋紝鑰屼笖鏃墮棿鍑洪敊鏍煎紡鏃犺寰嬶紝鏈変簺鍘諱簡1970騫翠簡錛屾湁浜涙湀浠介敊浜嗭紝鏈変簺鍙鋒暟鍙樹簡錛岃屾棩蹇椾笂鐪嬪茍娌℃湁寮傚父淇℃伅錛?/span>

鏍規嵁鐢ㄦ埛鍙嶅簲錛屽父鍑虹幇鍦ㄦ煇涓壒閲忔洿鏂版搷浣滀腑錛屼簬鏄箮錛屼篃鎸夌収鐢ㄦ埛鎻忚堪鐨勶紝綰夸笅鎿嶄綔浜嗘暟閬嶏紝涔熸病鏈夊嚭鐜拌繖縐嶆儏鍐點?/span>

鏈夎叮鐨勬槸錛屽氨綆楀湪綰夸笂鎿嶄綔錛屼篃騫朵笉鏄竴瀹氫細鍑虹幇榪欑闂錛屽彧鏄伓鐒訛紒

鎴戝紑濮嬫鐤戝簳灞備唬鐮侀棶棰樹簡錛屽洜涓洪偅涓搷浣滐紝騫舵病鏈変慨鏀瑰埌鏃ユ湡鐩稿叧鐨勫瓧孌碉紝涓轟簡璇佸疄榪欑偣錛岀粡榪囨垜涓鐣殑鎺掓煡錛?br />闂緇堜簬瀹氫綅鍦―ateUtil.parse絳夋柟娉曚笂錛宲arse鏂規硶璋冪敤浜嗕竴涓潤鎬佺殑simpleDateFormat.parse鏂規硶錛屼負浠涔堬紵錛佷負浠涔堣繖涓柟娉曚笉紼沖畾鐨勶紵
浠旂粏闃呰浜唈ava.util.SimpleDateFormat鐨刟pi錛屽彂鐜版淇℃伅錛?/span>

Synchronization

Date formats are not synchronized. It is recommended to create separate format instances for each thread.
If multiple threads access a format concurrently, it must be synchronized externally.


寰堟槑鏄緎impledateformat騫朵笉鏄嚎紼嬪悓姝ョ殑錛屼互鑷村茍鍙戠殑鏃跺欎笉瀹夊叏錛佷負浜嗚瘉瀹炶繖鐐逛簬鏄箮鍐欎簡涓涓畝鍗曠殑嫻嬭瘯紼嬪簭銆?br />

package com.leisure;
import java.text.ParseException;
public class TestSimpleDateFormatThreadSafe extends Thread {
    @Override
    public void run() {
        while(true) {
            try {
                this.join(2000);
            } 
catch (InterruptedException e1) {
                e1.printStackTrace();
            }
            try {
                System.out.println(DateUtil.parse(
"2011-10-11 06:02:20"));
            } 
catch (ParseException e) {
                e.printStackTrace();
            }
        }
    }

    public static void main(String[] args) {
        for(int i = 0; i < 20; i++)
            new TestSimpleDateFormatThreadSafe().start();
    }
}

package com.leisure;

import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;

public class DateUtil {
    
private static SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

    
public static Date parse(String str) throws ParseException {
        
return sdf.parse(str);
    }
}

杈撳嚭緇撴灉錛?

Tue Oct 11 18:02:20 CST 2011

Tue Oct 11 18:02:20 CST 2011

Sun Oct 11 18:02:20 CST 1970

Tue Oct 11 18:02:20 CST 2011

Thu Jan 01 18:02:20 CST 1970

Sat Dec 11 18:02:20 CST 2010

Tue Oct 11 18:02:20 CST 2011

Exception in thread "Thread-18" java.lang.NumberFormatException: multiple points

at sun.misc.FloatingDecimal.readJavaFormatString(Unknown Source)

at java.lang.Double.parseDouble(Unknown Source)

at java.text.DigitList.getDouble(Unknown Source)

at java.text.DecimalFormat.parse(Unknown Source)

at java.text.SimpleDateFormat.subParse(Unknown Source)

at java.text.SimpleDateFormat.parse(Unknown Source)

at java.text.DateFormat.parse(Unknown Source)

at com.leisure.DateUtil.parse(DateUtil.java:12)

at com.leisure.TestSimpleDateFormatThreadSafe.run(TestSimpleDateFormatThreadSafe.java:16)

Fri Dec 23 19:02:20 CST 2011

Fri Dec 23 18:02:20 CST 2011

杈撳嚭緇撴灉寰堟槑鏄句簡錛岃窡綰夸笂鏁版嵁鍑虹幇鐨勯棶棰樺熀鏈竴鑷淬備笉榪囨寜鐓ц繖閲岀湅鍒扮殑緇撴灉錛屾湁鎶ラ敊錛屽啀浠旂粏闃呰浜嗗簲鐢ㄧ殑搴曞眰浠g爜錛?br />鏌愪釜浣嶇疆鎷︽埅浜嗛儴浠藉紓甯革紝娌℃湁璁板綍涔熸病鏈夊悜涓婃姏鍑哄鐞嗭紝鍒拌繖閲岋紝鎴戝彧鎯抽棶涓鍙ワ細搴曞眰浠g爜璋佸啓鐨勶紵



leisure 2011-10-15 00:22 鍙戣〃璇勮
]]>jstl鍒涘緩map鍜屽map璧嬪?/title><link>http://m.tkk7.com/leisure/archive/2011/10/12/360936.html</link><dc:creator>leisure</dc:creator><author>leisure</author><pubDate>Wed, 12 Oct 2011 00:46:00 GMT</pubDate><guid>http://m.tkk7.com/leisure/archive/2011/10/12/360936.html</guid><wfw:comment>http://m.tkk7.com/leisure/comments/360936.html</wfw:comment><comments>http://m.tkk7.com/leisure/archive/2011/10/12/360936.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://m.tkk7.com/leisure/comments/commentRss/360936.html</wfw:commentRss><trackback:ping>http://m.tkk7.com/leisure/services/trackbacks/360936.html</trackback:ping><description><![CDATA[<div><div>jstl鏈韓鏄病鏈夎娉曟妧鎸佸垱寤哄璞$殑錛屼笉榪囨垜浠彲浠ヤ嬌鐢╦sp:useBean鏍囩鏉ュ垱寤猴紝鐒跺悗浣跨敤c:set鏍囩鏉ヨ祴鐩?/div><div></div><div>搴旂殑鍊箋?/div><div></div><div><div><div><jsp:useBean id="map" class="java.util.HashMap" scope="request"></div><div><span style="white-space: pre; "> </span><c:set target="${map}" property="a" value="b" /></div><div></jsp:useBean></div><div>${map}</div></div></div><div></div><div>鍙﹀c:remove鍙互縐婚櫎鐩稿簲鐨勫睘鎬с?/div><div>鏇村jstl璇峰弬鑰?a target="_blank">http://java.sun.com/products/jsp/jstl/reference/api/index.html</a></div></div><div></div><img src ="http://m.tkk7.com/leisure/aggbug/360936.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://m.tkk7.com/leisure/" target="_blank">leisure</a> 2011-10-12 08:46 <a href="http://m.tkk7.com/leisure/archive/2011/10/12/360936.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>eclipse娣誨姞git鍔熻兘http://m.tkk7.com/leisure/archive/2011/10/11/360931.htmlleisureleisureTue, 11 Oct 2011 01:36:00 GMThttp://m.tkk7.com/leisure/archive/2011/10/11/360931.htmlhttp://m.tkk7.com/leisure/comments/360931.htmlhttp://m.tkk7.com/leisure/archive/2011/10/11/360931.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/360931.htmlhttp://m.tkk7.com/leisure/services/trackbacks/360931.html
Git鏄竴涓紑婧愮殑鍒嗗竷寮忕増鏈帶鍒剁郴緇燂紝鎻愪緵浜嗛潪甯稿揩鎹峰拰寮哄ぇ鐨勯」鐩増鏈鐞嗗姛鑳姐?/div>
EGit欏圭洰鏄竴涓熀浜嶦clipse鎻掍歡寮鍙戠殑錛屽緢澶х▼搴︿笂鏂逛究浜嗘垜浠珽clipse涓鏃忋?/div>
Help-->Install New Software-->Add
Egit
http://download.eclipse.org/egit/updates/ 
娉ㄦ剰egit瀵瑰簲eclipse鐨勭増鏈瑍
鐒跺悗鎸夐粯璁ゆ搷浣滐紝寰呯‘璁ら噸鍚嵆瀹屾垚瀹夎錛?/div>
璇︽儏錛?nbsp;EGit瀹樻柟緗戠珯


leisure 2011-10-11 09:36 鍙戣〃璇勮
]]>鎺ㄨ崘鍑犳湰紼嬪簭鍛樺繀璇葷殑涔︾睄http://m.tkk7.com/leisure/archive/2011/10/05/360021.htmlleisureleisureTue, 04 Oct 2011 16:42:00 GMThttp://m.tkk7.com/leisure/archive/2011/10/05/360021.htmlhttp://m.tkk7.com/leisure/comments/360021.htmlhttp://m.tkk7.com/leisure/archive/2011/10/05/360021.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/360021.htmlhttp://m.tkk7.com/leisure/services/trackbacks/360021.html闃呰鍏ㄦ枃

leisure 2011-10-05 00:42 鍙戣〃璇勮
]]>
using dom4j to handle xml 浣跨敤dom4j鎿嶄綔xmlhttp://m.tkk7.com/leisure/archive/2011/09/20/358715.htmlleisureleisureMon, 19 Sep 2011 16:16:00 GMThttp://m.tkk7.com/leisure/archive/2011/09/20/358715.htmlhttp://m.tkk7.com/leisure/comments/358715.htmlhttp://m.tkk7.com/leisure/archive/2011/09/20/358715.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/358715.htmlhttp://m.tkk7.com/leisure/services/trackbacks/358715.html浠ヤ竴涓獂ml涓轟緥錛屽垎鍒睍紺哄嚭dom4j鎿嶄綔xml鐨勫父鐢ㄦ搷浣?璇誨彇錛屾煡鎵捐妭鐐癸紝縐婚櫎錛岃緭鍑?.. ...  闃呰鍏ㄦ枃

leisure 2011-09-20 00:16 鍙戣〃璇勮
]]>
java鑷姩鑾峰彇瀹夎鍦ㄧ嚎鏁板瓧璇佷功http://m.tkk7.com/leisure/archive/2011/09/18/358655.htmlleisureleisureSun, 18 Sep 2011 15:36:00 GMThttp://m.tkk7.com/leisure/archive/2011/09/18/358655.htmlhttp://m.tkk7.com/leisure/comments/358655.htmlhttp://m.tkk7.com/leisure/archive/2011/09/18/358655.html#Feedback0http://m.tkk7.com/leisure/comments/commentRss/358655.htmlhttp://m.tkk7.com/leisure/services/trackbacks/358655.html
浠ュ墠鍐欒繃榪欎釜宸ュ叿綾諱簡錛歨ttp://leisuredev.iteye.com/admin/blogs/714742
浠婂ぉ紼嶅井娉ㄩ噴騫舵暣鐞嗕簡涓涓増鏈細  闃呰鍏ㄦ枃

leisure 2011-09-18 23:36 鍙戣〃璇勮
]]>
Java瀹夎鏈湴璇佷功http://m.tkk7.com/leisure/archive/2011/09/17/358877.htmlleisureleisureSat, 17 Sep 2011 13:13:00 GMThttp://m.tkk7.com/leisure/archive/2011/09/17/358877.htmlhttp://m.tkk7.com/leisure/comments/358877.htmlhttp://m.tkk7.com/leisure/archive/2011/09/17/358877.html#Feedback1http://m.tkk7.com/leisure/comments/commentRss/358877.htmlhttp://m.tkk7.com/leisure/services/trackbacks/358877.htmlkeytool鏄疛ava鐨勬暟瀛楄瘉涔︾鐞嗗伐鍏鳳紝浣嶄簬%JAVA_HOME%\bin鐩綍涓嬶紝keytool鍙互灝嗗瘑閽ワ紙key錛夊拰璇佷功錛坈ertificates錛夊瓨鍦ㄤ竴涓О涓簁eystore鐨勬枃浠朵腑銆?

D:\>keytool -import -file d:\google.cer -keystore d:\google.keystore
杈撳叆keystore瀵嗙爜錛?
鍐嶆杈撳叆鏂板瘑鐮?
鎵鏈夎?CN=www.google.com, O=Google Inc, L=Mountain View, ST=California, C=US
絳懼彂浜?CN=Thawte SGC CA, O=Thawte Consulting (Pty) Ltd., C=ZA  闃呰鍏ㄦ枃

leisure 2011-09-17 21:13 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 免费在线观看黄网站| 57PAO成人国产永久免费视频| 免费毛片在线播放| 亚洲一区二区观看播放| 免费观看成人毛片a片2008| 亚洲一级特黄特黄的大片 | 国产一精品一av一免费爽爽 | 天天拍拍天天爽免费视频| 亚洲毛片基地日韩毛片基地| 99热在线免费播放| 久久水蜜桃亚洲av无码精品麻豆| 亚洲精品免费视频| 亚洲国产日产无码精品| 91免费精品国自产拍在线不卡| 亚洲综合在线一区二区三区| 国产成人免费福利网站| 免费人成动漫在线播放r18| 亚洲精品乱码久久久久久不卡| 国产无限免费观看黄网站| 久久精品国产亚洲夜色AV网站| 67194国产精品免费观看| 亚洲日本va在线观看| 国产免费爽爽视频免费可以看| 一级一级毛片免费播放| 亚洲精品国产成人片| 在线观看成人免费视频不卡| 亚洲人成网站在线在线观看| 四虎在线播放免费永久视频| fc2免费人成在线视频| 久久亚洲精品成人AV| 全免费a级毛片免费看无码| 窝窝影视午夜看片免费| 五月天网站亚洲小说| 成年女人毛片免费播放人| h视频在线观看免费| 婷婷精品国产亚洲AV麻豆不片| 日韩黄色免费观看| 国产va在线观看免费| 亚洲熟妇无码一区二区三区导航| 亚洲日本在线观看视频| 亚洲精品免费网站|