Shell常用代码片断 在线Shell终端网站 https://www.runoob.com/try/runcode.php?filename=helloworld&type=bash 中文输出乱码问题 很多使用中文... 01月11日 编程开发 发表评论 阅读全文
Python中文编码问题的解决办法 Python使用时,经常出现各种编码的问题。这里汇总一下常用的解决办法。 万能开头代码 #coding=utf-8 import sys reload(sys) #必须要reload sys.setd... 05月13日 编程开发 发表评论 阅读全文