1. 启用模块 httpd.conf
LoadModule filter_module modules/mod_filter.so
2. <Directory 的Options配置中增加Includes
Options +Includes
3. 增加 .shtml文档类型,并设置INCLUD...
                            
                            
                                分类:
其他好文   时间:
2014-08-19 14:11:34   
                                阅读次数:
205
                             
                    
                        
                            
                            
                                1.div阴影的兼容 参数说明: filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*ie*/ direction :阴影角度 0°为从下往上 顺时针方向 stre...
                            
                            
                                分类:
Web程序   时间:
2014-08-19 12:15:24   
                                阅读次数:
299
                             
                    
                        
                            
                            
                                pyvcf 中带的一个工具 比其他工具用着好些 其他filter我很信不过~~ 自己写的功能又很有限 所以转投vcf_filter.py啦Filtering a VCF file based on some properties of interest is a common enough oper...
                            
                            
                                分类:
其他好文   时间:
2014-08-19 10:54:24   
                                阅读次数:
274
                             
                    
                        
                            
                            
                                上一篇写到MakingQuey中的filter,本篇接着来。10)-扩展多值的关系如果对一个ManyToManyField或ForeignKey的表进行filter过滤查询的话,有2中方法可以用。分别是:#1Blog.objects.filter(entry__headline__contains=...
                            
                            
                                分类:
其他好文   时间:
2014-08-19 00:48:43   
                                阅读次数:
397
                             
                    
                        
                            
                            
                                JSP过滤器
过滤器的作用是给web请求增加额外的逻辑,每个页面可以被多个过滤器进行处理。过滤器需要在web.xml文件中进行定义,语法如下。过滤器的执行顺序与filter-mapping的定义顺序相同。
  FilterName
  TestFilter
  
    test-param
    test-value
  
  TestFilter
  /*
文件上传
浏览器...
                            
                            
                                分类:
Web程序   时间:
2014-08-18 22:10:33   
                                阅读次数:
357
                             
                    
                        
                            
                            
                                Bloom Filter是由Bloom在1970年提出的一种快速查找算法,通过多个hash算法来共同判断某个元素是否在某个集合内。可以用于网络爬虫的url重复过滤、垃圾邮件的过滤等等。
它相比hash容器的一个优势就是,不需要存储元素的实际数据到容器中去来一个个的比较是否存在。
只需要对应的位段来标记是否存在就行了,所以想当节省内存,特别适合海量的数据处理。并且由于省去了存储元素和比较...
                            
                            
                                分类:
其他好文   时间:
2014-08-18 18:37:02   
                                阅读次数:
339
                             
                    
                        
                            
                            
                                opacity声明来设置元素的透明值(改透明度的值介于0-1之间的小数, 0.5表示50%透明)。opacity的特点是:当opacity设置元素的透明值,内部的文字及元素也会透明.demo{ background-color:red; filter:alpha(opacity=30);...
                            
                            
                                分类:
其他好文   时间:
2014-08-18 18:22:02   
                                阅读次数:
185
                             
                    
                        
                            
                            
                                select * from tuser where userno notin(select userno from filter_barcode)上面这条语句子查询里,userno 并不存在filter_barcode表中,但是整个语句确能正常执行(执行子查询的话会报字段不存在的提示),而且返回的是...
                            
                            
                                分类:
数据库   时间:
2014-08-18 14:21:52   
                                阅读次数:
227
                             
                    
                        
                            
                            
                                一、安装#yum install gd-devel##./configure --prefix=/usr/local/nginx \# --with-debug \# --with-http_stub_status_module ...
                            
                            
                                分类:
其他好文   时间:
2014-08-18 14:17:42   
                                阅读次数:
154
                             
                    
                        
                            
                            
                                全透明代码:{background:transparent} 半透明代码:{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
                            
                            
                                分类:
Web程序   时间:
2014-08-18 12:26:04   
                                阅读次数:
256