摘要: 无意中看到Github上很多readme.md用了漂亮又有趣的表情符号,想着是怎么实现。开始我还以为是什么emoji的插件,查着查着才知道,原来unicode字符集已经加入了emoji表情图标。于是就有了下文,毕竟在文章中插入酷酷的表情符号更具阅读性。 ☝️emoji是什么 绘文字(日语:絵文字/え 阅读全文
posted @ 2021-12-22 01:59 redcat8850 阅读(3207) 评论(0) 推荐(2)
摘要: 由于用户使用Python脚本的时候可能没有运行环境,所以需要打包。记录下碰到的问题。 安装 # 安装 pip install --upgrade pyinstaller # 安装最新开发版 pip install https://github.com/pyinstaller/pyinstaller/ 阅读全文
posted @ 2021-12-22 01:52 redcat8850 阅读(896) 评论(0) 推荐(0)