搜索资源列表
HTMLTOJSP[Filter]
- 以静态化的地址来访问动态页面 我曾经上传个一个用servlet实现的,用servlet实现的不好和struts整合 所以我有开发另外一个用过滤器Filter实现的小框架以便于和struts整合 如: http://localhost:8080/index.jsp?param1=第一个参数¶m2=第二个参数¶m3=第三个参数 可以用 http://localhost:8080/index-第一个参数-第二个参数-第三个参数.html 来访问 接受参数时
严格留言板
- 欢迎使用『冰翎旋彩留言板[JSP2.0稳定版]』 在使用本系统前请确定您的机器中已经构键完成了JSP+JDBC的运行环境! 并且您的机器中安装了MSSQL软件!否则无法使用本流言板! 冰翎旋彩留言板JSP2.0稳定版具有: 1:过滤HTML的特殊字符,让本系统更安全! 2:特有的利用COOKIE的来保护留言本,让其在一分钟内不可以重复发帖!防止了一些人的恶意攻击! 3:优化了页面的模式,让新手更容易的看懂其内容! 4:后台管理采用COOKIE来保护管理员! 安装次序: 1.构键运行环境[详细方法
ImageTrans
- 以前要实现图片的旋转或翻转,只能用ie的滤镜来实现,虽然canvas也实现,但ie不支持而且不是html标准。 css3出来后,终于可以用标准的transform来实现变换,而canvas也已成为html5标准的一部分。 css3和html5使web变得越来越强大,各种新奇的技术正等待我们发掘。 本程序分别通过滤镜(ie)、ccs3和canvas来实现图片的旋转、缩放和翻转变换效果,可以用作图片查看器。 有如下特色: 1,用滤镜、ccs3和canvas实现相同的变换
chtml_trans
- chtml转换模块,把html里面不符合chtml都过滤掉,基于java Servlet技术,传入url,返回chtml代码。-chtml conversion module, put html inside chtml are incompatible with the filter, based on java Servlet technology, incoming url, back chtml code.
HTMLFilter
- 过滤HTML代码的函数,主要过虑用户上传的表单。-/* * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of th
HtmlToText
- 过滤html页面中的HTML js标志,只保留txt-Html page Filter HTML js signs, only the txt
javaguolvqi
- Java几个过滤器学习技巧 用于设置 HTTP 请求字符编码的过滤器,通过过滤器参数encoding指明使用何种字符编码,用于处理Html Form请求参数的中文问题 -Filter learning skills Java several HTTP requests character encoding used to set up a filter, through the filter parameter encoding specify which character enco
htmlparser1_5_20050614
- 手动解析HTML是一件很崩溃的事情,sun的swing里也有解析HTML的东东,不过已经是古董了,实在不好拿出来丢Java的人了。-private void extractLinks(URL pageURL, Parser parser) { Map<String, String> links = new HashMap<String, String>() try { NodeFilt
StringUtil
- html过滤 可以过滤页面的html标签 更好的显示-html filter
Weiseditor2
- · 免费的在线文本编辑器 强大,易扩展,完全源码开放. Version:2.1.2 兼容IE,Firefox浏览器新修改 提供初级API WeisAPI(详见Demo使用,Editor.InnerHTML及Editor.Focus() ) 新增功能有: 1:过滤危险的标签... 运行环境:html-* Free online text editor, powerful, easy to expand, completely open-source. Version: 2.1.2 compa
jsoup
- jsoup是一个Java HTML Parser。能够从URL、文件或字符串解析HTML。利用DOM遍历或CSS选择器查找和抽取数据。能够操作HTML元素,属性和文本。能够依据一个白名单过滤用户提交的内容-jsoup is a Java HTML Parser. Able from the URL, file or string parsing HTML. Use DOM traversal or CSS selectors to find and extract data. Can manip
Filter
- 过滤器设计模式示例代码,主要功能有: 1、HTMLFilter类的职责是将html里的尖括号替换成中括号; 2、SesitiveFilter类的职责是将被就业替换成就业,把敏感字过滤掉; 3、FaceFilter类的职责是将:)替换成^V^-Filter design pattern sample code, the main features are: 1, HTMLFilter class responsibilities is to replace the html ins
FileCaptureResponseWrapper
- 通过filter实现jsp页面静态化 通过filter实现jsp页面静态化 通过filter实现jsp页面静态化 通过filter实现jsp页面静态化 -fiter mantain jsp to html
StringUtil
- 1.匹配电话号码 2.转换成UTF-8编码 3.屏蔽手机号,邮箱 4.过滤HTML标签 -1 match phone number 2 converted to UTF-8 code 3 shield phone number, mail 4 filter HTML Tags and so on
