上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 50 下一页
摘要: 1 HTML 一个标准的 HTML 片段,包含以下结构: <body> 标签,表示 HTML 文档的主体部分。 <h1> 标签,用于定义一个一级标题。 <div> 标签,用于定义一个块级容器。 <p> 标签,用于定义段落。 <a> 标签,用于定义超链接。 <span> 标签,用于定义行内容器。 通常 阅读全文
posted @ 2024-08-18 16:11 tslam 阅读(96) 评论(0) 推荐(0)
摘要: 用法1 使用字典中的对应值替换字符串中的占位符 NAMESPACES = {'w': 'http://schemas.openxmlformats.org/wordprocessingml/2006/main'} def _name(name): """ 作用: 是使用字典中的对应值替换字符串中的占 阅读全文
posted @ 2024-08-17 16:41 tslam 阅读(32) 评论(0) 推荐(0)
摘要: chown: 改变文件或目录的所有者和所属组 阅读全文
posted @ 2024-08-14 23:50 tslam 阅读(33) 评论(0) 推荐(0)
摘要: 参考 import base64 # 读取文件内容并编码为Base64字符串 file_path = 'pdf_ceshi.docx' with open(file_path, 'rb') as file: file_data = file.read() file_base64_str = base 阅读全文
posted @ 2024-08-13 18:47 tslam 阅读(51) 评论(0) 推荐(0)
摘要: mobaxterm 使用文档参考: mobaxterm文档 - mobaxterm中文社区|mobaxterm下载 阅读全文
posted @ 2024-08-13 14:01 tslam 阅读(26) 评论(0) 推荐(0)
摘要: 1 某个源可能有问题时 可尝试的方法 2 阅读全文
posted @ 2024-08-08 18:10 tslam 阅读(24) 评论(0) 推荐(0)
摘要: 命令 ls -l 你要确认的文件路径 阅读全文
posted @ 2024-08-03 17:08 tslam 阅读(29) 评论(0) 推荐(0)
摘要: 是否能够手动下载该文件,例子: curl -s -L https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo -o /tmp/nvidia-container-toolkit.repo 阅读全文
posted @ 2024-08-03 17:07 tslam 阅读(71) 评论(0) 推荐(0)
摘要: github参考: carboneio/carbone 参考2: Template creation documentation - Carbone Report Generator 阅读全文
posted @ 2024-07-30 22:33 tslam 阅读(31) 评论(0) 推荐(0)
摘要: 参考1 : github 搜索gotenberg 阅读全文
posted @ 2024-07-30 21:37 tslam 阅读(37) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 50 下一页