样例代码: #!/usr/bin/env python #coding:utf8 #! python3 #批量修改一个文件下的文件后缀 import sys import os def Rename(): #Path = "F:\\test\\" # windows下的文件目录 Path = inp ...
分类:
编程语言 时间:
2020-05-09 19:11:28
阅读次数:
70
相关文章: MinGW-w64简介 1. 下载 下载网址mingw-w64-release 选择标准 32位系统选择i686, 64位系统选择x86_64 线程模型:win32 : 没有C ++ 11多线程特性, posix : 支持C ++ 11多线程特性 异常处理模型:32位系统推荐dwarf, ...
分类:
编程语言 时间:
2020-05-09 17:27:30
阅读次数:
238
1.配置IDE构建的Maven存放目录(解压目录) 2.配置IDE的User setting file路径,修改setting配置文件 配置本地仓库 自定义本地仓库路径 D:\Program Files\Develop\Portable\localRepository 配置mirrors远程镜像(一 ...
分类:
其他好文 时间:
2020-05-09 16:49:06
阅读次数:
48
总结:这种适合把已有的MySQL数据导入到Elasticsearch中 有一个csv文件,把里面的数据通过Navicat Premium 软件导入到数据表中,共有998条数据 文件下载地址:https://files.cnblogs.com/files/sanduzxcvbnm/SalesJan20 ...
分类:
数据库 时间:
2020-05-09 16:40:38
阅读次数:
83
"正规网址" 1. 升级下基础包 2. 这个过程最好用root安装,或者使用sudo命令 3. 安装tesseract 4. 安装模型文件 5. 安装ghostpdl ...
分类:
其他好文 时间:
2020-05-08 23:02:33
阅读次数:
175
注:我的计算机win64 1.下载ibm_db安装压缩包,地址如下: https://files.pythonhosted.org/packages/3f/61/389c6decacfed61c2724005b8c2be61f2c699f731b53af13517e5a0e6e98/ibm_db 2 ...
分类:
数据库 时间:
2020-05-08 19:53:55
阅读次数:
360
一、下载安装 1)windows Python下载地址 https://www.python.org/downloads/release/python-373/ 2)自定义下一步安装即可二、安装插件 1)安装pip 下载 https://pypi.org/project/pip/#files 解压后... ...
分类:
编程语言 时间:
2020-05-08 18:14:28
阅读次数:
79
list_files.py from labelme2coco2 import labelme2coco import os import glob # 获取文件名 file_names = os.listdir("./img2/") json_files = [] new_json_files = ...
分类:
其他好文 时间:
2020-05-08 17:53:13
阅读次数:
66
使用cat+uniq命令 其实就是统计每行重复多少次 格式:uniq [options][file1 [files]] uniq c file file中的重复行输出一次,并在每行前显示重复次数 uniq d file file中的重复行输出一次,但不输出唯一的行 uniq u file 只输出fi ...
分类:
系统相关 时间:
2020-05-08 13:28:17
阅读次数:
280
Public Sub Dwg2Pdf(ByVal files As List(Of FileInfo)) If files.Count = 0 Then Return End If Dim doc As AcadDocument = Nothing Dim destPath As String = ...
分类:
Web程序 时间:
2020-05-08 12:57:09
阅读次数:
70