报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:
其他好文 时间:
2021-06-24 18:14:03
阅读次数:
0
COCO 的jeson 文件: "images": [{"file_name": "811000171.jpg", "height": 720, "width": 1280, "id": 811000171}, {"file_name": "811000131.jpg", "height": 720 ...
分类:
其他好文 时间:
2021-06-24 18:06:36
阅读次数:
0
Problem: Importing an Oracle 11g R2 Data Pump file containing an ArcSDE 10.x geodatabase encounters Oracle errors ORA-31693, ORA-02354, ORA-00600 Desc ...
分类:
其他好文 时间:
2021-06-24 18:01:26
阅读次数:
0
QFile file("E:\\community.txt"); QTextStream in(&file); in.setCodec(QTextCodec::codecForName("UTF-8"));//让文件以UTF-8的方式译码。 if(!file.open(QIODevice::Read ...
分类:
其他好文 时间:
2021-06-24 17:42:59
阅读次数:
0
rem 设定开始时间set "ks=%date:~,4%/%date:~5,2%/%date:~8,2% %time:~0,2%:%time:~3,2%:%time:~6,2%"rem 开始导出数据 expdp 本地账户名/本地密码@localhost/orcl directory=DATA_PUM ...
分类:
数据库 时间:
2021-06-24 17:41:28
阅读次数:
0
前言 大多数程序员讨厌的两件事,一是为代码写注, 二是维护代码文档。doxygen就能把遵守某种格式的注释自动转化为对应的文档, 从而提高程序员的工作效率。 Doxygen是基于GPL的开源项目,是一个非常优秀的文档系统,当前支持在大多数unix(包括linux),windows家族,Mac系统上运 ...
分类:
其他好文 时间:
2021-06-24 17:40:54
阅读次数:
0
中通快递的云原生改造之路 施尧 InfoQ 2021-06-23 ...
分类:
其他好文 时间:
2021-06-24 17:40:18
阅读次数:
0
gitlab本地服务器搭建 1.依赖包安装 sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates 执行完成后,邮件配置时选择Internet即可. 2.GitLab安装 2.1官方教程 如果按照 ...
分类:
其他好文 时间:
2021-06-24 17:38:29
阅读次数:
0
文件基础命令 系统目录 windows是多根目录 Linux是单根目录 ls [root@localhost ~]# ls / 查看 当前文件夹下的文件目录 a bin boot dev etc home lib lib64 media mnt opt proc root run sbin srv ...
分类:
其他好文 时间:
2021-06-24 17:36:48
阅读次数:
0
ofstream outFile 自己生成的一个ostream对象 outFile.open("fish.txt")//将会生成一个fish.txt//若本有文件 将其删断 outFile<<"wkxsb"; 使用完文件后 应将其关闭 outFile.close() 这里不再需要参数 因为已经连接了 ...
分类:
其他好文 时间:
2021-06-24 17:36:11
阅读次数:
0