书栈网 · BookStack 本次搜索耗时 0.034 秒,为您找到 199 个相关结果.
  • 译者须知

    Linux Documentation 翻译小组用户手册 报名参与 翻译过程 Linux Documentation 翻译小组用户手册 报名参与 欢迎关注泰晓科技 的新浪微博 ,私信报名参加该翻译项目。 翻译过程 注册并登录 github fork 代码仓库 可选:注册 gitbook.com,在 gitbook.com 建立书...
  • Pitfalls

    Pitfalls Markdown Issues Duplicate Link Issues Footnote ID issues Footnote problems Sometimes you need to hide LaTeX to PDF And so we copied gibberish Issues with new lines ...
  • 3.1 从网络和硬盘访问文本

    3.1 从网络和硬盘访问文本 电子书 处理 HTML 处理搜索引擎的结果 读取本地文件 从 PDF、MS Word 及其他二进制格式中提取文本 捕获用户输入 NLP 的流程 3.1 从网络和硬盘访问文本 电子书 NLTK 语料库集合中有古腾堡项目的一小部分样例文本。然而,你可能对分析古腾堡项目的其它文本感兴趣。你可以在http://...
  • 18. What Next

    What Next Next Projects Example Code Advice Videos Questions and Answers Tutorials Discussion News Installing libraries Creating a Website Graphical Software Summary of G...
  • Introduction

    Introduction Who Rust Is For Teams of Developers Students Companies Open Source Developers People Who Value Speed and Stability Who This Book Is For How to Use This Book So...
  • Introduction

    Introduction Who Rust Is For Teams of Developers Students Companies Open Source Developers People Who Value Speed and Stability Who This Book Is For How to Use This Book So...
  • Introduction

    Introduction Who Rust Is For Teams of Developers Students Companies Open Source Developers People Who Value Speed and Stability Who This Book Is For How to Use This Book So...
  • 速查词典

    775 2022-09-23 《Git速查手册》
    速查表 版本控制最佳做法 速查表 创建 1.克隆现有仓库 git clone ssh : //user@domain.com/repo.git 2.创建一个新的本地仓库 git init 本地修改 1.查看工作目录中已更改的文件,即查看git状态 git status 2.查看跟踪文件的更改,即远程仓库与本地...
  • Write Idiom Python

    Write Idiom Python Python支持链式比较 Python交换变量 Python中替代三目运算符?: 拼接字符列表时,用join方法去实现 格式化字符时多使用format函数 使用列表或者字典comprehension 条件判断时,避免直接和True, False, None进行比较(==) 使用enumerate代替for循...
  • 第八章 - 迭代器与生成器

    迭代器与生成器(Iterators and Generators) 本章小结 循环问题(The Loop Problem) " level="3"> 循环问题(The Loop Problem) 什么是迭代器(What are Iterators?) " level="3"> 什么是迭代器(What are Iterators?) 什么是...