会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
追风儿
博客园
首页
新随笔
联系
订阅
管理
2023年10月
data = serial.read_all() 卡主了
摘要: 气死了,为什么要写这个帖子,是因为这个问题实在困扰我很久了,一天多都没有解决这个问题。 data = serial.read_all()读到这一句一直卡住了,一直不往下走,is_waiting这个一直在这,看了很多资料,找了很多的解决方法,后来发现是串口驱动没装。
阅读全文
posted @ 2023-10-10 14:00 追风儿
阅读(56)
评论(0)
推荐(0)
2023年6月
does not appear to have any patterns in it. If you see the 'urlpatterns' variable with valid patterns in the file then the issue is probably caused by a circular import.
摘要: django.core.exceptions.ImproperlyConfigured: The included URLconf '<module 'first_app.urls' from 'D:\\project\\first_project\\first_app\\urls.py'>' do
阅读全文
posted @ 2023-06-25 16:42 追风儿
阅读(343)
评论(0)
推荐(0)
2022年7月
permissions of the file and its containing directories, or try running
摘要: 解决办法: 文件夹的权限 属性-安全-编辑--user--所有权限
阅读全文
posted @ 2022-07-29 14:42 追风儿
阅读(266)
评论(0)
推荐(0)
git 使用
摘要: 1,在github上注册一个账号:huididihappy Bb900325490@ 2,,下载git客户端 3,初始化本地git仓库 4,GitHub与git关联 ssh-keygen -t rsa -b 4096 -C "2420495011@qq.com" 5,生成这个文件 6,将pubkey
阅读全文
posted @ 2022-07-21 11:31 追风儿
阅读(28)
评论(0)
推荐(0)
2020年11月
jmeter 引用Java文件报错:error invoking bsh method: eval:一个是没加分号,一个是没有重启,坑死了
摘要: 一直报这个错,查找了半天,明明都写的正确的,原因是:装了beanshell的jar包,没有重启jmeter
阅读全文
posted @ 2020-11-07 21:31 追风儿
阅读(2445)
评论(0)
推荐(0)
2020年4月
centos 6 安装docker
摘要: yum list installed | grep docker # yum -y remove docker名称 rm -rf docker路径 yum install https://get.docker.com/rpm/1.7.1/centos-6/RPMS/x86_64/docker-eng
阅读全文
posted @ 2020-04-30 23:13 追风儿
阅读(202)
评论(0)
推荐(0)
2020年1月
'none type'object has no attribute
摘要: 这个问题是我读取Excel一直报错,是因为Excel的表格有空白行,导致我读取了空白行
阅读全文
posted @ 2020-01-17 19:58 追风儿
阅读(3048)
评论(0)
推荐(0)
The goal you specified requires a project to execute but there is no POM in this directory (D:\test\AutoTestFramework). Please verify you invoked Maven fro m the correct directory. -> [Help 1]
摘要: 进入到当前的项目,
阅读全文
posted @ 2020-01-09 21:24 追风儿
阅读(1477)
评论(0)
推荐(0)
2019年11月
响应时间分析
摘要: 怎么性能分析的?请求流经的环节 1,请求发起,从负载机发,经过网络,到wed服务器,web服务器到线程池,开始接受请求,执行代码,
阅读全文
posted @ 2019-11-25 22:32 追风儿
阅读(328)
评论(0)
推荐(0)
操作系统性能指标:CPU,io,内存
摘要: 1,负载 什么是负载? 正在被CPU调度的进程+等待CPU调度的进程;正在运行的进程+正在io 的进程 怎么看负载? load average:0.13 0.06 0.01 过去一分钟的系统的平均负载,过去5分钟的平均负载,过去15分钟系统的平均负载 什么样的负载是OK的? 不超过CPU颗粒数 进程
阅读全文
posted @ 2019-11-12 19:56 追风儿
阅读(1609)
评论(0)
推荐(0)
下一页