会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
tslam
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
50
下一页
2024年8月18日
html xml 区别
摘要: 1 HTML 一个标准的 HTML 片段,包含以下结构: <body> 标签,表示 HTML 文档的主体部分。 <h1> 标签,用于定义一个一级标题。 <div> 标签,用于定义一个块级容器。 <p> 标签,用于定义段落。 <a> 标签,用于定义超链接。 <span> 标签,用于定义行内容器。 通常
阅读全文
posted @ 2024-08-18 16:11 tslam
阅读(96)
评论(0)
推荐(0)
2024年8月17日
字符串 格式化
摘要: 用法1 使用字典中的对应值替换字符串中的占位符 NAMESPACES = {'w': 'http://schemas.openxmlformats.org/wordprocessingml/2006/main'} def _name(name): """ 作用: 是使用字典中的对应值替换字符串中的占
阅读全文
posted @ 2024-08-17 16:41 tslam
阅读(32)
评论(0)
推荐(0)
2024年8月14日
chown
摘要: chown: 改变文件或目录的所有者和所属组
阅读全文
posted @ 2024-08-14 23:50 tslam
阅读(33)
评论(0)
推荐(0)
2024年8月13日
文件 编码为Base64字符串
摘要: 参考 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)
free ssh tools
摘要: mobaxterm 使用文档参考: mobaxterm文档 - mobaxterm中文社区|mobaxterm下载
阅读全文
posted @ 2024-08-13 14:01 tslam
阅读(26)
评论(0)
推荐(0)
2024年8月8日
yum 安装软件 遇到问题
摘要: 1 某个源可能有问题时 可尝试的方法 2
阅读全文
posted @ 2024-08-08 18:10 tslam
阅读(24)
评论(0)
推荐(0)
2024年8月3日
文件路径是否正确
摘要: 命令 ls -l 你要确认的文件路径
阅读全文
posted @ 2024-08-03 17:08 tslam
阅读(29)
评论(0)
推荐(0)
curl
摘要: 是否能够手动下载该文件,例子: 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)
2024年7月30日
报表生成器 文档生成器
摘要: github参考: carboneio/carbone 参考2: Template creation documentation - Carbone Report Generator
阅读全文
posted @ 2024-07-30 22:33 tslam
阅读(31)
评论(0)
推荐(0)
转换不同文档到pdf
摘要: 参考1 : github 搜索gotenberg
阅读全文
posted @ 2024-07-30 21:37 tslam
阅读(37)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
50
下一页
公告