锘??xml version="1.0" encoding="utf-8" standalone="yes"?>在线免费国产,av在线第一页,精品福利一区http://www.aygfsteel.com/gdufo/category/51461.htmlzh-cnSat, 26 May 2012 11:16:06 GMTSat, 26 May 2012 11:16:06 GMT60ad 鍒犻櫎涓涓疄浣撶殑SQL璇彞http://www.aygfsteel.com/gdufo/archive/2012/05/26/379286.htmlgdufogdufoSat, 26 May 2012 08:57:00 GMThttp://www.aygfsteel.com/gdufo/archive/2012/05/26/379286.htmlhttp://www.aygfsteel.com/gdufo/comments/379286.htmlhttp://www.aygfsteel.com/gdufo/archive/2012/05/26/379286.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/379286.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/379286.htmlDECLARE
    /**
     * Please change this one to any client id you want to delete
     **/
    v_Client_ID                                                 NUMBER      := 1000014;
    
    v_SQL1                               VARCHAR2(1024);
    
    CURSOR Cur_Contraints  IS
                select  table_name,constraint_name
               from user_constraints  
                where  status='ENABLED'  AND constraint_type='R' ;
        
     CURSOR Cur_Contraints2  IS
                select table_name,constraint_name
                from user_constraints
                where status='DISABLED' AND constraint_type='R';
                
        CURSOR Cur_Triggers  IS
                select TRIGGER_NAME
                from user_triggers
                where status='ENABLED';
                        
   CURSOR Cur_RemoveData  IS
            select 'delete from '|| TABLENAME ||' where AD_Client_ID=' || v_Client_ID
            AS v_SQL
                from AD_Table a where a.ISVIEW='N'
                AND exists ( select AD_Column_ID from AD_Column c where

a.AD_Table_ID=c.AD_Table_ID
                and upper(c.COLUMNNAME)= upper('AD_Client_ID') );
            
                
BEGIN
    
    DBMS_OUTPUT.PUT_LINE('  Delete Client Where AD_Client_ID=' || v_Client_ID);
    
    /****************************************************************
     *  Disable all the constraints one by one
     ****************************************************************/
     DBMS_OUTPUT.PUT_LINE(' Disable the contraints ');
     FOR p IN Cur_Contraints  LOOP
       BEGIN
       v_SQL1 := 'alter table '|| p.table_name ||' disable constraint '|| p.constraint_name;
        EXECUTE IMMEDIATE v_SQL1;        
       END;  
     END LOOP;        --        Disable contraints
     
     
     DBMS_OUTPUT.PUT_LINE(' Disable the triggers ');
     FOR p IN Cur_Triggers  LOOP
       v_SQL1 := 'alter trigger '|| p.TRIGGER_NAME ||' disable ';
        EXECUTE IMMEDIATE v_SQL1;
     END LOOP;        --        Disable contraints
     
     /****************************************************************
     *  Remove all the records belongs to that client
     ****************************************************************/
    FOR p IN Cur_RemoveData LOOP
        v_SQL1 := p.v_SQL;
        EXECUTE IMMEDIATE v_SQL1;
        
     END LOOP;        --        Remove data
     
     
     /****************************************************************
     *  Disable all the constraints one by one
     ****************************************************************/
     DBMS_OUTPUT.PUT_LINE(' Enable the contraints ');
    FOR p IN Cur_Contraints2  LOOP
        BEGIN
        v_SQL1 := 'alter table '|| p.table_name ||' enable constraint '|| p.constraint_name;
        EXECUTE IMMEDIATE v_SQL1;        
        END;
     END LOOP;        --        Enable contraints
     
     DBMS_OUTPUT.PUT_LINE(' Enable the triggers ');
     FOR p IN Cur_Triggers  LOOP
       v_SQL1 := 'alter trigger '|| p.TRIGGER_NAME ||' enabled ';
        EXECUTE IMMEDIATE v_SQL1;
     END LOOP;        --        Enable contraints
     
     COMMIT;


END;

gdufo 2012-05-26 16:57 鍙戣〃璇勮
]]>
id宸ヤ綔嫻佷換鍔″垎閰嶇殑涓涓簭鍒楀浘http://www.aygfsteel.com/gdufo/archive/2012/05/19/378552.htmlgdufogdufoSat, 19 May 2012 03:12:00 GMThttp://www.aygfsteel.com/gdufo/archive/2012/05/19/378552.htmlhttp://www.aygfsteel.com/gdufo/comments/378552.htmlhttp://www.aygfsteel.com/gdufo/archive/2012/05/19/378552.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/378552.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/378552.htmlid宸ヤ綔嫻佷換鍔″垎閰嶇殑涓涓簭鍒楀浘


gdufo 2012-05-19 11:12 鍙戣〃璇勮
]]>
鍦╥dempiere澧炲姞鑷繁鐨勬彃浠?/title><link>http://www.aygfsteel.com/gdufo/archive/2012/04/28/376976.html</link><dc:creator>gdufo</dc:creator><author>gdufo</author><pubDate>Sat, 28 Apr 2012 07:38:00 GMT</pubDate><guid>http://www.aygfsteel.com/gdufo/archive/2012/04/28/376976.html</guid><description><![CDATA[<div>http://www.vogella.com/articles/OSGi/article.html#OSGi_firstbundle<br /><div>http://www.vogella.com/articles/OSGi/article.html#exportbundle</div></div><br /><div> <p><a >http://wiki.eclipse.org/Gemini/Web</a></p> <p><span style="font-family:瀹嬩綋;">鍊煎緱璇存槑涓鐐?/span>:</p> <p><span style="font-family:瀹嬩綋;">緗戦〉鐨勭洰褰曚笉浼氭斁鍦?/span>webapps(tomcat)<span style="font-family:瀹嬩綋;">鐩綍涓嬬殑</span>,<span style="font-family:瀹嬩綋;">鏄牴鎹?/span>MANIFEST.MF <span style="font-family:瀹嬩綋;">鐨?/span></p> <p>Web-ContextPath: /osgi-web-app<span style="font-family:瀹嬩綋;">鐨勫睘鎬ф潵璁塊棶鐨?/span>,<span style="font-family:瀹嬩綋;">濡?/span><a>http://domain:port/osgi-web-app</a></p> <p> </p> <p> </p> <p>Install file: plugins/myplugins.jar</p> <p> </p> <p>Osgi> start xx</p> <p> </p> <p><span style="font-family:瀹嬩綋;">璁╀綘鐨?/span>plugin<span style="font-family:瀹嬩綋;">鑷畨瑁?/span></p> <p><span style="font-family:瀹嬩綋;">鍦?/span>C:\adempiere\configuration\org.eclipse.equinox.simpleconfigurator <span style="font-family:瀹嬩綋;">鐩綍涓嬬殑</span>bundles.info</p> <p><span style="font-family:瀹嬩綋;">鏈鍚庝竴琛屽鍔?/span></p> <p>osgi.web.app,0.0.1,plugins/osgi.web.app.war,4,false(<span style="font-family:瀹嬩綋;">鍚嶅瓧</span>,<span style="font-family:瀹嬩綋;">鐗堟湰鍙?/span>,<span style="font-family:瀹嬩綋;">璺緞</span>,<span style="font-family:瀹嬩綋;">鍚姩浼樺厛綰?/span>)</p><p><br /></p><p>鏈変簺鎯呭喌涓嬶紝bundle娌℃湁鑳借嚜鍚姩錛岀姸鎬佷笉鏄痑ctive錛岃鍦?/p><p><div>瑕佸湪config.ini璁劇疆bundle @start錛屽氨鍙互浜?/div></p><p>==</p><p>鍙﹀鏋滆嚜宸卞啓浜嗕竴涓猵lugin錛屾兂閫氳繃buckminster鏉ヨ嚜鍔ㄦ墦鍖咃紝瑕佸湪cspec鏂囦歡涓鍔狅紝浠縲store鏍峰紡銆?br /></p> </div><img src ="http://www.aygfsteel.com/gdufo/aggbug/376976.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.aygfsteel.com/gdufo/" target="_blank">gdufo</a> 2012-04-28 15:38 <a href="http://www.aygfsteel.com/gdufo/archive/2012/04/28/376976.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item><item><title>idempiere 瀹夎鐩稿叧鏂囨。http://www.aygfsteel.com/gdufo/archive/2012/04/21/375437.htmlgdufogdufoSat, 21 Apr 2012 01:01:00 GMThttp://www.aygfsteel.com/gdufo/archive/2012/04/21/375437.htmlhttp://www.aygfsteel.com/gdufo/comments/375437.htmlhttp://www.aygfsteel.com/gdufo/archive/2012/04/21/375437.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/375437.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/375437.html

http://www.globalqss.com/wiki/index.php/IDempiere

http://kenai.com/projects/hengsin/pages/Building

 

涓嬭澆Eclipse 3.6浠ヤ笂鐗堟湰

Eclipse IDE for Java EE Developers 3.6+

鎴戣繖榪欓噷涓嬬殑鏄?.7

 

瀹夎Mecurial鎻掍歡

錛?/span>1.錛夋墦寮Mercurial Eclipse Plugin 1.6+

 (2.)澶嶅埗綰㈣壊鏂規(guī)涓殑鍦板潃

  (3.)鍦?/span>Eclipse鐨?/span>Help->Install New Software

錛?/span>4.錛夊鏋滀綘涓嶆噦鎬庝箞瀹夎鎻掍歡錛岃鐪?/span>榪欓噷

 

http://download.eclipse.org/tools/buckminster/updates-3.7

 

 

瀹夎Mercurial 2.1.1瀹㈡埛绔?/span>

Mercurial Client

http://mercurial.selenic.com/downloads/

鍥犳垜鐨勬搷浣滅郴緇熸槸XP鐨勶紝鎵浠ヤ笅杞?/span>X86, 濡傛灉鏄?/span>win7 灝辮涓嬭澆X64鐨勩?/span>

 

瀹夎瀹屾垚鍚庯紝涓嬭澆鍘熶唬鐮侊細

cd D:\idempiere\
hg clone https://bitbucket.org/idempiere/idempiere

 

 

1. 浠?nbsp;adempiere鐨勬牴鐩綍 涓嬮潰鎼滅儲涓涓?nbsp;Test.sql
2. 鍦?nbsp;adempiere鐨勬牴鐩綍 涓嬮潰鏂板緩 utils\oracle\ 鏂囦歡澶廣?br /> 3. 灝嗘悳绱㈠埌鐨凾est.sql鏀懼埌 utils\oracle\ 鏂囦歡澶逛笅灝卞彲浠ャ?

 

 

鍚姩server/client 鍙傝冿細

http://www.adempiere.com/OSGI_HengSin

 



gdufo 2012-04-21 09:01 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 西藏| 马龙县| 大冶市| 佛教| 广德县| 名山县| 卢氏县| 谷城县| 五河县| 栾城县| 渭源县| 韶山市| 阜城县| 长垣县| 宁海县| 德化县| 靖远县| 新泰市| 侯马市| 内乡县| 石阡县| 方山县| 南宁市| 石景山区| 铜鼓县| 庆城县| 台湾省| 绥滨县| 万载县| 汤阴县| 荣昌县| 义马市| 五河县| 河南省| 新蔡县| 兰溪市| 呼伦贝尔市| 柳州市| 赣榆县| SHOW| 甘孜县|