编码秩序(Code Order)
  • Home
  • About
  • Posts
  • Contact

WSL开启Systemd支持

9月份的时候网上看新闻,说WSL(Linux子系统)已经支持Systemd。

Posted by on October 25, 2022 · 3 mins read


网站屏蔽国内IP访问的方法

使用 Nginx + MaxMind + GeoIP 方案

Posted by on October 11, 2022 · 3 mins read


Windows端口转发

背景

Posted by on October 02, 2022 · 1 min read


操作Aurora VPN客户端的Python包

背景

Posted by on October 02, 2022 · 1 min read


Python协程笔记

参考 Coroutines and Tasks 理解Python协程(Coroutine) 笔记 Python的协程是通过Generator实现的,协程是遵循某些规则的生成器; 运行一个协程,asyncio 提供三种机制: asyncio.run() await 等待一个协程 asyncio.create_task() 函数用来并发运行作为 asyncio任务的多个协程...

Posted by on September 10, 2022 · 1 min read


← Newer Posts Older Posts →

Copyright © 2025