上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 338 下一页
摘要: [root@VM-8-12-centos ~]# systemctl enable mysqlFailed to execute operation: No such file or directory systemctl start mysqldJob for mysqld.service fai 阅读全文
posted @ 2024-10-14 20:22 emanlee 阅读(100) 评论(0) 推荐(0)
摘要: 2024/10/10 21:25:44 PM - ERROR - Internal Server Error: /abc Traceback (most recent call last): File "/root/abc/backend/venv/lib/python3.8/site-packag 阅读全文
posted @ 2024-10-10 22:53 emanlee 阅读(431) 评论(0) 推荐(0)
摘要: import time while True: time.sleep(3) print("pass ") [root@VM-8-12-centos Recorder]# [root@VM-8-12-centos Recorder]# nohup python test.py > tes.txt 2> 阅读全文
posted @ 2024-10-10 21:09 emanlee 阅读(203) 评论(0) 推荐(0)
摘要: 停到这个地方 client_socket, address = server_socket.accept() 这行代码是在等待客户端的连接请求。server_socket.accept() 是一个阻塞调用,它会一直等待有客户端连接上来,然后返回一个新的套接字对象 client_socket 和客户端 阅读全文
posted @ 2024-10-10 10:43 emanlee 阅读(88) 评论(0) 推荐(0)
摘要: Exception in thread django-main-thread: from paho.mqtt import client as mqtt_clientModuleNotFoundError: No module named 'paho' 解释:ModuleNotFoundError: 阅读全文
posted @ 2024-10-09 21:27 emanlee 阅读(902) 评论(0) 推荐(1)
摘要: sm = plt.cm.ScalarMappable(cmap='viridis', norm=plt.Normalize(vmin=np.log10(data['PValue'].min()), vmax=np.log10(data['PValue'].max()))) C:\Python310\ 阅读全文
posted @ 2024-10-07 22:09 emanlee 阅读(143) 评论(0) 推荐(0)
摘要: matplotlib 斜体 在 Matplotlib 中,斜体(Italic)字体可以用于改善图表的可读性或美观度。要设置斜体字体,你可以使用 Matplotlib 的字体属性。这可以通过几种方式实现,比如直接在文本字符串中使用 LaTeX 风格的斜体命令,或者使用字体属性字典来指定斜体。使用 La 阅读全文
posted @ 2024-10-07 21:50 emanlee 阅读(465) 评论(0) 推荐(0)
摘要: 1. 打开word中的endnote加载项。如图所示,勾选这两个设置。 确认后会自动变为超链接,显示蓝色以及下划线。 2. 在样式设置中,将超链接的下划线取消。之后就会只显示蓝色引用。 结果显示: 阅读全文
posted @ 2024-10-07 17:40 emanlee 阅读(1589) 评论(0) 推荐(0)
摘要: <!-- HTML Version Declaration --> <!DOCTYPE html> <!-- HTML Root Element --> <html> <!-- HTML Head Section --> <head> <!-- HTML Document Title --> <ti 阅读全文
posted @ 2024-10-05 21:53 emanlee 阅读(271) 评论(0) 推荐(0)
摘要: import * as XLSX from 'xlsx'; //展示的顺序,把data中对象的属性按照你想要的顺序排放就可以了, const header = ["pId","dID"] //展示的名称 const headerDisplay = {pId:"项编号",dID:"D编号"}; //将 阅读全文
posted @ 2024-10-04 17:23 emanlee 阅读(271) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 338 下一页