码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
XPath概述
1. XPath具体示例可参考网址:http://www.zvon.org/xxl/XPathTutorial/General/examples.html1.1 概述*现节点下所有元素*/Elem现节点下所有节点的字节点中为“Elem”的节点@Prop属性值@*所有属于现节点的属性.现节点..现节点...
分类:其他好文   时间:2014-07-06 22:29:27    阅读次数:222
Apache Tomcat样例目录session操纵漏洞
0x00背景前段时间扫到的漏洞,研究了下,感觉挺有意思的,发出来和大家分享下,有啥不对的地方还请各位拍砖指正。ApacheTomcat默认安装包含”/examples”目录,里面存着众多的样例,其中session样例(/examples/servlets/servlet/SessionExample)允许用户对session进行操纵。因..
分类:其他好文   时间:2014-07-05 23:13:06    阅读次数:34389
Leetcode Valid Number
Validate if a given string is numeric.Some examples:"0"=>true" 0.1 "=>true"abc"=>false"1 a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:其他好文   时间:2014-07-05 17:20:00    阅读次数:176
LA 3135
ArgusTime limit: 3.000 secondsA data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic...
分类:其他好文   时间:2014-07-03 13:04:51    阅读次数:183
Jsoup源码分析(一)
概述Jsoup是一款Java 的HTML解析器。支持将html解析为DOM树、支持CSS Selector形式选择、支持html过滤,本身还附带了一个Http下载器。jsoup代码简洁,总共53个类,代码大约9000行,无第三方依赖,代码结构如下所示jsoup├── examples #样例,包括一...
分类:Web程序   时间:2014-07-03 09:39:57    阅读次数:239
LeetCode: Evaluate Reverse Polish Notation [150]
【题目】 Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", "+", "3", "*"] -> ((2 + 1) * 3) -> 9 ["4", "13", "5", "/...
分类:其他好文   时间:2014-07-02 07:43:36    阅读次数:212
Qt5官方demo解析集14——Qt Quick Particles Examples - System
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集13——Qt Quick Particles Examples - Image Particles 一转眼就到了我们粒子系列的最后一个demo了,既然是System,第一个小例子就给我们介绍了“模拟”一个粒子...
分类:其他好文   时间:2014-07-02 07:13:00    阅读次数:399
Qt5官方demo解析集13——Qt Quick Particles Examples - Image Particles
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文...
分类:其他好文   时间:2014-06-30 11:09:33    阅读次数:281
Qt5官方demo解析集12——Qt Quick Particles Examples - CustomParticles
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873...
分类:其他好文   时间:2014-06-30 06:19:15    阅读次数:437
intel dpdk IPv4 Fragmentation Sample Application 测试
在上一篇中testpmd程序已经测试成功的情况下,来到examples/ipvr_frag目录中。 确认环境变量RTE_SDK、RTE_TARGET都正确,执行make。 一、一个逻辑核(lcore)处理一个端口(port) ./build/app/ipvr_frag -c 0x1 -n 4 -- -p 0x1 默认是一个队列 下图是官方对参数p、q的说明文档截图 运行结果如下图...
分类:移动开发   时间:2014-06-26 10:27:38    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!