The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0. JAAS provides the ab...
分类:
Web程序 时间:
2014-06-21 13:45:27
阅读次数:
310
JSTL目前有3个版本:JSTL1.0、JSTL1.1、JSTL1.2JSTL1.0和JSTL1.1包含jstl.jar和standard.jar这2个jar包,在j2ee4的版本中是需要单独引用这2个jar包的。JSTL1.2在J2EE5里的jar包是jstl-1.2.jar,在J2EE6里是js...
分类:
Web程序 时间:
2014-06-20 22:09:55
阅读次数:
262
首先需要下载3个包,下载地址在Github ,这三个核心模块分别是:
Streaming ("jackson-core") defines low-level streaming API, and includes JSON-specific implementations
Annotations ("jackson-annotations") contains standard Jack...
分类:
Web程序 时间:
2014-06-19 10:02:33
阅读次数:
291
BACKGROUNDMany modern operating systems (OS's) use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10,...
分类:
其他好文 时间:
2014-06-18 22:07:15
阅读次数:
382
原因 object c++ ios7.0/7.1不支持c++ 11,解决办法:C++ Standard Libraryis set tolibstdc++ (GNU c++ standard library)另一个问题:c++库怎样加入ios工程中,不用.mm文件?1.提供一个接口头文件只有不要有c...
分类:
移动开发 时间:
2014-06-18 20:18:50
阅读次数:
254
1- 多行注释 ''' ''' 或 """ """'''this is the standard way to include a multiple-line comment in you code'''"""this is the standard way to include a multipl...
分类:
编程语言 时间:
2014-06-18 15:46:56
阅读次数:
264
JSTL (jsp standard tag library) 标准标记库JSTL 安装,
注意你的每一个项目都需要一个 JSTL副本, 并把它放在WEB-INF/lib 目录下, 在 Tomcat 5 中,
随Tomcat发布的示例应用中已经安装了JSTL, 所以你只需copy 一份到你自己应用的...
分类:
Web程序 时间:
2014-06-16 07:16:31
阅读次数:
194
转自:http://blog.csdn.net/pengzp/article/details/6556674二.加密算法介绍对称加密算法对称加密算法用来对敏感数据等信息进行加密,常用的算法包括:DES(Data Encryption Standard):数据加密标准,速度较快,适用于加密大量数据的场...
分类:
其他好文 时间:
2014-06-15 21:17:11
阅读次数:
207
最近打算从头开始制作根文件系统,下面是开发过程。一、根文件系统的制作0、FHS(Filesystem Hierarchy Standard)标准介绍该标准规定了根目录下各个子目录的名称及其存放的内容:目录名存放的内容/bin必备的用户命令,例如ls、cp等/sbin必备的系统管理员命令,例如ifco...
分类:
其他好文 时间:
2014-06-14 19:23:38
阅读次数:
353
错误:org.apache.jasper.JasperException:/index.jsp(2,0)UnabletoreadTLD"META-INF/c.tld"fromJARfile"file:/D:/svnframe/web/WEB-INF/lib/standard-1.1.2.jar":解决:移除lib下的jsp-api.jar和servlet-api.jar即可
分类:
其他好文 时间:
2014-06-10 23:46:20
阅读次数:
312