久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  • <legend id='T1Qy0'><style id='T1Qy0'><dir id='T1Qy0'><q id='T1Qy0'></q></dir></style></legend>
  • <tfoot id='T1Qy0'></tfoot>
    <i id='T1Qy0'><tr id='T1Qy0'><dt id='T1Qy0'><q id='T1Qy0'><span id='T1Qy0'><b id='T1Qy0'><form id='T1Qy0'><ins id='T1Qy0'></ins><ul id='T1Qy0'></ul><sub id='T1Qy0'></sub></form><legend id='T1Qy0'></legend><bdo id='T1Qy0'><pre id='T1Qy0'><center id='T1Qy0'></center></pre></bdo></b><th id='T1Qy0'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='T1Qy0'><tfoot id='T1Qy0'></tfoot><dl id='T1Qy0'><fieldset id='T1Qy0'></fieldset></dl></div>
    • <bdo id='T1Qy0'></bdo><ul id='T1Qy0'></ul>

    <small id='T1Qy0'></small><noframes id='T1Qy0'>

        如何將特定鍵綁定到 Eclipse 中的不同啟動(dòng)配置?

        How can I bind a specific key to different launch configurations in Eclipse?(如何將特定鍵綁定到 Eclipse 中的不同啟動(dòng)配置?)
          <tbody id='tzxNZ'></tbody>

      1. <i id='tzxNZ'><tr id='tzxNZ'><dt id='tzxNZ'><q id='tzxNZ'><span id='tzxNZ'><b id='tzxNZ'><form id='tzxNZ'><ins id='tzxNZ'></ins><ul id='tzxNZ'></ul><sub id='tzxNZ'></sub></form><legend id='tzxNZ'></legend><bdo id='tzxNZ'><pre id='tzxNZ'><center id='tzxNZ'></center></pre></bdo></b><th id='tzxNZ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='tzxNZ'><tfoot id='tzxNZ'></tfoot><dl id='tzxNZ'><fieldset id='tzxNZ'></fieldset></dl></div>
      2. <small id='tzxNZ'></small><noframes id='tzxNZ'>

            • <bdo id='tzxNZ'></bdo><ul id='tzxNZ'></ul>

                  <legend id='tzxNZ'><style id='tzxNZ'><dir id='tzxNZ'><q id='tzxNZ'></q></dir></style></legend>
                  <tfoot id='tzxNZ'></tfoot>
                  本文介紹了如何將特定鍵綁定到 Eclipse 中的不同啟動(dòng)配置?的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!

                  問(wèn)題描述

                  我正在處理的代碼有幾個(gè)啟動(dòng)配置.

                  一個(gè)配置(#1)意味著在最前面的編輯??器(即選定的資源)中運(yùn)行文件的單元測(cè)試".我真的很希望能夠始終將其綁定到一個(gè)鍵.

                  另一個(gè)配置 (#2) 的意思是運(yùn)行我正在處理的服務(wù)器(在最前面的項(xiàng)目中),以便我可以交互式地對(duì)其進(jìn)行測(cè)試".

                  還有一個(gè)(#3)的意思是對(duì)服務(wù)器運(yùn)行一些自動(dòng)化的驗(yàn)收測(cè)試".

                  我總是希望 #1 近在咫尺,只需按一下鍵即可輕松運(yùn)行.另外,我希望能夠運(yùn)行 #2,在控制臺(tái)中觀察它的啟動(dòng)情況,并且當(dāng)它準(zhǔn)備好時(shí)(因?yàn)樽詣?dòng)化它并不是完全微不足道的)按下 #3 的鍵.p>

                  這可能類似于 binding 的問(wèn)題特定構(gòu)建配置的關(guān)鍵,但那里的答案看起來(lái)非常特定于構(gòu)建,因?yàn)槲艺谑褂?PyDev,我根本沒(méi)有構(gòu)建"步驟.

                  此外,鑒于我使用的是 PyDev,pyedit_* 腳本形式的答案將與 eclipse 的本機(jī)"答案一樣受到贊賞.

                  解決方案

                  也許 Eclipse Runner插件可以使某人更容易處理啟動(dòng)配置.它目前不允許將鍵綁定分配給啟動(dòng)配置,但我打開(kāi)了一個(gè)功能請(qǐng)求 啟動(dòng)配置的鍵綁定

                  I have several launch configurations for the code I work on.

                  One configuration (#1) means "run the unit tests for the file in the frontmost editor (i.e. selected resource)". I would really like to be able to always make this be bound to a key.

                  Another configuration (#2) means "run the server that I am working on (in the frontmost project) so I can test it interactively".

                  Yet another (#3) means "run some automated acceptance tests against the server".

                  I always want to have #1 close at hand, easy to run from a single keystroke. Plus, I want to be able to run #2, watch it start up in a console, and when it's ready (since it's not entirely trivial to automate this) hit the key for #3.

                  This is possibly similar to the question for binding a key to a specific build configuration, but the answers there look very specific to builds, and as I'm using PyDev, I don't have a "build" step at all.

                  Also, given that I'm using PyDev, an answer in the form of a pyedit_* script would be appreciated just as much as a "native" answer for eclipse.

                  解決方案

                  Maybe Eclipse Runner plugin could make it easier for someone to handle launch configurations. It doesn't allow to assign key binding to launch configurations currently but I opened a feature request Key bindings for launch configurations

                  這篇關(guān)于如何將特定鍵綁定到 Eclipse 中的不同啟動(dòng)配置?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Integrate window tester with eclipse for testing UI(將 window tester 與 eclipse 集成以測(cè)試 UI)
                  TestNG: More than one @DataProvider for one @Test(TestNG:一個(gè)@Test 有多個(gè)@DataProvider)
                  EditText in Android doesn#39;t show text when typing while using the on-screen keyboard(使用屏幕鍵盤鍵入時(shí),Android 中的 EditText 不顯示文本)
                  Dividing two integers to a double in java(在java中將兩個(gè)整數(shù)除以一個(gè)double)
                  Kivy, Eclipse and PyDev (also PyPy)(Kivy、Eclipse 和 PyDev(也是 PyPy))
                  Eclipse-CDT: Use Namespace in automatic generated include-guards(Eclipse-CDT:在自動(dòng)生成的包含防護(hù)中使用命名空間)

                      <tfoot id='Ak3ZE'></tfoot>
                      • <i id='Ak3ZE'><tr id='Ak3ZE'><dt id='Ak3ZE'><q id='Ak3ZE'><span id='Ak3ZE'><b id='Ak3ZE'><form id='Ak3ZE'><ins id='Ak3ZE'></ins><ul id='Ak3ZE'></ul><sub id='Ak3ZE'></sub></form><legend id='Ak3ZE'></legend><bdo id='Ak3ZE'><pre id='Ak3ZE'><center id='Ak3ZE'></center></pre></bdo></b><th id='Ak3ZE'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Ak3ZE'><tfoot id='Ak3ZE'></tfoot><dl id='Ak3ZE'><fieldset id='Ak3ZE'></fieldset></dl></div>

                          <tbody id='Ak3ZE'></tbody>
                          <legend id='Ak3ZE'><style id='Ak3ZE'><dir id='Ak3ZE'><q id='Ak3ZE'></q></dir></style></legend>
                          • <bdo id='Ak3ZE'></bdo><ul id='Ak3ZE'></ul>

                          • <small id='Ak3ZE'></small><noframes id='Ak3ZE'>

                            主站蜘蛛池模板: 国产欧美精品 | 国产精品国产 | 亚洲精品久久久蜜桃 | 亚洲国产精品一区二区第一页 | 久久成人在线视频 | 久草精品在线 | 成人 在线| 日韩亚洲视频在线 | 一级在线毛片 | 成人影视网 | 亚洲一区二区三区在线视频 | 久久久久无码国产精品一区 | 一区二区三区高清 | 在线国产一区二区 | 久久久久免费 | 国产精久久久 | 91看国产 | 亚洲一区中文字幕 | 中文字幕亚洲精品在线观看 | 免费视频一区 | 久久精品中文字幕 | 亚洲一区二区在线 | 日韩在线视频免费观看 | 亚av在线 | 亚洲一区二区不卡在线观看 | 久久av一区二区三区 | 久久专区 | 成人国产精品免费观看 | 亚洲色图综合 | 免费视频久久 | 成人精品一区二区三区中文字幕 | 日韩精品视频在线 | 一区二区三区不卡视频 | 国产精品一区在线观看你懂的 | 永久精品 | 亚洲a一区二区 | 成人九色 | 日韩在线播放视频 | 亚洲午夜精品 | 综合二区 | 成人免费视频观看视频 |