- 博客(49)
- 收藏
- 关注
原创 100天Rust从入门到入狱----------第1天 环境安装(MacOS)
6.这个时候看到当前文件下面新建了一个名greeting的工作目录,输入命令:cd ./greeting,这个时候会出现一个安装工具包的提示,点击安装。5.新建文件夹,在vscode中打开新建的文件夹,然后打开新的终端,输入命令 cargo new greeting。4.打开vscode,找到extension,搜索rust-analyzer和Native Debug 两个扩展。2.复制上面的命令到终端粘贴运行,出现如下界面,输入1回车。3.下载编译器,这里推荐使用vscode(
2024-04-08 03:47:47 509
原创 Mysql设置访问权限(docker配置)
2.运行命令mysql -uroot -p --default-character-set=utf8,输入密码连接数据库。1.运行命令:docker exec -it 数据库名 bash,我这里是bot_test,3.运行命令show databases,查看当前的表。重启mysql使用dbeaver重新连接数据库。4.进入mysql选中user表。
2024-04-01 00:32:21 712
原创 requests发起请求时正常返回数据scrapy请求返回406或者返回数据为空(亲测有效)
解决scrapy发起请求返回406和返回数据为空的问题
2023-04-12 15:14:01 621
原创 selenium报错解决:selenium.common.exceptions.WebDriverException: Message(已解决)
selenium报错解决:selenium.common.exceptions.WebDriverException: Message
2023-01-05 20:33:14 5451
原创 报错解决:SyntaxError: Non-UTF-8 code starting with ‘\xe7‘
SyntaxError: Non-UTF-8 code starting with '\xe7'
2022-12-09 17:34:23 2549
原创 报错解决: TypeError: ‘bool‘ object is not iterable
报错解决: TypeError: 'bool' object is not iterable
2022-12-08 16:52:35 2139
原创 报错解决:json.decoder.JSONDecodeError:
报错解决:json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 10 (char 9)
2022-12-06 16:58:37 2061
原创 报错解决:TypeError: string indices must be integers, not ‘str‘
'将str类型的数据转为dict类型,报错解决:TypeError: string indices must be integers, not 'str
2022-11-30 10:03:56 6866 1
原创 报错解决TypeError: write() argument must be str, not list
报错解决TypeError: write() argument must be str, not list
2022-11-18 11:14:42 6715
原创 已解决报错UnboundLocalError: local variable ‘title‘ referenced before assignment
已解决报错UnboundLocalError: local variable 'title' referenced before assignment
2022-11-16 16:43:30 2830
原创 python中向列表中添加字典报错‘str‘ object has no attribute ‘append‘
解决报错'str' object has no attribute
2022-11-11 13:31:25 3226
原创 遍历列表中的字典并取出其中的值报错string indices must be integers
string indices must be integers
2022-11-02 17:15:07 634
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人