E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Examples
Hadoop任务提交过程
在src/
examples
里面你能
weixin_30451709
·
2020-07-28 16:11
Spark 学习入门教程
一、环境准备测试环境使用的cdh提供的quickstartvmhadoop版本:2.5.0-cdh5.2.0spark版本:1.1.0二、HelloSpark将/usr/lib/spark/
examples
wankunde
·
2020-07-28 15:58
spark
spark
ROS下orb-slam2 单目 (二)
一/1.修改/ORB_SLAM2/
Examples
/ROS/ORB_SLAM2/src/ros_mono.cc的节点为“camera/image”2.启动1)roscore2)rosrunvideo_transport_tutorialvideo_publisher3
xiangkej
·
2020-07-28 15:21
slam
[TextMatch框架] 基于faiss的搜索
run
examples
gitclonehttps://github.com/MachineLP/TextMatchcdTextMatchexportPYTHONPATH=${PYTHONPATH}:..
MachineLP
·
2020-07-28 14:57
NLP
textmatch
faiss
[TextMatch框架] QA Match (QA匹配)
run
examples
gitclonehttps://github.com/MachineLP/TextMatchcdTextMatchexportPYTHONPATH=${PYTHONPATH}:..
MachineLP
·
2020-07-28 14:57
NLP
Linux下打包运行MR程序
/WordCount*】4.运行jar【hadoopjarWordCount.jarorg.apache.hadoop.
examples
.WordCount/input/output】注意W
橘子oly
·
2020-07-28 14:50
hadoop
回顾2017:谈谈过去一年的成长
2017年度成长“账单”Github:89stars,37forksspring-boot-learning-
examples
:62stars,27forksjava-skill-graph:27stars
rhwayfunn
·
2020-07-28 13:08
心路历程
程序员杂谈
在ios上部署自己的深度学习模型
由于疫情原因,手里没机器就去下载了一个,我用的是这个https://github.com/pytorch/
examples
/tree/master/fast_neural_style
dream_toy
·
2020-07-28 13:39
python
BootStrap table 图标显示问题引发的一系列问题
右键另存为即可CSS:图标相关引用信息在bootstrap.min.css中,你可以搜索glyphicon查看JS:前两个不必说,后面四个我是从bootstrap-table示例扒来的https://
examples
.bootstrap-table.com
杨晓辉0610
·
2020-07-28 13:24
Java
Pytorch使用本地图片实现mnist
下载图片解压即可链接:https://pan.baidu.com/s/146E7BKbQzHO1q0r5x35Dgg提取码:bczs二、代码实现原始代码路径:https://github.com/pytorch/
examples
EdwardThomasHenry
·
2020-07-28 13:13
AI
spark on yarn 基本用法
/bin/spark-submit--classorg.apache.spark.
examples
.SparkPi\--masteryarn\--dep
rolin-刘瑞
·
2020-07-28 13:09
spark
lottie-ios
Examples
2.gif////ViewController.m//lottie////Createdby柏超曾on1/10/18.
曾柏超
·
2020-07-28 11:38
【ORB_SLAM2】1——Ubuntu16.04系统下搭建ORB_SLAM2
TableofContents0.写在前面1.Ubuntu16.04的安装2.Ubuntu的配置3.ROS的安装4.依赖项的安装5.ORBSLAM2的安装6.Monocular
Examples
(单目数据集测试
ixiaolonglong
·
2020-07-28 11:11
ORB_SLAM2
ORB
SLAM2
UBUNTU16
笔记本摄像头
单目摄像头
Monocular
jetty禁用http put和delete等方法的方式
1.基于xml的配置方式
ExampleS
ecurityConstraintProtectedArea/*DELETEHEADPUT2.springboot项目,容器是jetty,版本springboot2
三千大千世界
·
2020-07-28 11:23
spring
POI charts
https://svn.apache.org/repos/asf/poi/trunk/src/
examples
/src/org/apache/poi/xssf/usermodel/
examples
/ScatterChart.java
顾小林
·
2020-07-28 10:03
POI
hadoop学习之mapreduce事例使用
这些MapReduce程序的代码都在hadoop-mapreduce-
examples
-2.7.5.jar包里,这个jar包在hadoop安装目录下的/share/hadoop/mapreduce/目录里下面我们使用
卖男孩的小西瓜
·
2020-07-28 10:55
ranger学习
hadoop
3D点云配准与拼合
本文来源于:http://cn.mathworks.com/help/vision/
examples
/3-d-point-cloud-registration-and-stitching.html3D点云配准与拼合在点云处理中具有非常重要的作用
Freeman_3D
·
2020-07-28 10:09
点云处理
python自然语言处理学习笔记一
nltkhttp://www.nltk.org下载数据>>>importnltk>>>nltk.download()下载完成,加载文本>>>fromnltk.bookimport****Introductory
Examples
fortheNLTKBook
retacn
·
2020-07-28 10:22
python自然语言处理
hadoop官方案例grep和wordCount实践
为基础目录下进行1、准备工作$mkdirinput$cpetc/hadoop/*.xmlinput/$hadoopjarshare/hadoop/mapreduce/hadoop-mapreduce-
examples
Self-pity。
·
2020-07-28 10:58
hadoop
Hadoop运行模式之本地模式和伪分布式
一、前言:Hadoop中可使用案例的文件路径:/usr/local/hadoop-2.7.3/share/hadoop/mapreduce/hadoop-mapreduce-
examples
-2.7.3
千手修罗之乐少
·
2020-07-28 09:35
大数据
卷积神经网络:代码实现
importnumpyasnpimporttensorflowastfimportmatplotlib.pyplotaspltfromtensorflow.
examples
.tutorials.mnistimportinput_datamnist
@迷途小书童
·
2020-07-28 09:42
TensorFlow框架学习
mapreduce数独实例(sudoku)
78mapreduce求解hadoopjar/usr/local/hadoop-3.2.0/share/hadoop/mapreduce/hadoop-mapreduce-
examples
-3.2.0.
WEI_69
·
2020-07-28 09:51
mapreduce
How to parse shapefile for golang?
Pleaserefertohttps://github.com/jonas-p/go-shp
Examples
Readingashapefile//openashapefileforreadingshape
baboon
·
2020-07-28 09:22
go-micro中的发布订阅Broker分析
最近手上有点时间,打算继续了解下go-micro的发布订阅(消息),看了micro的
examples
后,有个疑问,go-micro在提供发布订阅的插件Broker(以及几种实现)的同时,go-micro
ioridy
·
2020-07-28 09:00
(Datacamp)从零开始学python(8)——Iterator and iterables & List Comprehension &Generators
Iteratoriterablenext()item()●Iterable●
Examples
:lists,strings,dictionaries,fileconnections●Anobjectwithanassociatediter
酒酿_F
·
2020-07-28 08:04
笔记本 Ubuntu 16.04 单目ORB_SLAM2 + ROS + usb_cam 环境的搭建与实现(地图的构建)
Eigen3安装Pangolin3.1安装OpenGL的依赖3.2别的一些库3.3下载Pangolin4安装OpenCV5安装BLASandLAPACK库6下载ORB_SLAM27下载数据集(Monocular
Examples
等南風起
·
2020-07-28 08:41
学习笔记
Echarts盒须图另外添加上公差(上限),下公差(下限),中间线
简单在网页上实践:此案例根据echar(https://echarts.apache.org/
examples
/zh/editor.html?
阁_下
·
2020-07-28 08:32
echarts
单应性矩阵及其应用
参考博客:https://www.learnopencv.com/homography-
examples
-using-opencv-python-c/什么是单应性?
ha~hehe
·
2020-07-28 07:42
OpenCV
简单的神经网络提高精度的方法(学习心得)——MNIST手写数字集
,one_hot=True)//每个批次的大小以矩阵形式一次性放入200张到神经网络中去batch_size=200//计算一共有多少个批次=总量/批次n_batch=mnist.train.num_
examples
向小黄追追追
·
2020-07-28 07:36
常用 创意网站链接 -- 一壶山水
个性邮件签名设计https://www.egouz.com/topics/18859.html数据可视化一个纯Javascript的数据可视化库百度产品https://www.echartsjs.com/
examples
一壶山水
·
2020-07-28 07:48
前端
orbslam2段错误 (核心已转储)
rosrunORB_SLAM2Mono/home/qinhaidong/SLAM/src/ORB_SLAM2/Vocabulary/ORBvoc.txt/home/qinhaidong/SLAM/src/ORB_SLAM2/
Examples
Enjoy lab and life
·
2020-07-28 06:31
ros
slam
zeebe入门课程19-Java使用1
SetupGetStartedLoggingTesting
Examples
设置zeebeJava客户端必备环境Java8Maven项目中的用法若要使用Java客户端库,请在项目中声明以下Maven依赖项
分享牛
·
2020-07-28 06:18
zeebe
10 Three.js使用orbit controls插件(轨道控制)来控制模型交互动作
(1)首先引入插件,文件地址在官方案例的
examples
/js/con
暮志未晚Webgl
·
2020-07-28 06:57
Three.js笔记
使用openlayer中的filter从后端返回满足查询条件的要素并显示属性信息
本功能主要参考官网的filter例子,地址如下http://openlayers.org/en/latest/
examples
/vector-wfs-getfeature.html?
AI学渣
·
2020-07-28 06:50
OpenLayer
GIS
Qt官方示例源码
1.官方在线示例教程地址https://doc.qt.io/qt-5/qt
examples
.html#2.QtCreator示例在"欢迎"->“示例”。
Qt君
·
2020-07-28 04:23
Qt
Examples
Qt示例源码
hadoop在opensuse上执行以下命令报错 bin/hadoop jar hadoop-
examples
-*.jar grep input output 'dfs[a-z.]+'
hadoop在opensuse上执行以下命令报错bin/hadoopjarhadoop-
examples
-*.jargrepinputoutput'dfs[a-z.]
helloMkzhang
·
2020-07-28 04:07
hadoop
大数据运维MapReduce
MapReduce题:在集群节点中/usr/hdp/2.4.3.0-227/hadoop-mapreduce/目录下,存在一个案例JAR包hadoop-mapreduce-
examples
.jar。
mn525520
·
2020-07-28 03:32
大数据
Windows,linux下编译qt源码
/configure–prefix/opt/qtstatic–static–release-nomake
examples
--nomakedemos-nomakedocs-continue4.待执行完之后执行
mlinlin
·
2020-07-28 03:27
CC2538之Contiki3.0实验:1-Contiki初探-新建空工程 编译
index.html博客帖子已经介绍了TinyOS编程和实验例程;下面将来啃一下我一直特别排斥的Contiki首先不管Contiki那些概念;先编写一个空代码,类似大家初学编程的时候空工程;在contiki-3.0\
examples
开源的6lowpan
·
2020-07-28 03:31
contiki3.0
tinyos
Contiki例程实验
CVPR2016代码&文章
TrainingLowBitwidthConvolutionalNeuralNetworkswithLowBitwidthGradientshttps://github.com/ppwwyyxx/tensorpack/tree/master/
examples
mao_feng
·
2020-07-28 03:09
深度学习
Intellij IDE+ Spark 2.4 例子运行(源码断点跟踪)
、打开IDE,并加入项目,按如下操作Menu->File->Open->{sparkdir}/pom.xml->OpenasProject二、导入spark工程后,实例代码在:在{sparkdir}/
examples
lzzyok
·
2020-07-28 03:24
SLAM实践:ORB_SLAM2与D435(二)
ly1997th/10394408https://download.csdn.net/download/ly1997th/10394401.从D435中获取color和depth数据,在librealSense/
examples
ly1997th
·
2020-07-28 03:26
slam实践
SLAM库使用
RandomTextWriter源码注释
packageorg.apache.hadoop.
examples
;importjava.io.IOException;importjava.util.ArrayList;importjava.util.Date
liguangyuanyinli
·
2020-07-28 02:21
ORB_SLAM2之RGBD测试
这里直接开始自带
Examples
里面的RGBD测试。
JiaoCL
·
2020-07-28 02:11
ros
windows(非linux系统)执行linux命令,向linux上传文件 JSch使用
官网:http://www.jcraft.com/jsch/中有很多例子http://www.jcraft.com/jsch/
examples
/,这里先采用(已做修改)
积极流年
·
2020-07-28 01:48
java
(转)hadoop jar xxxx.jar的流程
html搞清楚hadoopjarxxxx.jar执行的流程:jar文件是如何分发的JobClient(不一定是hadoop集群的节点)利用bin/hadoop脚本运行jar包,以hadoop-0.20.2-
examples
.jar
laiahu
·
2020-07-28 01:36
Hadoop
Java Restful Web Services (二)——参数注解1
Parametersofaresourcemethodmaybeannotatedwithparameter-basedannotationstoextractinformationfromarequest.Oneoftheprevious
examples
presentedtheuseof
__HelloWorld__
·
2020-07-28 01:11
Java
前端
Chapter3 Language Basics
Workingwithdatatypes➤➤Workingwithflow-controlstatements➤➤UnderstandingfunctionsPleasenotethatallthecode
examples
forthischapterareavailableasapartofthischapter
树根朽木
·
2020-07-28 00:11
SQL入门经典第5版(Sams Teach Yourself SQL in 24 Hours, 5th)随书习题的建表和插入语句...
CreateTable&InsertStatementsfor《SamsTeachYourselfSQLin24Hours,FifthEdition》
examples
,MySQLversion.HopethiswillsaveyourtypingCreateTable
iteye_707
·
2020-07-28 00:57
sql
hadoop 运行自带包的单词计数位置和写法
hadoop2.5.2/share/hadoop/mapreduce:位置下找到example.jar2执行如下命令:[root@hadoop3mapreduce]#hadoopjarhadoop-mapreduce-
examples
iteye_3893
·
2020-07-28 00:08
hadoop2
上一页
103
104
105
106
107
108
109
110
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他