Welcome![Sign In][Sign Up]
Location:
Search - Servlet filter

Search list

[WEB CodedomainQuery

Description: 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.class类文件而确定该文件在系统中的绝对路径!这个在JSP开发中很实用,呵呵!com.v246.utils.servlet.filter.ManagerFilter 是一个用于安全过滤的类!比如JSP开发中的管理员登陆,用户登陆等的安全控制,可以指定对哪些文件过滤,哪些文件不过滤! com.v246.utils.servlet.filter.EncodingFilter 和上面的那个差不多,只不过这个是用于编码过滤的!可以指定过滤的编码,在JSP开发中常常要进行编码转换,有了这个FILTER,就轻松多了!。。。。。 还有其它好多,就不细说了!
Platform: | Size: 247775 | Author: 古刹飞鹰 | Hits:

[Other resourceHTMLTOJSP[Filter]

Description: 以静态化的地址来访问动态页面 我曾经上传个一个用servlet实现的,用servlet实现的不好和struts整合 所以我有开发另外一个用过滤器Filter实现的小框架以便于和struts整合 如: http://localhost:8080/index.jsp?param1=第一个参数¶m2=第二个参数¶m3=第三个参数 可以用 http://localhost:8080/index-第一个参数-第二个参数-第三个参数.html 来访问 接受参数时 参数名称遵循 param+整数(>=1) 例如: 第一个参数名称为 param1 第二个参数名称为 param2 依次类推 【完全自己写的 如果项目涉及到struts 比较有参考价值】
Platform: | Size: 6043 | Author: 王晓然 | Hits:

[WEB CodedomainQuery

Description: 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.class类文件而确定该文件在系统中的绝对路径!这个在JSP开发中很实用,呵呵!com.v246.utils.servlet.filter.ManagerFilter 是一个用于安全过滤的类!比如JSP开发中的管理员登陆,用户登陆等的安全控制,可以指定对哪些文件过滤,哪些文件不过滤! com.v246.utils.servlet.filter.EncodingFilter 和上面的那个差不多,只不过这个是用于编码过滤的!可以指定过滤的编码,在JSP开发中常常要进行编码转换,有了这个FILTER,就轻松多了!。。。。。 还有其它好多,就不细说了!-err
Platform: | Size: 247808 | Author: 古刹飞鹰 | Hits:

[Linux-Unixcode_1186573925

Description: 关于servlet监听器和过滤器的例子,大家如果有这方面的需求的话可以-On the listener and servlet filter example, if everyone needs in this area can then
Platform: | Size: 5120 | Author: beaq | Hits:

[JSP/JavaHTMLTOJSP[Filter]

Description: 以静态化的地址来访问动态页面 我曾经上传个一个用servlet实现的,用servlet实现的不好和struts整合 所以我有开发另外一个用过滤器Filter实现的小框架以便于和struts整合 如: http://localhost:8080/index.jsp?param1=第一个参数¶m2=第二个参数¶m3=第三个参数 可以用 http://localhost:8080/index-第一个参数-第二个参数-第三个参数.html 来访问 接受参数时 参数名称遵循 param+整数(>=1) 例如: 第一个参数名称为 param1 第二个参数名称为 param2 依次类推 【完全自己写的 如果项目涉及到struts 比较有参考价值】
Platform: | Size: 6144 | Author: 王晓然 | Hits:

[JSP/JavaJspquanxianguanlixitong

Description: Java版本的权限管理页面当作控制点,可以将若干页面的访问权,组合成一个角色。一个用户,可以赋予多个角色。通过用户、角色、页面,来实现系统的权限控制 servlet过滤器对每个访问进行过滤,提高安全性。支持集团公司的组织结构,多单位,每个单位内部为树型组织结构。-Java version of Rights Management page as a control point, you can access a number of pages, into a role. A user could be given to multiple roles. Through users, roles, pages, to realize the access control system servlet filter for each filter access, enhance security. Support the Group
Platform: | Size: 5555200 | Author: 廖忠江 | Hits:

[JSPstruts2_Interceptor

Description: 在jsp servlet中我们通常使用Servlet Filter控制用户是否登入, 是否有权限转到某个页面。在struts2中我们应该会想到他的拦截器(Interceptor), Interceptor在struts2中起着非常重要的作用。 很多struts2中的功能都是使用Interceptor实现的。 -Jsp servlet in our Servlet Filter used to control whether users log in, whether there is jurisdiction transferred to a page. In struts2, we should think of his blocker (Interceptor), Interceptor in struts2 played a very important role. Many of the features are struts2 use Interceptor achievable.
Platform: | Size: 4096 | Author: 雲ソì飛 | Hits:

[JSPshopping

Description: 基于java的shopping源码 开发环境为:Eclipse3.4+Tomcat6.0+Sql Server2005 用到jsp/javaBean/servlet/dao/filter等-The java-based development environment for shopping source: Eclipse3.4+ Tomcat6.0+ Sql Server2005 using jsp/javaBean/servlet/dao/filter, etc.
Platform: | Size: 8779776 | Author: 李静 | Hits:

[JSP/Javaservlet_filter

Description: 重写了servlet能实现乱码过滤,并能屏蔽敏感字符!-Rewrite the servlet filter can achieve garbled, and can shield sensitive characters!
Platform: | Size: 173056 | Author: hujian | Hits:

[JSP/Javaservlet

Description: Servlet过滤器 用用户请求进行统一认证(如:限制IP、不允许黑名单中用户访问) 对用户请求进行记录、审核(如:写入日志等) 对用户发送的数据进行过滤或替换(如:过滤不良信息等) 转换图像格式 对响应内容进行压缩,减少传输量 对请求、响应内容进行加密、解密操作-Servlet Filters are used to a user request for a unified authentication (such as: restrictions on IP, the blacklist does not allow users to access) to a user request records, audits (such as: write to the log, etc.) to send the data to the user to filter or replace (for example: Filter bad information, etc.) convert image formats compress the response content to reduce the transmission rate on request, to respond to the content encryption, decryption operations
Platform: | Size: 5120 | Author: 叶蔚华 | Hits:

[JSPjavaWeb(sunweiqin)

Description: java web开发的基本内容,包括jsp、servlet、jstl、javabean、filter等内容-java web development of the basic content, including jsp, servlet, jstl, javabean, filter etc.
Platform: | Size: 2929664 | Author: jerry | Hits:

[JSP/JavaServletDemo

Description: servlet中fliter过滤器的使用-servlet filter used in fliter
Platform: | Size: 11264 | Author: xiaoqi | Hits:

[JSP/JavaNewFilter

Description: servlet过滤器文件,可以有效除去编程中的乱码问题。-servlet filter file, you can effectively remove the garbage problem in programming.
Platform: | Size: 1024 | Author: 董林 | Hits:

[JSP/Javafilter

Description: servlet过滤,可以使在传值过程中中文不乱码。-a filter,it can make the right chinese to display
Platform: | Size: 1024 | Author: gera | Hits:

[JSP/JavaLocalFilter

Description: 使用JAVA语言编写的基于Servlet的过滤器,能够过滤某些特殊字符,加入了计算页面的相应时间功能,并通过和JAVABean之间的结合,屏蔽某些特殊信息-JAVA language using Servlet-based filters to filter certain special characters, adding the page to calculate the corresponding time functions, and the combination between the adoption and JAVABean, shielding some of the specific information
Platform: | Size: 11264 | Author: 李凯 | Hits:

[JSP/Javamailssend

Description: jsp+servlet+filter+SQL+javamail 实现了与数据库连接,有一定的参考价值!-sending emails by jsp and servlet
Platform: | Size: 2335744 | Author: 王明 | Hits:

[JSP/JavaJbtraining

Description: jdbc,servlet,filter,listener 初学者好例子-jdbc, servlet, filter, listener good example for beginners
Platform: | Size: 1200128 | Author: king | Hits:

[JSP/Javajava-filter

Description: 1、拦截器是基于java的反射机制的,而过滤器是基于函数回调 2、过滤器依赖与servlet容器,而拦截器不依赖与servlet容器 3、拦截器只能对action请求起作用,而过滤器则可以对几乎所有的请求起作用 4、拦截器可以访问action上下文、值栈里的对象,而过滤器不能 5、在action的生命周期中,拦截器可以多次被调用,而过滤器只能在容器初始化时被调用一次 -1, the interceptor is based on java reflection mechanism, while the filter is based on function callbacks 2, the filter depends servlet container interceptor does not depend on the servlet container 3, the interceptor can only action requests work, the filter can work on almost all requests 4, the interceptor can access the action context, object value stack, and the filter can not 5, the life cycle of the action, the interceptor can many times be called, and the filter can only be called once in the container initialization
Platform: | Size: 502784 | Author: 彪汉 | Hits:

[JSP/Java防盗链filter

Description: Filter是servlet中很是重要的一个类,它就是一个过滤器,过滤器的意思就是拦截某一些你指定的url地址,然后对立面的内容进行截取,根据你的要求来操作数据。它其实就是一个实现了servlet的Filter接口的类,在web.xml里面需要配置。(Filter servlet is a kind of important, it is a filter, filter means to intercept some of you specify the URL address, and then on the opposite side of the contents of the interception, to operate according to your request data. It is actually a class that implements the Filter interface of servlet, which needs to be configured inside the web.xml.)
Platform: | Size: 31744 | Author: lfysh | Hits:

[JSP/JavaServlet-servlet过滤器

Description: servlet过滤器Java Web三大组件之一,它与Servlet很相似,但过滤器与Servlet功能不同,过滤器是用来拦截请求的,而不是处理请求的。 当用户请求某个Servlet时,会先执行部署在这个请求上的Filter,如果Filter“放行”,那么会继承执行用户请求的Servlet;如果Filter不“放行”,那么就不会执行用户请求的Servlet。(Servlet filter is one of the three main components of Java Web. It is very similar to Servlet, but filters are different from Servlet functions. Filters are used to intercept requests instead of processing requests. When a user requests a Servlet, it will execute the Filter deployed on the request first. If Filter is released, it will inherit the Servlet that the user requests. If Filter does not "release", then the user request Servlet will not be executed.)
Platform: | Size: 140288 | Author: DO VIS~ | Hits:
« 12 3 »

CodeBus www.codebus.net