- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://www.florian-schlachter.de/?tag=pongo2
- 软件文档: https://godoc.org/github.com/flosch/pongo2
- 官方下载: https://github.com/flosch/pongo2/releases
软件介绍
pongo 2 是一个 Go 语言的模板引擎,其语法与 Django 模板类似,并且完全兼容 Django 模板。
示例模板:
{% if user.is_moderator && (user.moderation_level > 2 || user.moderation_level <= 0) %}
...
{% else %}
...
{% endif %}
{% if (check_access("admin", userprofile.username) && userprofile.is_verified())
|| admin_happyhour %} ... {% endif %}
{% if helper_functions.is_server_online("florian-schlachter.de") %}Server is up!{% endif %}
{{ make_statuscode_verbose(
user.lang, make_http_request(server.url, "/index.php").statuscode) }}技术元素
[美] 凯文·凯利 / 张行舟、余倩、周峰、管策、金鑫、曾丹阳、李远、袁璐 / 译言·东西文库/电子工业出版社 / 2012-5 / 55.00元
我会将我不成熟的想法、笔记、内心争论、草稿以及对其他文章的回应都写在《技术元素》中,这样我就能知道自己到底在想些什么。——KK “技术元素”(technium)是凯文•凯利专门创造出来的词语。“技术元素不仅仅包括一些具象的技术(例如汽车、雷达和计算机等),它还包括文化、 法律、社会机构和所有的智能创造物。”简而言之,技术元素就是从人的意识中涌现出来的一切。KK把这种科技的延伸面看成一个能产生......一起来看看 《技术元素》 这本书的介绍吧!
