FIFO library The FIFO library provides a simple circular buffer implementation for storing bytes. The FIFO uses the size and buffer memory provided by ...
分类:
其他好文 时间:
2020-10-12 20:40:45
阅读次数:
29
看到某github项目上有好多人提出了此问题,却没有解决。 最后找到一位外国网友解决了此问题:他的博客链接:https://www.myerrorsandmysolutions.com/docker-error-response-from-daemon-removal-of-container-is ...
分类:
其他好文 时间:
2020-10-12 20:33:40
阅读次数:
38
MySQL5.7创建多个实例基于CentOS7修改配置文件/etc/my.cnf[mysqld@db01]datadir=/var/lib/mysql-replica01socket=/var/lib/mysql-replica01/mysql.sockport=3307log-error=/var/log/mysqld-replica01.log[mysqld@db02]datadir=/var
分类:
数据库 时间:
2020-10-12 20:32:06
阅读次数:
37
1 背景 在k8s中基于alpine做底层系统的容器进行git lfs push操作时,发现报错无法上传成功 Fatal error: Server error: http://git.ops.xxxxx.com/xxxx/yyyy.git/gitlab-lfs/objects/b6f9dd313c ...
分类:
Web程序 时间:
2020-10-10 17:45:46
阅读次数:
29
问题原因:缺少cookie导致解决方法1:在Headers中添加cookie参数,value值从浏览器的请求接口中复制解决方法2(推荐):选择Network找到对应的请求,右键选择Copy-CopyascURL(bash)然后在Postman中选择Import-PasteRawText,将复制的cURLbash命令黏贴进去,导入即可。这样测试带登陆态的接口就方便多了。可以随意复制,修改URL及bo
分类:
其他好文 时间:
2020-10-10 17:29:05
阅读次数:
20
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:
其他好文 时间:
2020-10-09 21:20:39
阅读次数:
26
20192316 2020-2021-1 《数据结构与面向对象程序设计》实验二报告 课程:《程序设计与数据结构》 班级: 1923 姓名: 贝世之 学号:20192316 实验教师:王志强 实验日期:2020年10月8日 必修/选修: 必修 1.实验内容 编写简单的计算器,完成加减乘除模运算。 要求 ...
分类:
其他好文 时间:
2020-10-09 20:19:13
阅读次数:
15
参考资料: https://osxdaily.com/2019/02/13/fix-app-damaged-cant-be-opened-trash-error-mac/ 在外网上下了个app,但是打不开,显示的是如下的图片:(参考资料里找的,不过字是一样的) 解决方法文章里列了四条,但是前三条是给 ...
分类:
移动开发 时间:
2020-10-08 19:24:05
阅读次数:
21
启动无法启动MySQL首先查看/etc/init.d/是否有mysqld或其他mysql程序没有的话到安装目录bin目录内找相关程序复制到/etc/init.d/或者用systemctlenablemysqld&&systemctlstartmysqld检查端口ss-lnt|grep3306检查进程ps-ef|grepmysql|grep-vgrep启动基本原理/etc/init.
分类:
数据库 时间:
2020-10-08 18:53:11
阅读次数:
30
--coding:utf-8--importrequestsfrompptx.utilimportInchesimportosfromPILimportImageimportjsonimporturllib2importdatetimeimporttimecurrent_date=datetime.datetime.now()printu"当前采集的是%s的数据,请确认日期"%
分类:
编程语言 时间:
2020-10-08 18:41:56
阅读次数:
20