web开发
王培军
Keep writing code
展开
-
python3_网络编程
网络编程socket标准库TCPUDP编程SocketServerzerorpc异步编程asyncio库aiohttpWSGI协议 Web Server Gateway Interface类Flask框架实现django认证密码加密bcrypt网络编程socket标准库socket标准库是非常底层的接口库,socket是一种通用的...原创 2018-08-06 15:54:06 · 1673 阅读 · 0 评论 -
jinja2语法
官方文档 本文只是官方文档的部分摘录,只记录了常用语法,和python非常类似,方便快速理解使用 语法{% ... %} for Statements{{ ... }} for Expressions to print to the template output{# ... #} for Comments not included in the template output# ...原创 2018-08-21 16:57:06 · 4952 阅读 · 0 评论