针对semantic数据集: 1.数据集准备: Semantic3D dataset can be found <a href="http://www.semantic3d.net/view_dbase.php?chl=2">here</a>. Download and unzip every po ...
分类:
其他好文 时间:
2019-11-25 23:38:09
阅读次数:
207
一、下载openpose下载openpose 使用Git直接下载openpose git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose.git 或者去github下载 openpose master.zip unzip ...
分类:
其他好文 时间:
2019-11-22 10:42:04
阅读次数:
678
tar解压:tar xvf FileName.tar压缩:tar cvf FileName.tar.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileName .tar.gz解压:tar zxvf FileName.tar.gz压缩 ...
分类:
系统相关 时间:
2019-11-22 01:14:48
阅读次数:
103
###zip(保留原文件) 不能压缩文件夹zip file.zip file1 file2 压缩文件 unzip file.zip 解压压缩文件 ###tar(不保留原文件)tar -cjf file.tar.bz2 file1 file2 压缩tar -czf file.tar.gz file1 ...
分类:
系统相关 时间:
2019-11-19 14:02:23
阅读次数:
86
一,先在官网下载https://www.navicat.com.cn/download/navicat-premium Linux 64位版本(说是Linux,其实就是Windows+Wine版本)【大概118M】 二,解压下载好的压缩包,将它mv到/usr/local/目录下 三,进入解压后的目录 ...
分类:
系统相关 时间:
2019-11-13 16:03:04
阅读次数:
120
将带中文文件名的压缩文件上传到服务器,使用unzip解压后,文件名乱码: 临时解决方法: 通过unzip行命令解压,指定字符集unzip -O CP936 xxx.zip (用GBK, GB18030也可以),可以通过man unzip查看该选项的说明。 永久生效方法: 在环境变量中,指定unzip ...
分类:
系统相关 时间:
2019-11-11 00:54:59
阅读次数:
136
一 安装 百度云:所有附件的地址 unzip fastdfs-nginx-module-master.zip [root@node02 mnt]# cd fastdfs-nginx-module-master/ [root@node02 fastdfs-nginx-module-master]# l ...
分类:
其他好文 时间:
2019-11-11 00:29:01
阅读次数:
100
0 Description of Java Conceptual Diagram https://docs.oracle.com/javase/8/docs/technotes/guides/desc_jdk_structure.html 1 JDK&JRE JDK for Java Project ...
分类:
编程语言 时间:
2019-11-09 17:39:11
阅读次数:
73
一、备份常用操作基本命令 1、备份命令mysqldump格式 格式:mysqldump -h主机名 -P端口 -u用户名 -p密码 –database 数据库名 > 文件名.sql 2、备份MySQL数据库为带删除表的格式 备份MySQL数据库为带删除表的格式,能够让该备份覆盖已有数据库而不需要手动 ...
分类:
数据库 时间:
2019-11-09 12:13:43
阅读次数:
119
mysqldiff 安装 wget -c http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.5.3.zip unzip mysql-utilities-1.5.3.zip cd mysql-utilities-1.5 ...
分类:
数据库 时间:
2019-11-03 14:37:36
阅读次数:
88