- 授权协议: 未知
- 开发语言: 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>
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!
