⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 together_2006_r2.exe

📁 快速使用uml开发,能和eclipse合并开发
💻 EXE
字号:






















































































    
        
        
    



        
        
    






















    
        
        
        
        
        
        
        
                
            

        
        

        
        
        
        
        
    

	  
	
	
			
	

















    
        
        

        

<html>
        

    <!--
        
                
        DLM:       v2.2.3
        Received:  ActiveX, v2.2.3.0
        Reason:    MSIE 6
        Language:  en (Automatically detected)
                
            
    -->

    <head>

        <!-- Begin head fragment -->

        
                <link rel=stylesheet href="http://info.borland.com/styles/downloads04.css" type="text/css"/><script type="text/javascript" src="http://www.borland.com/resource/download_manager.js "><!-- // --></script>
            

        <!-- End head fragment -->

        <script language="JavaScript">

            var bDocReady = false;
            var bInsObj   = false;
            var isLinux   = (navigator.userAgent.indexOf("Linux") >= 0);
            var isMacFF   = (navigator.userAgent.indexOf("Firefox") >= 0 && navigator.userAgent.indexOf("Mac") >= 0);
            var isSafari  = (navigator.userAgent.indexOf("Safari") >= 0);
            var isSolaris = (navigator.userAgent.indexOf("Sun") >= 0);
            var isWinFF   = (navigator.userAgent.indexOf("Firefox") >= 0 && navigator.userAgent.indexOf("Windows") >= 0);
            var isIE7     = (navigator.userAgent.indexOf("MSIE 7") >= 0);

            function doLoad() {
        
                // Start automatically
                setTimeout("startDLM();", 1000);
            
                return;
            }

        
                

            var bdmIsReady = false;
            var bDMStarted = false;
            var bDMFailed  = false;
            var bShutdown  = false;

            var startTries = 0;

            function closeIt() {
                if (isIE7) {
                        return;
                }

                if (bDMStarted && !bShutdown) {
                    event.returnValue = "The Download Manager is still running.\n" +
                        "Pressing 'OK' will stop any active downloads and close the Download Manager.";
                }
            }

            

        </script>

        
        <noscript><meta http-equiv="Refresh" content="2;url=http://altd.borland.com/akdlm/download/together/TG_2006_for_Eclipse/0207/Together_2006_R2.exe" /></noscript>
            

    </head>

    <body onload="doLoad()" onbeforeunload="closeIt()">

        <!-- Begin body fragment -->

        
            
                
                        <div class="downloadcontainer">   <div class="downloadbody">    <div class="banner"><img src="http://info.borland.com/downloads/images/top_download_bar2.gif" alt="" border="0"/></div>    <div id="content">     <div class="callout">      <a href="http://info.borland.com/new/downloads/image1_redirect.html" target="_blank"><img src="http://info.borland.com/downloads/images/image1.gif" alt="" border="0" name="image2"/></a>     </div>     <h3>Borland Download Manager</h3>     <p>The Borland Download Manager is starting.</p>     <p>Borland is providing a download manager on all HTTP downloads in order to improve your download experience.  If the download manager fails to start, <a href='http://altd.borland.com/akdlm/download/together/TG_2006_for_Eclipse/0207/Together_2006_R2.exe'> select this link to download the file. </a></p>       <p>If you have any problems downloading, please use the <a href="javascript:void(0);" onClick="makeNewWindowLogin('http://info.borland.com/downloads/help.html');">help form</a> to tell us about it.</p>    </div>    <div id="footer"><p>Borland&reg; Copyright&reg; 1994-2004 Borland Software Corporation. All rights reserved.</p></div>   </div></div>
                    
            

        <!-- End body fragment -->

        <DIV ID="objectDIV"></DIV>

        <script language="JavaScript">

        
                

            // Initiate shutdown
            function doDLMShutdown() {
                if (bShutdown) {
                    return;
                }

                bShutdown = true;
                window.opener = null;
                window.close();
            }


            // Initiate the download
            function doStart() {
                startTries++;
                if (startTries > 120) {
                    bDMFailed = true;
                    return;
                }

                try {
                    var dm = document.getElementById("dm");
                    if (dm == null) {
                        bDMFailed = true;
                        return;
                    }
                    dm.detachEvent("DLMShutdown", doDLMShutdown);
                    dm.attachEvent("DLMShutdown", doDLMShutdown);
                
                    
                    dm.StartDownload();
                    
                    bDMStarted = true;
                } catch (e) {
                    bDMStarted = false;
                    if (e.description != "object Error") {
                        bDMFailed = true;
                    }
                }
            }

            // Start the DLM
            function startDLM() {
                if (bDocReady) {
                    insertObj();
                    if (bdmIsReady) {
                        doStart();
                    }
                }

                if (bDMFailed) {
                    // Don't try to go direct, since this happens by
                    // default on XP SP2 and above.
                    return;
                }

                if (!bDMStarted) {
                    setTimeout("startDLM();", 500);
                }
            }

            // Check if the DM object is fully loaded
            function dmReady() {
                var dm = document.getElementById("dm");
                if (dm == null) {
                    bDMFailed = true;
                    return;
                }

                if (dm.readyState == 4) {
                    bdmIsReady = true;
                }
            }
            

            // Check if the document is fully loaded
            function docReady() {
                if (document.readyState == "complete") {
                    bDocReady = true;
                } else {
                    bDocReady = false;
                }
            }

            // Insert the code to create the DM object
            function insertObj() {
                // Only insert the object once
                if (!bInsObj) {
                    bInsObj = true;

                    // Create object tag
        
                
                    var sObjHTML = "<object id=\"dm\" classid=\"CLSID:FFBB3F3B-0A5A-4106-BE53-DFE1E2340CB1\" CODEBASE=\"http://dlm.tools.akamai.com/dlmanager/versions/activex/dlm-activex-2.2.3.0.cab#Version=2,2,3,0\" width=1 height=1> " +
                        "   <PARAM name=\"logging\" value=\"1\"/> " +
            
                        "    <PARAM name=\"version\" value=\"2.2.3\"/> " +
                        "    <PARAM name=\"URL\" value=\"http://altd.borland.com/akdlm/download/together/TG_2006_for_Eclipse/0207/Together_2006_R2.exe\"/> " +
                        "    <PARAM name=\"recoveryURL\" value=\"http://altd.borland.com/download/together/TG_2006_for_Eclipse/0207/Together_2006_R2.exe\"/> " +
                        "    <PARAM name=\"language\" value=\"en\"/> " +
                        "    <PARAM name=\"providerName\" value=\"Borland Download Manager\"/> " +
                        "    <PARAM name=\"maxCon\" value=\"4\"/> " +
                        "    <PARAM name=\"maxConn\" value=\"4\"/> " +
                        "    <PARAM name=\"requestSize\" value=\"1024\"/> " +
                        "    <PARAM name=\"flushSize\" value=\"32\"/> " +
        
                        "    <PARAM name=\"initialView\" value=\"single\"/> " +
            
        
                        "    <PARAM name=\"referer\" value=\"http://trial.borland.com/survey.aspx?sid=628\"/> " +
            
        
                        "    <PARAM name=\"icon\" value=\"true\"/> " +
            
        
        
                        "    <PARAM name=\"logoURL\" value=\"http://altd.borland.com/akdlmHTML/borland.gif\"/> " +
            
        
                        "    <PARAM name=\"disregardQryStr\" value=\"true\"/> " +
            
        
        
                        "    <PARAM name=\"launch\" value=\"no\"/> " +
            
        
                        "    <PARAM name=\"closeWhenDone\" value=\"no\"/> " +
            
        
        

        

        
                        "</object> ";
            

                    objdiv = document.getElementById("objectDIV");
                    if (objdiv == null) {
        
                        document.location.replace("http://altd.borland.com/akdlm/download/together/TG_2006_for_Eclipse/0207/Together_2006_R2.exe");
            
                        return;
                    }

        

                    objdiv.innerHTML = sObjHTML;

                    if (dm == null) {
                        bDMFailed = true;
                    }

                    // Set up handler for DM readystate change
                    dm.onreadystatechange = dmReady;
                    dmReady();

            

                }
            }

        

            // Set up handler for document readystate change
            document.onreadystatechange = docReady;

            

        </script>

    </body>

</html>

    

    



































































































⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -