码迷,mamicode.com
首页 >  
搜索关键字:rule    ( 890个结果
swfobject.js IE兼容问题
错误代码 在562行左右/ add style rule if (ua.ie && ua.win) { if (dynamicStylesheet && typeof dynamicStylesheet.addRule == OBJECT) { //插入一条 样式表的样式 ,是这个意思 ...
分类:Web程序   时间:2014-10-28 17:32:28    阅读次数:286
sparkSQL1.1入门之三:sparkSQL组件之解析
上篇在总体上介绍了sparkSQL的运行架构及其基本实现方法(Tree和Rule的配合),也大致介绍了sparkSQL中涉及到的各个概念和组件。本篇将详细地介绍一下关键的一些概念和组件,由于hiveContext继承自sqlContext,关键的概念和组件类似,只不过后者针对hive的特性做了一些修正和重写,所以本篇就只介绍sqlContext的关键的概念和组件。 概念: Logi...
分类:数据库   时间:2014-10-27 12:53:06    阅读次数:616
oracle表被锁(delete或update一直处于执行状态)的处理办法。
1 --首先查看有哪些锁 2 select /*+ rule */ s.username, 3 decode(l.type,'TM','TABLE LOCK','TX','ROW LOCK',null) lock_level, 4 o.owner, 5 o.ob...
分类:数据库   时间:2014-10-27 09:14:02    阅读次数:355
port forwarding in yosemite, a way to replace ipfw
Mac OS Yosemite disabled ipfw command, we need use pf rule to work around it. This article is a manual to describe how to address this issue....
分类:其他好文   时间:2014-10-25 07:06:51    阅读次数:234
Bootstrap+Thinkphp3.2+Auth认证+jquery-validator后台
Auth权限认证本例采用auth权限认证,用户和用户组采用多对多关系处理,自动添加rule规则,带有jquery-validator插件,自动控制菜单显示或隐藏。config.php中的配置'AUTH_CONFIG'=>array('AUTH_ON'=>true,//认证开关'AUTH_TYPE'=...
分类:Web程序   时间:2014-10-22 14:08:48    阅读次数:291
ThinkPHP3.2 新bug ReadHtmlCache 支持不区分大小写的函数
报错提示: Fatal error: Function name must be a string in D:\wwwroot\zbphp.com\ThinkPHP\Library\Behavior\ReadHtmlCacheBehavior.class.php on line 87 代码如下: // {|FUN} 单独使用函数 $rule = preg_replace_...
分类:Web程序   时间:2014-10-22 12:55:51    阅读次数:345
PIC2, Histograms
As a first guess,you can start with Scott’s rule for the bin widthw = 3.5σ/ 3√n,where σ is the standarddeviation for the entire data set and n is the ...
分类:其他好文   时间:2014-10-21 16:57:13    阅读次数:134
防火墙 iptables检测是否有重复的规则
iptables新版本中有-C选项进行检测。如下: # iptables -C INPUT -p tcp --dport 8080 --jump ACCEPT iptables: Bad rule (does a matching rule exist in that chain?). # echo $? 1 # iptables -A INPUT -p tcp...
分类:其他好文   时间:2014-10-20 19:41:26    阅读次数:155
How cost-effective maintenance of Sand making machine?
Now rule the sand the most widely used devices to the number of impact crusher, sand making machineproduction line in plays an important role, but we ...
分类:系统相关   时间:2014-10-16 22:50:13    阅读次数:316
BASE64实现加密
有两种实现的方法: 自己添加额外jar包:javabase64-1.3.1 使用jdk自带的类,但通常都会报找不到类,解决方法就是:http://blog.csdn.net/a0501bqzhxy/article/details/6441526 access rule --> add -->...
分类:其他好文   时间:2014-10-16 22:35:43    阅读次数:216
890条   上一页 1 ... 79 80 81 82 83 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!