摘要:
最近看到这样一段代码觉得很有意思,记录一下: using System; using System.Threading;// 睡眠排序 namespace SleepSort { class SleepSortMainEntence { static void Main (string[] args 阅读全文
摘要:
使用windows版本的nginx启动时遇到(1113: No mapping for the Unicode character exists in the target multi-byte code page)这个错误 把nginx的版本升高了,依旧报错 发现是因为解压的路径里面包含有中文的缘 阅读全文