精品丰满熟女一区二区三区_五月天亚洲欧美综合网_亚洲青青青在线观看_国产一区二区精选

  • <menu id="29e66"></menu>

    <bdo id="29e66"><mark id="29e66"><legend id="29e66"></legend></mark></bdo>

  • <pre id="29e66"><tt id="29e66"><rt id="29e66"></rt></tt></pre>

      <label id="29e66"></label><address id="29e66"><mark id="29e66"><strike id="29e66"></strike></mark></address>
      學(xué)習(xí)啦>學(xué)習(xí)電腦>電腦安全>系統(tǒng)安全>

      python IDLE如何實(shí)現(xiàn)清屏

      時(shí)間: 林澤1002 分享

        與Python IDLE打交道的時(shí)候。少不了 Python IDLE 都會(huì)遇到一個(gè)常見(jiàn)而又懊惱的問(wèn)題:不能清屏?下面是學(xué)習(xí)啦小編收集整理的python IDLE 如何實(shí)現(xiàn)清屏,希望對(duì)大家有幫助~~

        python IDLE 實(shí)現(xiàn)清屏的方法

        工具/原料

        python Idle

        ClearWindow.py

        方法/步驟

        下載clearwindow.py(http://pan.baidu.com/s/1ntOzSAt)

        (文件原作者:Roger D. Serwy)

        復(fù)制clearwindow.py文件,并放在Python安裝目錄PythonX\Lib\idlelib下面(我用的是python3.4.3所以路徑是:Python34\Lib\idlelib)

        在Python X\Lib\idlelib目錄下找到config-extensions.def(IDLE擴(kuò)展的配置文件),用記事本打開(kāi)

        在文件末尾添加如下代碼:

        [ClearWindow]

        enable=1

        enable_editor=0

        enable_shell=1

        [ClearWindow_cfgBindings]

        clear-window=

        打開(kāi)Python的IDLE,options選項(xiàng)中就可以看到增加了Clear shell window ctrl L

        在IDLE輸入代碼,然后按Ctrl+L;(是指Ctrl和L),發(fā)現(xiàn)剛輸入代碼可以被清除了


      如何實(shí)現(xiàn)清屏相關(guān)文章:

      1.QQ聊天窗口如何清屏

      2.qq聊天窗口如何清屏

      3.8051單片機(jī)接口技術(shù)論文

      4.Linux中常用操作命令介紹

      5.批處理文件

      6.Win10系統(tǒng)字體變好看的方法

      7.如何設(shè)置qq聊天面板最大化

      3085484