linw1995 最近的时间轴更新
linw1995's repos on GitHub
Python · 37 人关注
jsonpath
A query expression for extracting data from JSON.
Python · 27 人关注
data_extractor
Combine XPath, CSS Selectors and JSONPath for Web data extracting.
Rust · 4 人关注
bt
B Tree in Rust is implemented in Region-based memory management.
Python · 3 人关注
flask-otp
This extension simply makes One-Time Password by using pyotp, qrcode
Emacs Lisp · 2 人关注
.emacs.d
My Emacs Configuration
Emacs Lisp · 2 人关注
emacs-python-isort
Emacs package to sort Python imports via isort.
Go · 1 人关注
grpc-msgpack
Python · 0 人关注
adbutils
pure python adb library for google adb service.
Python · 0 人关注
aiohttp
Async http client/server framework (asyncio)
Python · 0 人关注
aiojobs
Jobs scheduler for managing background task (asyncio)
0 人关注
BilibiliVideoDownload
Bilibili video download | 哔哩哔哩视频下载 | HDR | 8K
Rust · 0 人关注
bst
Binary Search Tree in Rust.
HTML · 0 人关注
cocoa-eh-hugo-theme
A enhanced version of Cocoa. Clean, fast, and responsive theme with cool typography.
Go · 0 人关注
cortex-mysql-store
Cortex MYSQL store to store indexes & Chunks
Java · 0 人关注
coursera-algorithms
Programming Assignment Solutions of "Algorithms, Part I & Part II" from Coursera.
JavaScript · 0 人关注
cssviewer
CSSViewer. A Google Chrome Extension for fellow Web Developers, Web Designers, and Hobbyists.
Python · 0 人关注
elementpath
XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
Emacs Lisp · 0 人关注
emacs-ob-racket
Emacs Org-Mode Babel code block Racket support
Vue · 0 人关注
Equal
🧬 Equal is a Vue 3 UI library based on TypeScript
0 人关注
etcd
Distributed reliable key-value store for the most critical data of a distributed system
Go · 0 人关注
etcd_examples
Code examples about interaction with ETCD.
0 人关注
examples
Python · 0 人关注
flower-recognition
:hibiscus: :sunflower: Using state-of-the-art pre-trained Deep Neural Net architectures for Flower Species Recognition
Go · 0 人关注
gokit
0 人关注
gopherCron
golang 开箱即用的秒级分布式定时任务系统
0 人关注
grpclib
Pure-Python gRPC implementation for asyncio
Rust · 0 人关注
handlebars-rust
Rust templating with Handlebars
Python · 0 人关注
hookers
Python function call hookers
Python · 0 人关注
janus
Thread-safe asyncio-aware queue for Python
C · 0 人关注
klipper
Klipper is a 3d-printer firmware
linw1995

linw1995

V2EX 第 225932 号会员,加入于 2017-04-13 22:24:18 +08:00
如何解决 PS5 透明代理与 uu 加速器冲突
问与答  •  linw1995  •  2022-04-22 11:42:01 AM  •  最后回复来自 Kinnice
7
寻找显示器 PD2710QC 扩展坞线的替代品
问与答  •  linw1995  •  2022-04-27 22:04:50 PM  •  最后回复来自 linw1995
3
一年内写了两个数据提取的轮子
Python  •  linw1995  •  2020-06-13 01:30:35 AM  •  最后回复来自 linw1995
3
linw1995 最近回复了
2022-09-15 13:19:02 +08:00
回复了 Phishion 创建的主题 Apple Mac mini M1 睡眠后显示器无法唤醒怎么解决?
@mooczz 换了什么线呢,能推荐一下吗?
2022-04-27 22:04:50 +08:00
回复了 linw1995 创建的主题 问与答 寻找显示器 PD2710QC 扩展坞线的替代品
最好不要直接买 雷电 线,可能会不兼容…… 只要买 Type-C 3.1gen2 的线即可,长度 0.3m 就可以满足了,而且还便宜
2022-04-22 10:31:08 +08:00
回复了 linw1995 创建的主题 问与答 如何解决 PS5 透明代理与 uu 加速器冲突
@Leonard 感谢,最终用了网线走代理,uu 走 WI-FI 了。

@vmebeh 加速器是在路由器插件,不知到怎么实现的?可能是根据源 ip 来判断加不加速的,在透明代理弄感觉麻烦就不整了
2022-04-13 15:39:33 +08:00
回复了 hzlzh 创建的主题 分享创造 🎉 MenubarX for macOS 正式发布啦!一款强大的 Mac 菜单栏浏览器
感谢~十分好用的软件,生产力 ++++
2022-02-14 00:16:38 +08:00
回复了 neoz 创建的主题 分享创造 「Zeno」为应用提供构建到分发服务,让开发者专注迭代
😆有幸用过 zeno 部署静态网页,全程丝滑!!!体验很好👍
主因是这个服务响应得太快。如果我没理解错你的诉求的话,你期望的没法简单的实现。你这个例子可分解成,做网络请求,再对响应内容作处理。看 asyncio loop._run_once 的源码,你可以发现 IO 事件是优先执行的。你想优先处理非 IO 事件的协程,只能串行执行了。

那可以这样,先处理所有 响应内容,再做一次请求

```python
def handle_loop(q_request, q_response):
while True:
await handle_response(q_response) # 执行全部
await handle_request(q_request) # 执行一个
```

以上就是本人粗略判断得出来的结论
2021-04-21 12:31:42 +08:00
回复了 Mrxx 创建的主题 Apple 可以把 AirTag 功能植入体内么?
差点还以为是,植入到人体内,防止丢人( doge )
2021-04-15 14:46:07 +08:00
回复了 hjiang 创建的主题 酷工作 [上海/北京] TapTap/LeanCloud 招聘 Android、后端工程师等多个职位
远程可以接受么?初中级的
2021-04-08 19:03:57 +08:00
回复了 hongqn 创建的主题 酷工作 [北京/远程] 北京雅识招聘前端工程师
十分好奇用 FastAPI 的后端岗位 JD 是什么样?
2021-03-25 17:37:25 +08:00
回复了 AlexaETF 创建的主题 程序员 96 年女生 学编程 有可能吗
最好的时机在过去,其次就是现在~
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   960 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 17ms · UTC 21:29 · PVG 05:29 · LAX 14:29 · JFK 17:29
Developed with CodeLauncher
♥ Do have faith in what you're doing.