JSP加密标签库 JCE taglib
- 授权协议: 未知
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://jcetaglib.sourceforge.net/
软件介绍
JCE taglib 是一个用于加密和处理表达式语言的JSP标签库。
示例代码:
<jce:pbeencrypt value="please encrypt this text" .../>
<jce:pbeencrypt var="mySess" scope="session" ...>please encrypt this text</jce:pbeencrypt>
<jce:pbeencrypt var="myApp" scope="application" value="please encrypt this text" .../>
Introduction to Computation and Programming Using Python
John V. Guttag / The MIT Press / 2013-7 / USD 25.00
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides student......一起来看看 《Introduction to Computation and Programming Using Python》 这本书的介绍吧!
