.mask{height:100%; width:100%; position:fixed; _position:absolute; top:0; z-index:1000; } .opacity{ opacity:0.3; filter: alpha(opacity=30); background...
分类:
其他好文 时间:
2014-08-11 02:37:51
阅读次数:
205
jQuery弹出层效果
.black_overlay{
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opa...
分类:
Web程序 时间:
2014-08-11 00:28:11
阅读次数:
294
TypeError: Arguments to path.join must be strings at f (path.js:204:15) at Object.filter (native) at exports.join (path.js:209:40) at expo...
1)最少需要导入的jar包:
commons-fileupload-1.2.1.jar、commons-logging-1.0.4.jar、
freemarker-2.3.15.jar、ognl-2.7.3.jar、struts2-core-2.1.8.jar、
xwork-core-2.1.6.jar
2)web.xml文件的配置:
<web-app id="WebApp_9...
分类:
其他好文 时间:
2014-08-10 18:44:00
阅读次数:
175
从学习angular,到实际项目开发不到一周,完全是边写边学呀,都是为了项目,已使用angular 开发了两个项目了,有些技术当时只是会用,都没好好回顾一下,现在有时间回顾一下,项目中用到的一些指令,服务,路由,filter 等,一点点记录一来// 初始化angular.bootstrap(dom,...
分类:
其他好文 时间:
2014-08-10 15:15:30
阅读次数:
246
*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0]:RH-Firewall-1-INPUT - [0:0]-A INPUT -j RH-Firewall-1-INPUT-A FORWARD -j RH-Firewal...
分类:
系统相关 时间:
2014-08-09 22:58:29
阅读次数:
977
VLC采用多线程并行解码架构,线程之间通过单独的一个线程控制所有线程的状态,解码器采用filter模式.组织方式为模块架构模块简述:libvlc 是VLC的核心部分。它是一个提供接口的库,比如给VLC提供功能接口:流的接入,音频视频的输出,插件管理,线程系统。interface 包含...
分类:
其他好文 时间:
2014-08-09 18:31:18
阅读次数:
216
Here I share with you a demo for python map, reduce and filter functional programming that
owned by me(Xiaoqiang).
I assume there are two DB tables, that `file_logs` and `expanded_attrs` which re...
分类:
编程语言 时间:
2014-08-09 04:57:17
阅读次数:
525
1$.extend($.fn.datagrid.defaults.filters,{2dateRange:{3init:function(container,options){4varc=$('').appendTo(container);5c.find('.d1,.d2').datebox();6...
分类:
其他好文 时间:
2014-08-08 23:51:37
阅读次数:
680
本文转自:http://www.cnblogs.com/kissdodog/archive/2013/01/21/2869298.html一、自定义Filter 自定义Filter需要继承ActionFilterAttribute抽象类,重写其中需要的方法,来看下ActionFilterAttri....
分类:
Web程序 时间:
2014-08-08 12:15:25
阅读次数:
201