码迷,mamicode.com
首页 >  
搜索关键字:servlet filter    ( 23848个结果
基于Servlet、JSP、JDBC、MySQL的一个简单的用户注册模块(附完整源码)
最近看老罗视频,做了一个简单的用户注册系统。用户通过网页(JSP)输入用户名、真名和密码,Servlet接收后通过JDBC将信息保存到MySQL中。虽然是个简单的不能再简单的东西,但麻雀虽小,五脏俱全,在此做一归纳和整理。下面先上源码:一、index.jsp <% String path = request.getContextPath(); String basePath = request.g...
分类:数据库   时间:2014-06-29 07:24:04    阅读次数:366
Hadoop0.20.2 Bloom filter应用示例
1. 简介     参见《Hadoop in Action》P102 以及 《Hadoop实战(第2版)》(陆嘉恒)P69                  2. 案例     网上大部分的说明仅仅是按照《Hadoop in Action》中的示例代码给出,这里是Hadoop0.20.2版本,在该版本中已经实现了BloomFilter。     案例文件如下:     custome...
分类:其他好文   时间:2014-06-20 11:01:33    阅读次数:197
css滤镜
滤镜 语法:STYLE="filter:filtername(fparameter1, fparameter2...)" (Filtername为滤镜的名称,fparameter1、fparameter2等是滤镜的参数) 滤镜说明: Alpha:设置透明层次,让HTML元件呈现出透明...
分类:Web程序   时间:2014-06-13 13:33:12    阅读次数:220
Wpf OpenFileDialog
Microsoft.Win32.OpenFileDialogopenFileDialog1=newMicrosoft.Win32.OpenFileDialog();openFileDialog1.Filter="(*.cup)|*.cup";if(openFileDialog1.ShowD...
分类:其他好文   时间:2014-06-11 21:51:03    阅读次数:224
一些最重要的查询和过滤(most important queries and filters)
ES有很多不同的请求和过滤方式,然而常用的不多。我们将会在Search in depth中更详细的讲解,此处,就把最重要的一些查询和过滤做一个快速的介绍。termfilterterm filter被用来过滤确切的值,可以是数字,日期,boolean,或者not_analyzed的字符串:{"term...
分类:其他好文   时间:2014-06-11 10:17:09    阅读次数:247
Struts2.3.6+Spring3.2.4+Hibernate4.2.4 Jar包总结
struts2-core-2.3.16.jar 是struts2的核心框架xwork-core-2.3.16.jar struts2-core的依赖包,struts2是在此基础上开发的javassist-3.15.0-GA.jar 初始化struts2的Filter的必要组件,Hibernate延时...
分类:编程语言   时间:2014-06-11 09:33:35    阅读次数:311
在struts-config.xml中配置validator-plugin导致404 Servlet action is not available
就是在struts-config.xml中添加了这么一段 至于原因。。。不清楚我第一反应是form的action写错了,或者action-mapping配置有问题。。。其实不是,因为我发现以前可以运行的action都不能用了,所以才怀疑到这个上面来
分类:其他好文   时间:2014-06-11 09:13:39    阅读次数:213
关于Java Web工程中web.xml文件
提及Java Web工程中web.xml文件无人不知,无人不识,呵呵呵:系统首页、servlet、filter、listener和设置session过期时限,张口就来,可是你见过该文件中的error-page标签吗?...
分类:编程语言   时间:2014-06-08 17:40:36    阅读次数:251
js SetTimeout传参问题
今天写代码遇到这样一个问题,先上代码 1 2 function textout(obj){ 3 if(opac==60){opac=0;return;}; 4 opac+=10; 5 if(document.all){ 6 obj.style.filter=...
分类:Web程序   时间:2014-06-08 06:23:46    阅读次数:277
Character Encoding tomcat.
default character encoding of the request or response body: If a character encoding is not specified, the Servlet specification requires that an enco....
分类:其他好文   时间:2014-06-08 00:19:22    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!