Hello World
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.
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.
一、Linux与Windows的区别
体现在目录的结构和安全性上,Linux所有的命令是以文件形式存储的,在Linux系统当中一切皆为文件(常用的比如:普通文件、目录文件、链接文件、设备文件等)。
一、注释
1、 注释的排错性
先注释一部分代码,然后执行另外一部分代码,查看报错,用于调试。
2、注释的注意点
多行注释的嵌套:
如果外面是三个单引号,则里面要用三个双引号;如果外面是三个双引号,则里面要用三个单引号。
os模块是与操作系统交互的一个接口。下面是关于对文件路径、文件夹等的相关操作及说明。