自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

大鹏的专栏

关注人工智能,自然语言处理,语音处理,图像识别,大数据,信息检索,语义网,知识图谱,编译原理,网络安全,软件架构,计算机语言的发展等等

  • 博客(17)
  • 资源 (11)
  • 收藏
  • 关注

转载 您的 Java 代码安全吗 — 还是暴露在外?

在开发 Java Web 应用程序时,您需要确保应用程序拥有完善的安全性特征补充。这里在谈到 Java 安全性时,我们并不谈及 Java 语言提供的安全性 API,也不涉及使用 Java 代码来保护应用程序。本文将着重讨论可能潜伏在您的 Java 应用程序中的 安全性暴露。安全性暴露是系统中的缺陷,它使系统无法 ― 即使系统被正常使用 ― 防止攻击者篡夺对系统的特权、控制系统的运行、危及系统上

2014-12-23 21:15:16 1330

转载 JavaScript 常见安全漏洞及自动化检测技术

序言随着 Web2.0 的发展以及 Ajax 框架的普及,富客户端 Web 应用(Rich Internet Applications,RIA)日益增多,越来越多的逻辑已经开始从服务器端转移至客户端,这些逻辑通常都是使用 JavaScript 语言所编写。但遗憾的是,目前开发人员普遍不太关注 JavaScript 代码的安全性。据 IBM X-Force 2011 年中期趋势报告揭示,世界

2014-12-23 21:13:59 6061

原创 hadoop2.6伪分布部署笔记

http://blog.csdn.net/hitwengqi/article/details/8008203

2014-12-20 20:18:38 10924

原创 Python连接oracle类笔记

import cx_Oracleclass dao: __conn=None __crusor=None def get_conn(self): host = 'localhost' port = '1521' dbase = 'testsid' login = 'scott'

2014-12-18 20:04:18 992

转载 linux常用命令的英文单词缩写笔记

命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user 切换用户rpm:redhat package manager 红帽子打包管理器pwd:print work directory 打印当前目录 显示出当前工作目录的绝对路径ps: process status(进程状态,类似于windows的任务管理器) 常用参数:-a

2014-12-15 22:03:41 1825

原创 基于boost简单读写xml文件笔记

头文件:#ifndef BOOSTXMLUTIL_H#define BOOSTXMLUTIL_H#include #include #include #include #include #include #include using namespace std;using namespace boost::property_tree;class BoostXmlUtil

2014-12-09 21:29:35 6735

原创 基于boost和otlv4连接oracle进行简单查询笔记

头文件:#ifndef DAO_H#define DAO_H#include #include#define OTL_ORA10G#define OTL_ORA10G_R2//#define OTL_ORA9I // Compile OTL 4.0/OCI9i//#define OTL_ORA_TIMESTAMP // enable Oracle 9i TIMESTAMPs [w

2014-12-09 21:29:02 1732

原创 boost正则简单字符串替换笔记

头文件#ifndef REGEXUTIL_H#define REGEXUTIL_H#include #include #include"string"using namespace std;using namespace boost::xpressive;class RegexUtil {public: RegexUtil(); virtual ~RegexUt

2014-12-09 21:27:30 1598

原创 c++调用java笔记

头文件#ifndef OBJECT_H#define OBJECT_H#include "jni.h"class Object{public: Object(); static bool BeginJVM(); static bool EndJVM();protected: static JNIEnv* env; static JavaVM*

2014-12-09 21:26:25 564

原创 基于Qt的xml简单的读写笔记

XXXXXXXXXXX XXXXXXXXXXX1#include "xmlutil.h"XmlUtil::XmlUtil(){}void XmlUtil::writeXml(QString& path,QMap& map){ QFile file(path); if(not file.open(QIODevice::ReadWrite))

2014-12-08 20:54:22 841

原创 Qt获取当前时间的两种方式笔记

QDateTime dt; QTime time; QDate date; dt.setTime(time.currentTime()); dt.setDate(date.currentDate()); QString currentDate = dt.toString("yyyy:MM:dd:hh:mm:ss"); qDebug()<<curren

2014-12-08 20:51:48 20263

原创 Spring AOP 代理配置笔记

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.s

2014-12-06 08:51:37 517

原创 hadoop dremel Caffeine Pregel

Google Dremel 原理 - 如何能3秒分析1PBhttp://www.360doc.com/content/12/0824/15/11586_232093513.shtmlhttp://www.yankay.com/google-dremel-rationale/Google后Hadoop时代的新“三驾马车”——Caffeine、Pregel、Dremelhttp

2014-12-05 21:40:04 1847

原创 通过反射从数据库返回集合ResultSet中得到实体对象的list集合

import java.lang.reflect.Field;import java.lang.reflect.Method;import java.sql.Connection;import java.sql.ResultSet;import java.sql.Statement;import java.util.ArrayList;import java.util.List;i

2014-12-04 22:47:27 5464

转载 Database Links

The central concept in distributed database systems is a database link. A database link is a connection between two physical database servers that allows a client to access them as one logical d

2014-12-04 22:45:44 475

原创 Python简单正则笔记

若是Python2.7:no encoding declared 错误在头上添加:#coding:utf-8替换:import ref = open("foo.txt") line = f.readline() ln=34while line: reobj = re.compile("value\(0\)")

2014-12-04 22:44:13 1016

原创 主流新产品开发模式介绍:集成产品开发管理

IPD(Integrated Product Development,集成产品开发),其思想来源于PACE。IPD集成产品开发流程概括起来就是“一个结构化流程、二类跨部门团队、三个系统框架集、四个主要决策评审点 、五项核心理念、六个重要阶段、七个关联要素和八项定位工具 ”,其核心思想是流程重整和产品重整。     1、IPD的基本思想    (1)新产品开发是一项投资决策。IPD强调要

2014-12-04 22:28:14 3021

HTK语音识别

HTK语音识别,包括在centos 7下编译通过的HTK-3.5.beta-2版本,并且改写makefile为cmake。还包括一个例子。地址;http://blog.csdn.net/philosophyatmath/article/details/64905670

2017-03-22

数理统计与数据分析 第3版

《数理统计与数据分析(原书第3版)》内容丰富,几乎涵盖了所有经典和前沿的概率论与数理统计理论和方法,主要包括概率、随机变量、联合分布、期望、极限定理、抽样调查、参数估计、假设检验、数据汇总、两样本比较、方差分析、分类数据分析和线性最小二乘等。

2015-11-24

基于C#的ribbon组件

基于C#的ribbon组件,office 2007的菜单样式,在网上看到这个,分享一下。

2014-11-23

神经网络原理

神经网络是计算智能和机器学习研究的最活跃的分支之一。本书全面系统地介绍神经网络的基本概念、系统理论和实际应用

2014-08-03

基于jersey v2.10的webservice核心框架

在这个框架中包含base认证,日志,rest,eclipselink jpa等等。但是有个问题就是我在利用@PersistenceUnit注解是总是无法成功,也只能自己亲自完成这块代码。

2014-07-24

Eclipse Rich Client Platform 2nd Edition with Source Code.zip

Eclipse Rich Client Platform 2nd Edition with Source Code

2014-05-12

模式分析的核方法,english 2th edition

Pattern Analysis is the process of finding general relations in a set of data, and forms the core of many disciplines, from neural networks to so-called syntactical pattern recognition, from statistical pattern recognition to machine learning and data mining. Applications of pattern analysis range from bioinformatics to document retrieval. The kernel methodology described here provides a powerful and unified framework for all of these disciplines, motivating algorithms that can act on general types of data (e.g. strings, vectors, text, etc.) and look for general types of relations (e.g. rankings, classifications, regressions, clusters, etc.). This book fulfils two major roles. Firstly it provides practitioners with a large toolkit of algorithms, kernels and solutions ready to be implemented, many given as Matlab code suitable for many pattern analysis tasks in fields such as bioinformatics, text analysis, and image analysis. Secondly it furnishes students and researchers with an easy introduction to the rapidly expanding field of kernel-based pattern analysis, demonstrating with examples how to handcraft an algorithm or a kernel for a new specific application, while covering the required conceptual and mathematical tools necessary to do so. The book is in three parts. The first provides the conceptual foundations of the field, both by giving an extended introductory example and by covering the main theoretical underpinnings of the approach. The second part contains a number of kernel-based algorithms, from the simplest to sophisticated systems such as kernel partial least squares, canonical correlation analysis, support vector machines, principal components analysis, etc. The final part describes a number of kernel functions, from basic examples to advanced recursive kernels, kernels derived from generative models such as HMMs and string matching kernels based on dynamic programming, as well as special kernels designed to handle text documents. All those involved in pattern recognition, machine learning, neural networks and their applications, from computational biology to text analysis will welcome this account.

2010-12-10

kpca 核主成分分析

We describe a new method for performing a nonlinear form of Principal Component Anal

2010-12-10

kpca 核主成分分析

kpca 核主成分分析,别人写的,据说很好用,跟大家分享一下

2010-12-10

jena-2.6.2

解析owl的java库

2010-12-05

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除