自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

用心做事

生活因技术而美好

  • 博客(8)
  • 资源 (4)
  • 收藏
  • 关注

原创 maven常用命令指令

1.清理编译代码 mvn clean 2. 编译 mvn compile 3. 编译包 mvn package 4.打包安装 mvn install   跳过test步骤, mvn install -Dmaven.test.skip=true    聚合说有依赖包 mvn install -Dmaven.test.skip=true depen

2015-01-14 14:48:02 1172

原创 研究即事业(Research as a Career)

前不久,看了Yi Ma的演讲PPT,真的不错。有几句话,想和大家分享一下。 Research is not a profession, it is first a hobby!Research needs faith in there are always interesting new things for you to discover! Research is for anyo

2015-01-13 21:42:16 1350 2

原创 典型大数据计算模式与系统

典型大数据计算模式与系统  典型大数据计算模式 典型系统 大数据查询分析计算 HBase,Hive,Cassandra,Impala,Shark,Hana等 批处理计算 Hadoop MapReduce,Spark等 流式计算 Scribe,Flume,Storm,S4, Spark S

2015-01-13 21:19:55 4643

原创 掌握机器学习和知识图谱很重要

"     从计算机学界的理解来看,大数据的核心技术是机器学习和知识图谱。这是一种框架性的知识,介于基础设施和应用之间的技术。例如大数据应用的代表谷歌公司就有两个大的开发方向,一个是机器学习,另一个是由搜索团队负责的知识图谱。      任何一种大数据方案都不可能适合所有的行业,因此,大数据的核心业务必然是一种扎根于特定行业,综合运用已有的存储、分析、挖掘、展现技术,根据用户需求并融入行业特色

2015-01-13 16:38:00 4126

原创 在大数据驱动下必须加强积极防御“网络武器”的研发工作

“ 美国“网络武器”的研究已多达2千多种,其中最值得注意的是,“震网”病毒是世界上首个专门针对工业控制系统编写的破坏性病毒,被称为“网络空间的精确制导武器”。它能够利用Windows系统和西门子SIMATIC WinCC系统的漏洞进行攻击。攻击西门子公司控制系统的数据采集与监视控制系统(SCADA),该系统广泛应用于能源、交通、水利、石油化工等领域,实现生产过程控制与调度的自动化。“震网”病毒侵

2015-01-12 22:08:59 1164

原创 mvn创建一个Webapp工程(maven的高效性)

到底是使用开发工具构建一个良好的maven结构的Webapp,还是直接用mvn脚本创建呢?       看你的心情啊。其原理是一样的,开发工具构建也是使用的mvn脚本而已。请看下面的mvn脚本模板。 mvn archetype:generate  \ -DgroupId=org.sonatype.mavenbook.simpleweb  \ -DartifactId=simple-

2015-01-10 16:51:37 951

原创 git删除目录下的所有文件并提交

git删除指定目录下的 所有文件, 命令如下: 1 删除 删除命令列表: 'git rm' [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] ... 强制删除.idea下的所有文件 git rm -fr .idea 2 注释 git commit -t "无用" 3

2015-01-10 16:35:06 7460

原创 IntelliJ简单几步创建Maven版Webapp项目

创建结构良好maven模式的Webapp,步骤如下: 1.       建一个新工程。 2.       选择maven,并且选择maven-archetype-webapp。   3.       配置GroupId,  Artifactid, version等参数。   4.       给项目命名。   5.       效果图如下,配

2015-01-10 12:06:41 2617

Machine Learning With Go

The mission of this book is to turn readers into productive, innovative data analysts who leverage Go to build robust and valuable applications. To this end, the book clearly introduces the technical aspects of building predictive models in Go, but it also helps the reader understand how machine learning workflows are being applied in real-world scenarios. Machine Learning with Go shows readers how to be productive in machine learning while also producing applications that maintain a high level of integrity. It also gives readers patterns to overcome challenges that are often encountered when trying to integrate machine learning in an engineering organization. The readers will begin by gaining a solid understanding of how to gather, organize, and parse real-work data from a variety of sources. Readers will then develop a solid statistical toolkit that will allow them to quickly understand gain intuition about the content of a dataset. Finally, the readers will gain hands-on experience implementing essential machine learning techniques (regression, classification, clustering, and so on) with the relevant Go packages.

2017-10-22

Hadoop-2.2.x-eclipse插件

Hadoop-2.2.x-eclipse

2014-02-01

Maven学习教材

Maven教材.The second command we ran in the previous section Maven lifecycle, which begins with a phase to validate the basic integrity of the project and ends with a phase that involves deploying a project to production. Lifecycle phases are intentionally vague, defined solely as validation, testing, or deployment, and they may mean different things to different projects. For example, in a project that produces a Java archive, the package phase produces a JAR; in a project that produces a web application, the package phase produces a WAR.

2013-04-22

多项式,迷宫,纸牌游戏,二叉树,哈夫曼数的课程设计全集

数据结构的课程设计多项式 迷宫纸 牌游戏 哈夫曼 二叉树 cpp课程设计全集可以立刻运行

2009-02-13

空空如也

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

TA关注的人

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