码迷,mamicode.com
首页 >  
搜索关键字:high item check    ( 24079个结果
(转)SQL盲注攻击的简单介绍
转:http://hi.baidu.com/duwang1104/item/65a6603056aee780c3cf29681 简介 1.1 普通SQL注入技术概述 目前没有对SQL注入技术的标准定义,微软中国技术中心从2个方面进行了描述[1]: (1) 脚本注入式的攻击 (2) 恶意用户输...
分类:数据库   时间:2014-05-24 05:29:53    阅读次数:436
ORACLE EBS BOM 展开(使用标准程序bompexpl.exploder_userexit展开)
create or replace package cux_bom_pub isPROCEDURE bom_expand_to_temp( p_organization_id number, p_item_id VARCHAR2, p_levels_to_explode NUMBE...
分类:数据库   时间:2014-05-24 01:23:34    阅读次数:2026
jquery easyui根据需求二次开发记录
1、tree需要显示多个图标 实际需求:设备树上节点需搁三个图片,分别标识运行状态、告警状态、设备类型 解决方法:给tree的iconCls传入一个数组,分别是各状态下的class(css),然后要改动easyui关于tree节点组装部分的代码 if(item.iconC...
分类:Web程序   时间:2014-05-23 23:27:35    阅读次数:446
zabbix之3触发器/action及模板
1.触发器:{server_name:item_name.func.operator.condition}一旦condition(条件)触发,则item状态改变触发器之间可以存在依赖关系,即itemA触发,则itemB也触发.2.动作actionaction是触发器触发后,应该采取的动作.其中动作除...
分类:其他好文   时间:2014-05-23 12:42:59    阅读次数:460
LeetCode OJ - Same Tree
题目:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identical...
分类:其他好文   时间:2014-05-23 12:40:21    阅读次数:352
linux内存操作----kernel 3.5.X copy_from_user()和copy_to_user()
前面的一篇文章中简单的描述了一下内存映射的内容,http://blog.csdn.net/codectq/article/details/25658813,这篇文章作为用户把内存规划好之后,在用户空间使用IOCTL对设备进行控制时的常用函数的代码摘录。后续我会把这部分完善起来。 #ifdefCONFIG_MMU externunsigned long __must_check __copy_f...
分类:系统相关   时间:2014-05-23 07:32:35    阅读次数:424
Android学习----------长按列表项弹出菜单,给菜单项添加事件,获取上下文
这里是先显示一个listview,长按listview的一个列表项,弹出一个菜单来,菜单有两个条目, “更新该条”和“删除该条”,并且这两条都有监听事件,整体就像微信好友对话操作一样。 其中菜单项有一个获取上下文的操作:AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); 这句也是用于列表项的。 ...
分类:移动开发   时间:2014-05-22 13:20:49    阅读次数:266
JSTL c:If 标签 test条件后追加一个空格导致判断失败
上联:no zuo no die why you try 下联:no try no high give me five 横批: let it go。 坑爹bug: 错误写法:  0 } ">true (最后一个大括号后多出一个空格,代码啥都不会输出) 正确写法:  0 }">true 正确写法 输出结果: true...
分类:Web程序   时间:2014-05-22 07:42:52    阅读次数:355
JS常用表单验证总结
表单验证 function check_1(param){//不为空     if(param==""||param==null){return false;}else{return true;}     } function check_2(param){//长度限制,字母是10个,汉字也是10个     if(param.length>10){return false;}else...
分类:Web程序   时间:2014-05-20 17:15:45    阅读次数:414
Leetcode:Same Tree
戳我去解题Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally identic...
分类:其他好文   时间:2014-05-20 10:09:37    阅读次数:201
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!