最近的周赛与直播都涉及了很多我们大多没有学习过的C语言细节问题
今天学习了一些关于字符串、输入输出函数的知识,
以及整理了一下昨天晚上直播的重点内容 @21级学长zyb
希望能够帮到大家
千奇百怪的字符串处理函数
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.
Quick Start
Create a new post
1 | $ hexo new "My New Post" |
More info: Writing
Run server
1 | $ hexo server |
More info: Server
Generate static files
1 | $ hexo generate |
More info: Generating
Deploy to remote sites
1 | $ hexo deploy |
More info: Deployment