日韩无码专区无码一级三级片|91人人爱网站中日韩无码电影|厨房大战丰满熟妇|AV高清无码在线免费观看|另类AV日韩少妇熟女|中文日本大黄一级黄色片|色情在线视频免费|亚洲成人特黄a片|黄片wwwav色图欧美|欧亚乱色一区二区三区

RELATEED CONSULTING
相關(guān)咨詢
選擇下列產(chǎn)品馬上在線溝通
服務(wù)時(shí)間:8:30-17:00
你可能遇到了下面的問(wèn)題
關(guān)閉右側(cè)工具欄

新聞中心

這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷(xiāo)解決方案
用Python2.5.1幫助文檔設(shè)置的實(shí)際操作方案介紹

如果你對(duì)用Python 2.5.1如何幫助文檔設(shè)置的實(shí)際操作步驟存在問(wèn)題時(shí),或?qū)ython 2.5.1的相關(guān)代碼的具體應(yīng)用不了解時(shí),弄都可以瀏覽以下的文章,它會(huì)涉及到相關(guān)問(wèn)題的解決,希望你在看完我們的文章會(huì)有所體會(huì)。

成都創(chuàng)新互聯(lián)專注于湖南企業(yè)網(wǎng)站建設(shè),成都響應(yīng)式網(wǎng)站建設(shè)公司,商城開(kāi)發(fā)。湖南網(wǎng)站建設(shè)公司,為湖南等地區(qū)提供建站服務(wù)。全流程按需策劃設(shè)計(jì),專業(yè)設(shè)計(jì),全程項(xiàng)目跟蹤,成都創(chuàng)新互聯(lián)專業(yè)和態(tài)度為您提供的服務(wù)

Python 2.5.1 幫助文檔設(shè)置問(wèn)題

Python 2.5.1 (r251:54863, Apr 8 2008, 01:20:16)

 
 
 
  1. [GCC 4.3.0 20080404 (Red Hat 4.3.0-6)] on linux2
  2. Type "help", "copyright", "credits" or "license" 
    for more information.
  3. >>> help('print')
  4. Sorry, topic and keyword documentation is not 
    available because the Python
  5. HTML documentation files could not be found. 
    If you have installed them,
  6. please set the environment variable PYTHONDOCS 
    to indicate their location.
  7. On the Microsoft Windows operating system, the 
    files can be built by
  8. running "hh -decompile . PythonNN.chm" in the 
    C:\PythonNN\Doc> directory.
  9. >>> 

操作系統(tǒng)是fedora 9。首先,下載幫助文檔。然后,解壓至/home/sword/下載/Python-Docs-2.5

 
 
 
  1. [sword@localhost Python-Docs-2.5]$ ls
  2. about.html api doc icons inst mac ref whatsnew
  3. acks.html dist ext index.html lib modindex.html tut
  4. [sword@localhost Python-Docs-2.5]$ pwd

在Python 2.5.1 幫助文檔設(shè)置問(wèn)題中你需要在/home/sword/下載/Python-Docs-2.5***,修改配置文件~/.bash_profile,末尾加一句:PYTHONDOCS=/home/sword/下載/Python-Docs-2.5export PYTHONDOCS

 
 
 
  1. $ python
  2. Python 2.5.1 (r251:54863, Apr 8 2008, 01:20:16) 
  3. [GCC 4.3.0 20080404 (Red Hat 4.3.0-6)] on linux2
  4. Type "help", "copyright", "credits" or "license" 
    for more information.
  5. >>> help('print')

6.6 The print statement

 
 
 
  1. print_stmt ::= "print" ( [expression[1] ("," 
    expression[2])* [","]]
  2. | ">>" expression[3] [("," expression[4])+ [","]] )
  3. Download entire grammar as text.[5]
  4. ...  

以上就是對(duì)Python 2.5.1 幫助文檔設(shè)置問(wèn)題的相關(guān)的內(nèi)容的介紹,望你會(huì)有所收獲。


新聞名稱:用Python2.5.1幫助文檔設(shè)置的實(shí)際操作方案介紹
轉(zhuǎn)載來(lái)于:http://www.5511xx.com/article/cdidpie.html