Julia 1.5.3 DocumentationMarkdown happens to be the default, but one can construct other string macros and pass them to the @doc macro just as well. ## Note Markdown support is implemented in the Markdown standard library and fail if you misalign the output of pretty-printing an array, for example. You can then run make -C doc doctest=true to run all the doctests in the Julia Manual and API documentation, which will ensure that Usage The @doc macro associates its first argument with its second in a per-module dictionary called META. To make it easier to write documentation, the parser treats the macro name @doc specially: if0 码力 | 1335 页 | 4.41 MB | 2 年前3
Julia 1.9.0 rc3 DocumentationMarkdown happens to be the default, but one can construct other string macros and pass them to the @doc macro just as well. ## Note Markdown support is implemented in the Markdown standard library and for fail if you misalign the output of pretty-printing an array, for example. You can then run make -C doc doctest=true to run all the doctests in the Julia Manual and API documentation, which will ensure that Usage The @doc macro associates its first argument with its second in a per-module dictionary called META. To make it easier to write documentation, the parser treats the macro name @doc specially: if0 码力 | 1644 页 | 5.26 MB | 2 年前3
Julia 1.10.0 beta2 DocumentationMarkdown happens to be the default, but one can construct other string macros and pass them to the @doc macro just as well. ## Note Markdown support is implemented in the Markdown standard library and for fail if you misalign the output of pretty-printing an array, for example. You can then run make -C doc doctest=true to run all the doctests in the Julia Manual and API documentation, which will ensure that Usage The @doc macro associates its first argument with its second in a per-module dictionary called META. To make it easier to write documentation, the parser treats the macro name @doc specially: if0 码力 | 1682 页 | 5.96 MB | 2 年前3
Julia 1.8.1 DocumentationMarkdown happens to be the default, but one can construct other string macros and pass them to the @doc macro just as well. ## Note Markdown support is implemented in the Markdown standard library and fail if you misalign the output of pretty-printing an array, for example. You can then run make -C doc doctest=true to run all the doctests in the Julia Manual and API documentation, which will ensure that Usage The @doc macro associates its first argument with its second in a per-module dictionary called META. To make it easier to write documentation, the parser treats the macro name @doc specially: if0 码力 | 1563 页 | 5.03 MB | 2 年前3
MongoDB零基础入门手册插入两个数据,注意age的数据类型不一样哦 db.doc_demo.insert({'name': 'yihui', 'age': 18}) db.doc_demo.insert({'address': 'China', 'age': 18.8}) 数组类型插入 db.doc_demo.insert({'name': Object类型插入 db.doc_demo.insert({'name': 'yihui', 'site': {'blog':'https://blog.hhui.top', 'spring': 'https://spring.hhui.top'}}) > db.doc_demo.find({}) 是false,删除所有满足条件的文档 注意 当query为空时,表示删除所有文档,高危操作,谨慎执行 2. 实例演示 借用给我们上一篇插入的文档来进行演示,当前存在的文档为 > db.doc_demo.find({}) { "_id" : ObjectId("5e786582b0d677183afba746"), "name" : "yihui"0 码力 | 81 页 | 3.83 MB | 1 月前3
PyMuPDF 1.24.2 Documentationto 1.24.2. ## THE BASICS ### 5.1 Opening a File To open a file, do the following: import Fitz doc = Fitz.open("a.pdf") # open a document ## Note: Taking it further See the list of supported do the following: import Fitz doc = Fitz.open("a.pdf") # open a document out = open("output.txt", "wb") # create a text output for page in doc: # iterate the document pages file, do the following: import fitz doc = fitz.open("test.pdf") # open a document for page_index in range(len(doc)): # iterate over pdf pages page = doc[page_index] # get the page image_list0 码力 | 565 页 | 6.84 MB | 2 年前3
PyMuPDF 1.12.2 documentation>>> import Fitz You can check your version by printing the docstring: >>> print(fitz.__doc__) PyMuPDF 1.9.1: Python bindings for the MuPDF 1.9a built on 2016-07-01 13:06:02 ## Opening a Document it must be opened with the following statement: >>> doc = Fitz.open(filename) # or Fitz.Docum This creates a Document object doc. filename must be a Python string specifying the name of an existing outlines (also called “bookmarks”) of a document, is creating a table of contents: >>> toc = doc.getToC() This will return a Python list of lists [[[lv1, title, page, ...]], ...]. The level of the0 码力 | 387 页 | 2.70 MB | 2 年前3
Debian 新维护者手册README.Debian 29 5.2 compat 30 5.3 conffiles 30 5.4 package.cron.* 30 5.5 dirs 31 5.6 package.doc-base 31 5.7 docs 31 5.8 emacsen-* 31 5.9 package.examples 32 5.10 package.init 和 package.default Debian 本土软件包 57 ## Chapter 1 ## 正确的起点 本教程文档已被重写为另外的 Debian 维护者指导 (https://www.debian.org/doc/devel-manuals#debmake-doc) 文档,其中包含了更新的内容与更多实际例子。请使用新的教程作为主要的教程文档。 本文档致力于为普通Debian用户,和希望对Debian软件包有所了解的开发人员讲述如何 也需要十分勤奋,这样才能保证我们的系统正常运行而不出现问题。 如果你在软件包制作方面需要他人帮助,请阅读第 1.4 节。 本文的最新版随时都可以在 http://www.debian.org/doc/maint-guide/ 上和 maint-guide 软件包里找到。文档的简体中文翻译可以在 maint-guide-zh-cn 软件包里找到。还有一点需要注意的是,这篇文档的内容相对于当前的开发情况可能会有略微的延迟。0 码力 | 63 页 | 493.28 KB | 2 年前3
Debian 新維護人員手冊README.Debian 29 5.2 compat 30 5.3 conffiles 30 5.4 package.cron.* 30 5.5 dirs 31 5.6 package.doc-base 31 5.7 docs 31 5.8 emacsen-* 31 5.9 package.examples 32 5.10 package.init 和 package.default .. 57 ## Chapter 1 ## 從一條正確的路開始 本教程文件已被重寫為另外的 Debian 維護者指導 (https://www.debian.org/doc/devel-manuals#debmake-doc) 文件,其中包含了更新的內容與更多實際例子。請使用新的教程作為主要的教程文件。 這篇文檔試圖為普通Debian用戶,和希望對Debian軟件包有所瞭解的開發人員講述如何 同時也需要十分勤奮,這樣才能保證我們的系統正常運行而不出現問題。 如果你在軟體包製作方面需要他人幫助,請閱讀節 1.4。 本文的最新版隨時都可以在 http://www.debian.org/doc/maint-guide/ 上和 maint-guide 軟件包裹找到。文檔的簡體中文翻譯可以在 maint-guide-zh-cn 軟件包裹找到。還有一點需要注意的是,這篇文檔的內容相對於當前的開發情況可能會有略微的延遲。0 码力 | 63 页 | 512.12 KB | 2 年前3
This Debian Reference (version 2.109) https://www.debian.org for the general information • The documentation under the "/usr/share/doc/package_name" directory • The Unix style manpage: "dpkg -L package_name | grep '/man/man detailed documentation, you may need to install the corresponding documentation package named with "-doc" as its suffix. ## Conventions This document provides information through the following simplified typewriter font between double quotation marks, such as "/usr/share/doc/base-passwd/users-and-groups.txt.gz" and "/usr/share/doc/base-passwd/users-and-groups.txt". or by its URL, such as https://www0 码力 | 266 页 | 1.25 MB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













