用python把多个pdf合并为一个PDF并自动添加书签
Posted on
这是以前的一个python小程序。假如文件夹下有5个PDF文件,他们的名字分别是:
- hello
- world
- nihao
- shijie
- thankyou
把他们合并到成一个jieshao.pdf文件,并且用上面5个文件的名字来作为jieshao.pdf的书签。
2024-03-17-git使用简介教程
Posted on
通过命令行从本地推送代码到GitHub
:::tip
原文连接通过命令行从本地推送代码到GitHub | XSUN (xsun4231.github.io)
:::
首先,Git和GitHub不是一个东西。Git是一个版本管理系统,而GitHub是一个用来保存软件代码的平台。我们不妨把git看作是通讯技术,而github只是一个通讯服务商。也就是说除了github之外,还有很多的代码托管平台,大家都是用的git来上传下载代码,只不过github名气最大。
Hello World
Posted on
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.