- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/JelteF/PyLaTeX
- 软件文档: https://github.com/JelteF/PyLaTeX
软件介绍
PyLaTeX 是一个用来创建和编译 LaTeX 文件的 Python 库。
特性:
Document generation and compilation
Section, table, math, figure and package classes
A matrix class that can compile NumPy ndarrays and matrices to LaTeX
Very exstensible base classes that you can use to easily add new features
Contextmanager style class hierarchy
Functionality to escape special LaTeX characters
Bold, italic and verbatim functions
Every class has a dump method, which writes the output to a filepointer this way you can use snippets in in normal LaTeX files using
\input
依赖:
Python 3.x or Python 2.7
ordered-set
安装:pip install pylatex
大型网站技术架构演进与性能优化
许令波 / 电子工业出版社 / 2018-6 / 79
《大型网站技术架构演进与性能优化》从一名亲历者的角度,阐述了一个网站在业务量飞速发展的过程中所遇到的技术转型等各种问题及解决思路。从技术发展上看,网站经历了Web应用系统从分布式、无线多端、中台到国际化的改造;在解决大流量问题的方向上,涉及了从端的优化到管道到服务端甚至到基础环境优化的各个层面。 《大型网站技术架构演进与性能优化》总结的宝贵经验教训可以帮助读者了解当网站遇到类似问题时,应如何......一起来看看 《大型网站技术架构演进与性能优化》 这本书的介绍吧!
