Monthly Archives: 七月 2013

Base64 编码介绍、Base64编码转换原理、算法

Base64编码,是我们程序开发中经常使用到的编码方法。它是一种基于用64个可打 … Continue reading

Posted in web原理 | Tagged , | Leave a comment

Quoted-printable 编码介绍、编码解码转换

Quoted-printable 可译为“可打印字符引用编码”、“使用可打印字符 … Continue reading

Posted in web原理 | Tagged , | Leave a comment

ISO-8859-1 、Latin-1 西欧编码介绍及应用

这些编码,早些时候在一些应用软件中经常看到,估计很多朋友也看到了,这些编码了! … Continue reading

Posted in web原理 | Tagged , | Leave a comment

web应用安全参数检测方法(检测输入参数方法)

前面我们说到,web应用安全的基数是,做好参数检测!就像是小区防止小偷,必须把好 … Continue reading

Posted in web安全 | Tagged | Leave a comment

HTML Link标签 文档资源、导航、SEO 介绍

定义和用法 head头标签里面,有另一个不起眼的标签。那就是:Link标签。&l … Continue reading

Posted in web原理 | Tagged , | Leave a comment

meta标签 使用说明(http-equiv、refresh、seo)

meta标签,是在head标签里面,一般用做页面描述的。它的内容,用来描述页面一 … Continue reading

Posted in web原理 | Tagged , | Leave a comment

web应用安全之基础(输入参数检查必要性)

好几天没有写了,电脑一直有问题,还没有修好!本来开机故障,修理了下!现在是彻底开 … Continue reading

Posted in web安全 | Tagged | Leave a comment

正则表达式性能优化(高效正则表达式书写)

这里说的正则表达式优化,主要是针对目前常用的NFA模式正则表达式,详细可以参考: … Continue reading

Posted in web原理, web性能 | Tagged | Leave a comment