上一页 1 2 3 4 5 6 ··· 13 下一页
摘要: 问题:kali网卡消失解决如图 解决: 1、查看配置文件 └─# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activa 阅读全文
posted @ 2023-02-27 11:14 那酒不要留 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 官方地址:chat.openai.com/chat 00X00 注册步骤 1、进入官网后,点击注册按钮。2、点击创建账号。3、输入自己的邮箱账号。4、设置密码。5、完成后会进入这样的界面。6、点击进行邮件验证。7、填写名和姓,下方的组织选填。 00X01 验证码问题 1、虚拟号码网址:https:/ 阅读全文
posted @ 2023-02-07 12:40 那酒不要留 阅读(170) 评论(4) 推荐(0) 编辑
摘要: Linux 给用户 赋某个文件夹操作的权限 这里用的ubuntu16.04 一、配置网站管理员 linux文件或目录的权限分为,读、写、可执行三种权限。文件访问的用户类别分为,文件创建者、与文件创建者同组的用户、其他用户三类。 添加用户 useradd -d /var/www/html webadm 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(6595) 评论(0) 推荐(1) 编辑
摘要: 运行路劲和当前文件真实路径不是一个!! 解决 real_dir = os.path.dirname(os.path.realpath(sys.executable)) 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(1541) 评论(1) 推荐(0) 编辑
摘要: from docx import Document from docx.enum.text import WD_PARAGRAPH_ALIGNMENT from docx.shared import Inches from docx import Document from docx.enum.te 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(229) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- """ Created on Sat Oct 24 17:21:31 2020 pip install -i https://mirrors.aliyun.com/pypi/simple/ docx 参考文档 https://python-docx.r 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: doc=Document()#创建一个空白文档 p=doc.add_paragraph()#给文档增加一个段落 p.paragraph_format.space_before=Pt(0)#设置段落 段前 0 磅 p.paragraph_format.space_after=Pt(0) #设置段落 段 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(548) 评论(0) 推荐(0) 编辑
摘要: TablesOfContents.Add 方法 (Word) 返回一 个 TableOfContents 对象,该对象代表添加到文档中的目录。 语法 表达式.Add (Range, UseHeadingStyles, UpperHeadingLevel, LowerHeadingLevel, Use 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(133) 评论(0) 推荐(0) 编辑
摘要: import docx doc1 =docx.Document(r"C:\Users\Administrator\Desktop\test.docx") doc1.paragraphs[0].runs[0].add_break(docx.enum.text.WD_BREAK.PAGE) #插入分页符 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 直接apt安装 sudo apt-get update sudo apt-get install clamav clamav-daemon clamscan --version 停止服务更新病毒库 为了手动更新数据库,暂时停止服务。 $ sudo systemctl stop clamav-fres 阅读全文
posted @ 2022-11-21 21:20 那酒不要留 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 13 下一页
/* 雪花特效 */