- 博客(75)
- 资源 (1)
- 收藏
- 关注
原创 OSError: [E050] Can‘t find model ‘zh_core_web_sm‘. It doesn‘t seem to be a Python package or a valid
提示无zh_core_web_sm的解决方案> OSError: [E050] Can't find model 'zh_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
2025-01-23 22:07:30
355
原创 设置word目录从正文开始记录页码,并解决word目录正常,但正文页脚处只显示第一页的页码
> 问题详情1:如何设置目录从正文开始记录页码> 问题详情2:word目录处的页码正常,但正文只有第一页的页脚处显示页码
2024-03-06 11:04:09
9984
原创 清除Django的管理员admin站点中“Recent Actions“最近活动面板上的所有信息
本文主要介绍了如何清除Django的管理员admin站点中"Recent Actions"最近活动面板上的所有信息
2024-02-17 18:03:07
677
原创 Elsevier的Rights and Access和Reproduction of Colour Artwork填写注意事项(图文)
Elsevier的Rights and Access和Reproduction of Colour Artwork填写注意事项(图文)Elsevier的Rights and Access在填写时只需打开通信作者邮箱里的链接,进去选择即可,Reproduction of Colour Artwork也是同样,本文主要介绍了两者填写时每步的注意事项。
2024-01-02 21:29:36
6553
4
原创 AttributeError: ‘bool‘ object has no attribute ‘sum‘
AttributeError: 'bool' object has no attribute 'sum'
2023-12-10 20:58:30
1024
原创 raise StopIteration .. StopIteration---next(iter(data.DataLoader())报错StopIteration
raise StopIteration .. StopIteration---next(iter(data.DataLoader())报错StopIteration
2023-12-10 11:52:26
500
原创 django中循环生成的多个btn,只有第一个btn会弹出模态框
为每个button按钮都绑定同一点击事件,点击每个btn都可弹出模态框。// 点击id为btnDown的按钮,出现对应的模态框。
2023-10-30 15:13:26
742
原创 python模块报错:‘No module named “Crypto“ ‘
pycrypto、pycrytodome和crypto是一个东西,crypto在python上面的名字是pycrypto,它是一个第三方库,但是已经停止更新三年了,不建议安装这个库;pycryptodome就来了,它是pycrypto的延伸版本,用法和pycrypto是一模一样的;所以一种解决方法是直接安装:pip install pycryptodome。但在使用的时候导入模块是有问题的,这时需修改一个文件夹的名称。
2023-10-08 15:52:22
833
原创 pymysql.err.OperationalError: (2003, “Can‘t connect to MySQL server on ‘127.0.0.1‘ ([WinError 10061]
Django连接mysql时pymysql报错1. pymysql.err.Operationa77lError: (2003, "Can't connect to MySQL server on '127.0.0.1' ([WinError 10061] 由于目标计算机积极拒绝,无法连接。)")2. raise exc pymysql.err.OperationalError: (2003, "Can't connect to MySQL server on 'localhost' ([WinE
2023-09-16 19:43:13
2803
原创 Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试
taskkill /f /t /im KGService.exe // 杀掉程序 ,也可直接关闭该应用程序。netstat -ano | findstr 8000 // cmd操作获取占用id。netstat -ano | findstr 8000 // 8000端口被重新占用。tasklist | findstr 40644 // 查看占用程序名。taskkill /pid 23824 /F // 关闭端口。django运行时报错。
2023-09-09 19:37:52
542
原创 Zend运行php代码-无法连接localhost与online/offline
Zend运行php代码-无法连接localhost与online/offline
2023-07-20 21:57:54
123
原创 报错解决ttributeError: module ‘cv2‘ has no attribute ‘ximgpr
报错解决ttributeError: module 'cv2' has no attribute 'ximgpr
2023-06-02 22:47:47
662
原创 python中list进行加减乘除运算报错:TypeError: unsupported operand type(s) for -: ‘int‘ and ‘list‘
python中list进行加减乘除运算报错:TypeError: unsupported operand type(s) for -: 'int' and 'list'
2023-05-25 15:03:05
1115
原创 GPG key retrieval failed: [Errno 14] curl#60 - “Peer‘s Certificate has expired.“
GPG key retrieval failed: [Errno 14] curl#60 - "Peer's Certificate has expired."
2023-03-07 21:56:16
537
原创 Job for network.service failed because the control process exited with error code. See “systemctl st
Job for network.service failed because the control process exited with error code. See "systemctl st
2023-02-18 16:58:51
304
原创 ! [rejected] master -> master (fetch first) error: failed to push some refs to ‘https://
! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://
2023-02-07 22:30:25
215
原创 STM51嵌入式开发入门软件安装-Keil、stc、驱动(图文)
本文详细介绍了如何一步步进行STM51嵌入式开发入门软件的安装-包括Keil、stc、驱动等(图文详细)
2023-01-06 21:35:36
2903
原创 C4996 ‘strcat‘: This function or variable may be unsafe. Consider using strcat_s instead. To disable
## C语言VS中strcat报错
2023-01-03 18:21:30
2099
1
原创 C4996 ‘scanf‘: This function or variable may be unsafe. Consider using scanf_s instead. To disable d
C4996 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable d
2022-12-31 20:24:18
215
原创 TypeError: tensor(): argument ‘dtype‘ must be torch.dtype, not type
TypeError: tensor(): argument ‘dtype‘ must be torch.dtype, not type
2022-10-30 16:01:09
614
原创 Runtime error: expected scalar type Float but found Double
Runtime error: expected scalar type Float but found Double
2022-10-30 15:50:04
1002
原创 RuntimeError: mat1 and mat2 shapes cannot be multiplied
RuntimeError: mat1 and mat2 shapes cannot be multiplied
2022-10-30 15:46:20
17161
3
原创 scipy.linalg.eig(a, b=None, left=False, right=True, overwrite_a=False, overwrite_b=False, check_fini
scipy.linalg.eig(a, b=None, left=False, right=True, overwrite_a=False, overwrite_b=False, check_fini
2022-10-20 16:47:20
399
西安交通大学轴承数据集网盘链接 - 永久有效
2023-03-28
Oxford-IIIT数据集,一个宠物图像数据集,包含37中宠物,每种200左右照片,同时包含分类、头部轮廓标注和语义分割信息。
2022-10-03
CWRU轴承数据集(附说明文件)
2022-05-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人