- 授权协议: 未知
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/alexmic/microtemplates
- 软件文档: https://github.com/alexmic/microtemplates
软件介绍
microtemplates.py 是一个做着玩的 Python 模板引擎。
示例模板:
{% each items %}
<div>{{it}}</div>
{% end %}
{% each [1,2,3] %}
<div>{{it}}</div>
{% end %}
性能测试:
microtemplates => run 1000 times, took 0.58 ms django => run 1000 times, took 1.39 ms jinja2 => run 1000 times, took 7.68 ms
Java Message Service API Tutorial and Reference
Hapner, Mark; Burridge, Rich; Sharma, Rahul / 2002-2 / $ 56.49
Java Message Service (JMS) represents a powerful solution for communicating between Java enterprise applications, software components, and legacy systems. In this authoritative tutorial and comprehens......一起来看看 《Java Message Service API Tutorial and Reference》 这本书的介绍吧!
