App下載

詞條

大約有 3,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0218秒)

1251.文件(1)

文件,是computer姑娘中非常重要的東西,在python里,它也是一種類型的對象,類似前面已經(jīng)學(xué)習(xí)過的其它數(shù)據(jù)類型,包括文本的、圖片的、音頻的、視頻的等等,還有不少?zèng)]見過的擴(kuò)展名的。事實(shí)上,在linux操作系統(tǒng)中,所有的...

http://o2fo.com/uqmpir/imszoozt.html

1252.web.py 數(shù)據(jù)庫操作

...據(jù)庫使用psycopg2。 首先你需要?jiǎng)?chuàng)建一個(gè)數(shù)據(jù)庫對象。 ```python db = web.database(dbn='postgres', user='username', pw='password', db='dbname') ``` (根據(jù)需要修改這里 – 尤其是username 、 password 、 dbname – 。 MySQL用戶還需要把 dbn 定義改為 mysql。) 這就...

http://o2fo.com/rrhwebpy/rrhwebpy-hcm3329y.html

1253.Project and apps

...例如同步資料庫、建立 app 等等,指令的使用方式如下: python manage.py <command> [options] 如果你想要了解有什麼指令可以使用,輸入help或-h指令會(huì)列出所有指令列表: python manage.py -h 而如果想了解其中一個(gè)指令,可以在指令名字后...

http://o2fo.com/idbss4/18lq3ozt.html

1254.回顧list和str

...(welcome_str)-1] 'u' >>> welcome_str[:4] 'Welc' >>> a = "python" >>> a*3 'pythonpythonpython' >>> git_list = ["qiwsir","github","io"] >>> git_list[0] 'qiwsir' >>> git_list[len(git_list)-1] 'io' >>> git_list[0:2] ['qiwsir', 'github'] >...

http://o2fo.com/uqmpir/g7al5ozt.html

1255.Django drf 序列化

...面的步驟以后我們要?jiǎng)?chuàng)建一個(gè)用于創(chuàng)建簡單Web API的app。python manage.py startapp snippets我們需要將新建的snippetsapp和rest_frameworkapp添加到INSTALLED_APPS。讓我們編輯tutorial/settings.py文件:INSTALLED_APPS = ( ... 'rest_framework', 'snippets.apps.SnippetsConf...

http://o2fo.com/lxraw/lxraw-8kq335ob.html

1256.PyTorch torch.utils.tensorboard

...ir`。 如果分配了`log_dir`,則此參數(shù)無效。 - **purge_step** (*python:int* )–當(dāng)日志記錄在步驟![img](https://pytorch.apachecn.org/docs/1.4/img/82a6678241a87381fabee18131935fa5.jpg)崩潰并在步驟![img](https://pytorch.apachecn.org/docs/1.4/img/e76349865309323eafcc6a541e3073...

http://o2fo.com/pytorch/pytorch-trnd3bxp.html

1257.列表(2)

上一節(jié)中已經(jīng)談到,list是python的苦力,那么它都有哪些函數(shù)呢?或者它或者對它能做什么呢?在交互模式下這么操作,就看到有關(guān)它的函數(shù)了。 >>> dir(list) ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__delslice__'...

http://o2fo.com/uqmpir/rd9ogozt.html

1258.FastAPI 特性

...接調(diào)用和測試你的 API 。 另外的 API 文檔:ReDoc 更主流的 Python 全部都基于標(biāo)準(zhǔn)的 Python 3.6 類型聲明(感謝 Pydantic )。沒有新的語法需要學(xué)習(xí)。只需要標(biāo)準(zhǔn)的 Python 。 如果你需要2分鐘來學(xué)習(xí)如何使用 Python 類型(即使你不使用 Fas...

http://o2fo.com/fastapi/fastapi-features.html

1259.函數(shù)(1)

...平都能理解一個(gè)大概了。這里不贅述。 本講重點(diǎn)說明用python怎么來構(gòu)造一個(gè)函數(shù)。 深入理解函數(shù) 在中學(xué)數(shù)學(xué)中,可以用這樣的方式定義函數(shù):y=4x+3,這就是一個(gè)一次函數(shù),當(dāng)然,也可以寫成:f(x)=4x+3。其中x是變量,它可以代...

http://o2fo.com/uqmpir/q3op8ozt.html

1260.unittest 命令行界面

...用 unittest 模塊從模塊、類甚至單個(gè)測試方法運(yùn)行測試:python -m unittest test_module1 test_module2 python -m unittest test_module.TestClass python -m unittest test_module.TestClass.test_method您可以傳入包含模塊名稱和完全限定類或方法名稱的任意組合的列...

http://o2fo.com/unittest/unittest-command-line.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1251.文件(1)

文件,是computer姑娘中非常重要的東西,在python里,它也是一種類型的對象,類似前面已經(jīng)學(xué)習(xí)過的其它數(shù)據(jù)類型,包括文本的、圖片的、音頻的、視頻的等等,還有不少?zèng)]見過的擴(kuò)展名的。事實(shí)上,在linux操作系統(tǒng)中,所有的...

http://o2fo.com/uqmpir/imszoozt.html

1252.web.py 數(shù)據(jù)庫操作

...據(jù)庫使用psycopg2。 首先你需要?jiǎng)?chuàng)建一個(gè)數(shù)據(jù)庫對象。 ```python db = web.database(dbn='postgres', user='username', pw='password', db='dbname') ``` (根據(jù)需要修改這里 – 尤其是username 、 password 、 dbname – 。 MySQL用戶還需要把 dbn 定義改為 mysql。) 這就...

http://o2fo.com/rrhwebpy/rrhwebpy-hcm3329y.html

1253.Project and apps

...例如同步資料庫、建立 app 等等,指令的使用方式如下: python manage.py <command> [options] 如果你想要了解有什麼指令可以使用,輸入help或-h指令會(huì)列出所有指令列表: python manage.py -h 而如果想了解其中一個(gè)指令,可以在指令名字后...

http://o2fo.com/idbss4/18lq3ozt.html

1254.回顧list和str

...(welcome_str)-1] 'u' >>> welcome_str[:4] 'Welc' >>> a = "python" >>> a*3 'pythonpythonpython' >>> git_list = ["qiwsir","github","io"] >>> git_list[0] 'qiwsir' >>> git_list[len(git_list)-1] 'io' >>> git_list[0:2] ['qiwsir', 'github'] >...

http://o2fo.com/uqmpir/g7al5ozt.html

1255.Django drf 序列化

...面的步驟以后我們要?jiǎng)?chuàng)建一個(gè)用于創(chuàng)建簡單Web API的app。python manage.py startapp snippets我們需要將新建的snippetsapp和rest_frameworkapp添加到INSTALLED_APPS。讓我們編輯tutorial/settings.py文件:INSTALLED_APPS = ( ... 'rest_framework', 'snippets.apps.SnippetsConf...

http://o2fo.com/lxraw/lxraw-8kq335ob.html

1256.PyTorch torch.utils.tensorboard

...ir`。 如果分配了`log_dir`,則此參數(shù)無效。 - **purge_step** (*python:int* )–當(dāng)日志記錄在步驟![img](https://pytorch.apachecn.org/docs/1.4/img/82a6678241a87381fabee18131935fa5.jpg)崩潰并在步驟![img](https://pytorch.apachecn.org/docs/1.4/img/e76349865309323eafcc6a541e3073...

http://o2fo.com/pytorch/pytorch-trnd3bxp.html

1257.列表(2)

上一節(jié)中已經(jīng)談到,list是python的苦力,那么它都有哪些函數(shù)呢?或者它或者對它能做什么呢?在交互模式下這么操作,就看到有關(guān)它的函數(shù)了。 >>> dir(list) ['__add__', '__class__', '__contains__', '__delattr__', '__delitem__', '__delslice__'...

http://o2fo.com/uqmpir/rd9ogozt.html

1258.FastAPI 特性

...接調(diào)用和測試你的 API 。 另外的 API 文檔:ReDoc 更主流的 Python 全部都基于標(biāo)準(zhǔn)的 Python 3.6 類型聲明(感謝 Pydantic )。沒有新的語法需要學(xué)習(xí)。只需要標(biāo)準(zhǔn)的 Python 。 如果你需要2分鐘來學(xué)習(xí)如何使用 Python 類型(即使你不使用 Fas...

http://o2fo.com/fastapi/fastapi-features.html

1259.函數(shù)(1)

...平都能理解一個(gè)大概了。這里不贅述。 本講重點(diǎn)說明用python怎么來構(gòu)造一個(gè)函數(shù)。 深入理解函數(shù) 在中學(xué)數(shù)學(xué)中,可以用這樣的方式定義函數(shù):y=4x+3,這就是一個(gè)一次函數(shù),當(dāng)然,也可以寫成:f(x)=4x+3。其中x是變量,它可以代...

http://o2fo.com/uqmpir/q3op8ozt.html

1260.unittest 命令行界面

...用 unittest 模塊從模塊、類甚至單個(gè)測試方法運(yùn)行測試:python -m unittest test_module1 test_module2 python -m unittest test_module.TestClass python -m unittest test_module.TestClass.test_method您可以傳入包含模塊名稱和完全限定類或方法名稱的任意組合的列...

http://o2fo.com/unittest/unittest-command-line.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程