码迷,mamicode.com
首页 >  
搜索关键字:analysis    ( 2083个结果
Lucene-5.2.1学习(第一天)
1、Lucene的核心jar包 lucene-core-5.2.1.jar lucene-analyzers-common-5.2.1.jar lucene-queryparser-5.2.1.jar 2、主要开发包说明 org.apache.lucene.analysis:语言分析器,主要用于分词 org.apache.lucene.do...
分类:Web程序   时间:2015-08-11 12:23:30    阅读次数:134
解读Web Page Diagnostics网页细分图
http://blog.sina.com.cn/s/blog_62b8fc330100red5.htmlWeb Page Diagnostics (以下简称WPD),这是LR Analysis中非常重要的一块,搞清楚这部分的内容会让你少走很多弯路,很多环境问题都可以通过它来定位,比如客户端,网络。通...
分类:Web程序   时间:2015-08-11 06:50:28    阅读次数:143
Lucene.Net+盘古分词->开发自己的搜索引擎
//封装类using System;using System.Collections.Generic;using System.Linq;using System.Web;using Lucene.Net.Analysis;using Lucene.Net.Index;using Lucene.Ne...
分类:Web程序   时间:2015-08-08 22:50:52    阅读次数:204
PAT Acute Stroke (30)
题目描述One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core reg....
分类:其他好文   时间:2015-08-07 00:01:45    阅读次数:424
面向对象开发方法优点
首先来看看结构化的软件开发方法1、结构化的软件开发方法 SASD方法,也可称为面向功能的软件开发方法或者面向数据流的软件开发方法。SASD方法是20世纪80年代使用最广泛的软件开发方法。它首先用结构化分析(Structure Analysis,SA)对软件进行需求分析,然后用结构化设计(Struc....
分类:其他好文   时间:2015-08-06 16:32:34    阅读次数:219
ProjectSend R561 SQL INJ Analysis
注入出现在./client-edit.php中 1 ...... 2 if (isset($_GET['id'])) { 3 $client_id = mysql_real_escape_string($_GET['id']); 4 /** 5 * Check if the...
分类:数据库   时间:2015-08-05 22:07:56    阅读次数:456
Deep Analysis Java Memory Model
深入分析java内存模型,深入理解volatile关键字,以及java线程的实现
分类:编程语言   时间:2015-08-05 21:50:32    阅读次数:209
h264码流分析工具
1、codecvisa:http://www.codecian.com/downloads.html2、Three ways comes to mind (if you are looking for something free, else google "h264 analysis"): a) ...
分类:其他好文   时间:2015-08-05 21:49:35    阅读次数:211
敏感词过滤的算法原理之 Aho-Corasick 算法
参考文档http://www.hankcs.com/program/algorithm/implementation-and-analysis-of-aho-corasick-algorithm-in-java.html简介Aho-Corasick算法简称AC算法,通过将模式串预处理为确定有限状态自...
分类:编程语言   时间:2015-08-05 18:00:03    阅读次数:403
Volume serial number could associate file existence on certain volume
When it comes to lnk file analysis, we should put more emphasis on the volume serial number. It could help forensic guys to identify whether files exi...
分类:其他好文   时间:2015-08-05 17:57:17    阅读次数:217
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!