App下載

詞條

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

3371.CoffeeScript的循環(huán)和推導(dǎo)式

...一個函數(shù)供調(diào)用。切片CoffeeScript構(gòu)建的思想,借鑒了很多Python和Ruby的。比如現(xiàn)在所說的切片功能。切片其實(shí)就是對數(shù)組的截?cái)啵迦牒蛣h除操作。說白了就是用JavaScript的數(shù)組slice和splice函數(shù)操作數(shù)組。還是先簡單說明一下這兩...

http://m.o2fo.com/vks2el/2w5z1pui.html

3372.PyPDF2 PdfWriter類

...None將自定義元數(shù)據(jù)添加到輸出。參數(shù)infos ( dict ) – 一個 Python 字典,其中每個鍵都是一個字段,每個值都是您的新元數(shù)據(jù)。add_named_destination(title: str, page_number: Optional[int] = None, pagenum: Optional[int] = None)→ IndirectObjectadd_named_destinatio...

http://m.o2fo.com/pypdf2/pypdf2-pdfwriter-class.html

3373.自動數(shù)據(jù)庫路由

...el_name? (模型 ?__name__? 的小寫版本) 的值。 對于 RunPython 和 RunSQL 操作的值是 ?None ?,除非它們提示要提供它。?hints通過某些操作來向路由傳達(dá)附加信息。當(dāng)設(shè)置 ?model_name ?,?hints? 通常包含 ?model?下的模型類。...

http://m.o2fo.com/django4/django4-gf8w3m1c.html

3374.Hadoop的快速指南

...可執(zhí)行文件或腳本映射器和/或減速Reduce作業(yè)。 示例使用Python 對于Hadoop的數(shù)據(jù)流,我們所考慮的字計(jì)數(shù)問題。 Hadoop中的任何作業(yè)必須有兩個階段:映射器和減速。我們已經(jīng)編寫代碼映射器和python腳本減速到Hadoop的下運(yùn)行它。一...

http://m.o2fo.com/hadoop/hadoop_quick_guide.html

3375.AI人工智能 卷積神經(jīng)網(wǎng)絡(luò)(CNN)

...** **1**. **Caffe:**源于**Berkeley**的主流**CV工具包**,支持C++,python,matlab; Model Zoo中有大量預(yù)訓(xùn)練好的模型供使用; **2**. **Torch:** **Facebook**用的卷積神經(jīng)網(wǎng)絡(luò)工具包,通過時域卷積的本地接口,使用非常**直觀**; 定義新網(wǎng)絡(luò)層**簡單**; *...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-q7uv3cdo.html

3376.Client-Server overview

...,考慮下面的將兩個URL模式映射到兩個視圖函數(shù)的Django(Python)代碼。 第一種模式確保具有資源URL / best 的HTTP請求將被傳遞到 views 模塊中的 index() 。 具有模式" / best / junior "的請求將被傳遞到 junior()視圖函數(shù)。 # file: best/urls.py # fr...

http://m.o2fo.com/webstart/webstart-client-server-overview.html

3377.PyTorch 中的命名張量簡介(實(shí)驗(yàn)性)

..._imgs.names) # Refine the last two dims to 'H' and 'W'. In Python 2, use the string '...' # instead of ... named_imgs = imgs.refine_names(..., 'H', 'W') print(named_imgs.names) def catch_error(fn): try: fn() assert False except RuntimeError as err: err = str(e...

http://m.o2fo.com/pytorch/pytorch-skug3bpf.html

3378.FastAPI教程 自定義響應(yīng) - HTML,流,文件和其他

...可選 JSON 響應(yīng)。警告在處理某些邊緣情況時,ujson 不如 Python 的內(nèi)置實(shí)現(xiàn)那么謹(jǐn)慎。from fastapi import FastAPI from fastapi.responses import UJSONResponse app = FastAPI() @app.get("/items/", response_class=UJSONResponse) async def read_items(): return [{"item_id": "Foo"}] ...

http://m.o2fo.com/fastapi/fastapi-mfcs3ldi.html

3379.Django4.0 測試工具-測試用例特性

...恢復(fù)到原始值。對于這個用例,Django 提供了一個標(biāo)準(zhǔn)的 Python 上下文管理器(見 PEP 343),叫做 ?settings()?,可以這樣使用:from django.test import TestCase class LoginTestCase(TestCase): def test_login(self): # First check for the default behavior response ...

http://m.o2fo.com/django4/django4-mgn13m5b.html

3380.Pandas 入門

...D int32 E category F object dtype: object IPython支持 tab 鍵自動補(bǔ)全列名與公共屬性。下面是部分可自動補(bǔ)全的屬性:In [12]: df2.<TAB> # noqa: E225, E999 df2.A df2.bool df2.abs df2.boxplot df2.add ...

http://m.o2fo.com/hyspo/hyspo-m7je3723.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

3371.CoffeeScript的循環(huán)和推導(dǎo)式

...一個函數(shù)供調(diào)用。切片CoffeeScript構(gòu)建的思想,借鑒了很多Python和Ruby的。比如現(xiàn)在所說的切片功能。切片其實(shí)就是對數(shù)組的截?cái)?,插入和刪除操作。說白了就是用JavaScript的數(shù)組slice和splice函數(shù)操作數(shù)組。還是先簡單說明一下這兩...

http://m.o2fo.com/vks2el/2w5z1pui.html

3372.PyPDF2 PdfWriter類

...None將自定義元數(shù)據(jù)添加到輸出。參數(shù)infos ( dict ) – 一個 Python 字典,其中每個鍵都是一個字段,每個值都是您的新元數(shù)據(jù)。add_named_destination(title: str, page_number: Optional[int] = None, pagenum: Optional[int] = None)→ IndirectObjectadd_named_destinatio...

http://m.o2fo.com/pypdf2/pypdf2-pdfwriter-class.html

3373.自動數(shù)據(jù)庫路由

...el_name? (模型 ?__name__? 的小寫版本) 的值。 對于 RunPython 和 RunSQL 操作的值是 ?None ?,除非它們提示要提供它。?hints通過某些操作來向路由傳達(dá)附加信息。當(dāng)設(shè)置 ?model_name ?,?hints? 通常包含 ?model?下的模型類。...

http://m.o2fo.com/django4/django4-gf8w3m1c.html

3374.Hadoop的快速指南

...可執(zhí)行文件或腳本映射器和/或減速Reduce作業(yè)。 示例使用Python 對于Hadoop的數(shù)據(jù)流,我們所考慮的字計(jì)數(shù)問題。 Hadoop中的任何作業(yè)必須有兩個階段:映射器和減速。我們已經(jīng)編寫代碼映射器和python腳本減速到Hadoop的下運(yùn)行它。一...

http://m.o2fo.com/hadoop/hadoop_quick_guide.html

3375.AI人工智能 卷積神經(jīng)網(wǎng)絡(luò)(CNN)

...** **1**. **Caffe:**源于**Berkeley**的主流**CV工具包**,支持C++,python,matlab; Model Zoo中有大量預(yù)訓(xùn)練好的模型供使用; **2**. **Torch:** **Facebook**用的卷積神經(jīng)網(wǎng)絡(luò)工具包,通過時域卷積的本地接口,使用非常**直觀**; 定義新網(wǎng)絡(luò)層**簡單**; *...

http://m.o2fo.com/artificial_intelligence/artificial_intelligence-q7uv3cdo.html

3376.Client-Server overview

...,考慮下面的將兩個URL模式映射到兩個視圖函數(shù)的Django(Python)代碼。 第一種模式確保具有資源URL / best 的HTTP請求將被傳遞到 views 模塊中的 index() 。 具有模式" / best / junior "的請求將被傳遞到 junior()視圖函數(shù)。 # file: best/urls.py # fr...

http://m.o2fo.com/webstart/webstart-client-server-overview.html

3377.PyTorch 中的命名張量簡介(實(shí)驗(yàn)性)

..._imgs.names) # Refine the last two dims to 'H' and 'W'. In Python 2, use the string '...' # instead of ... named_imgs = imgs.refine_names(..., 'H', 'W') print(named_imgs.names) def catch_error(fn): try: fn() assert False except RuntimeError as err: err = str(e...

http://m.o2fo.com/pytorch/pytorch-skug3bpf.html

3378.FastAPI教程 自定義響應(yīng) - HTML,流,文件和其他

...可選 JSON 響應(yīng)。警告在處理某些邊緣情況時,ujson 不如 Python 的內(nèi)置實(shí)現(xiàn)那么謹(jǐn)慎。from fastapi import FastAPI from fastapi.responses import UJSONResponse app = FastAPI() @app.get("/items/", response_class=UJSONResponse) async def read_items(): return [{"item_id": "Foo"}] ...

http://m.o2fo.com/fastapi/fastapi-mfcs3ldi.html

3379.Django4.0 測試工具-測試用例特性

...恢復(fù)到原始值。對于這個用例,Django 提供了一個標(biāo)準(zhǔn)的 Python 上下文管理器(見 PEP 343),叫做 ?settings()?,可以這樣使用:from django.test import TestCase class LoginTestCase(TestCase): def test_login(self): # First check for the default behavior response ...

http://m.o2fo.com/django4/django4-mgn13m5b.html

3380.Pandas 入門

...D int32 E category F object dtype: object IPython支持 tab 鍵自動補(bǔ)全列名與公共屬性。下面是部分可自動補(bǔ)全的屬性:In [12]: df2.<TAB> # noqa: E225, E999 df2.A df2.bool df2.abs df2.boxplot df2.add ...

http://m.o2fo.com/hyspo/hyspo-m7je3723.html

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

w3cschool 建議您:

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

熱門課程