(java.io.IOException) caught when processing request to {}->unix://localhost:80: Permission denied chmod 777 /var/run/docker.sock ...
分类:
编程语言 时间:
2020-06-23 14:59:55
阅读次数:
166
在NVIDIA-Jetson平台上构建智能多媒体服务器 Building a Multi-Camera Media Server for AI Processing on the NVIDIA Jetson Platform 媒体服务器提供多媒体一体功能,例如视频捕获、处理、流式处理、录制,在某些情 ...
分类:
其他好文 时间:
2020-06-20 14:11:19
阅读次数:
59
CGAL Polygon mesh processing named parameters cgal文档见:https://doc.cgal.org/latest/Polygon_mesh_processing/group__pmp__namedparameters.html 本文对named pa ...
分类:
其他好文 时间:
2020-06-20 13:46:43
阅读次数:
56
https://www.slideshare.net/MostafaGMMostafa/digital-image-processing-image-segmentation-63529318 ...
分类:
其他好文 时间:
2020-06-19 13:39:06
阅读次数:
36
用以上语句导出excel的时候报错:信息: Request processing failed; nested exception is org.apache.poi.poifs.filesystem.OfficeXmlFileException: The supplied data appears ...
分类:
移动开发 时间:
2020-06-18 10:44:13
阅读次数:
113
MySQL支持的几种数据库引擎,并非所有的引擎都支持明确的事务处理管理,MYISAM 和 INNODB 是最常用的引擎,而MYISAM 不支持事务处理,innodb支持事务处理,所以一定要正确 使用引擎类型。 事务处理(transaction processing):可以用来维护数据库的完整性,保证 ...
分类:
数据库 时间:
2020-06-18 01:17:48
阅读次数:
72
错误信息 [ERROR] Some problems were encountered while processing the POMs:'dependencies.dependency.version' for org.springframework.cloud:spring-cloud-sta ...
分类:
编程语言 时间:
2020-06-15 12:12:29
阅读次数:
78
卸载时报错 /usr/sbin/deluser: The user `xxx' is not a member of group `input'. dpkg: error processing package touchpad-indicator (--purge) 即当前用户xxx不在input ...
分类:
系统相关 时间:
2020-06-12 12:36:53
阅读次数:
97
An Intro to Stateful Stream Processing At a high level, we can consider state in stream processing as memory in operators that remembers information a ...
分类:
Web程序 时间:
2020-06-04 21:20:14
阅读次数:
74
一、MPP 架构 1、MPP架构的基础概念 MPP (Massively Parallel Processing),即大规模并行处理,在数据库非共享集群中,每个节点都有独立的磁盘存储系统和内存系统,业务数据根据数据库模型和应用特点划分到各个节点上,每台数据节点通过专用网络或者商业通用网络互相连接,彼 ...
分类:
其他好文 时间:
2020-06-04 13:54:20
阅读次数:
312