Xiaozheng's Blog

「花径不曾缘客扫 蓬门今始为君开」

音击手台静音方案探索尝试

最近沉迷音击无法自拔,购入入门手台nageki micro愉快游玩了不久时间。游玩到13级以及以上的某些猩猩谱面时总会发出巨大的声响。 一切的源头⬆️,这个实在是太拆了(( 虽然我的好舍友表示不介意,但一直发出这么大声响也不是一个长久之计,遂萌生了手台改造消音计划(实际由于微动结构,不可能完全静音)。 前车之鉴 nageki micro相关的改造文章还是太少了,不过打开查看里面的...

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run je...

Hello, World!

你好,欢迎来到我的博客。 这是我的第一篇博文。 1 print("Hi,I'm Xiaozheng!") 以上,请多指教 Arch Linux测试!

从零开始使用Github Pages + Jekyll搭建博客

几经折腾下来终于做好了一个用着舒服的个人博客,采用Github Pages和Jekyll来搭建博客,样式美观也很简洁,在follow大佬的教程过程中也萌生了写一篇记录博文的想法,就简单做一个记录。 GitHub Pages 和Jekyll是什么 GitHub Pages是由GitHub提供的静态网站托管服务,直接通过Git仓库自动部署,完全免费且支持自定义域名。通过它可以实现零成本搭建个...

CS50's Introduction to Programming with Python学习记录

Problem Set 0 Indoor Voice: In a file called indoor.py, implement a program in Python that prompts the user for input and then outputs that same input in lowercase. Punctuation and whitespace ...