- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/arjungmenon/pypage
- 软件文档: https://github.com/arjungmenon/pypage
软件介绍
pypage 是一个轻量级的 Python 模板引擎。
示例模板:
<ul id="users">
{% for user in users %}
<li>
<a href="mailto: {{ html_ascii( user.email ) }}">{{ user.name }}</a>
</li>
{% endfor %}
</ul>
Algorithms in C++
Robert Sedgewick / Addison-Wesley Professional / 1992-05-10 / USD 64.99
This version of Sedgewick's bestselling book provides a comprehensive collection of algorithms implemented in C++. The algorithms included cover a broad range of fundamental and more advanced methods:......一起来看看 《Algorithms in C++》 这本书的介绍吧!
