open extension popup when click on context menu
Recently, I've been working on a browser extension and hoping to implement a feature where a popup c
Recently, I've been working on a browser extension and hoping to implement a feature where a popup c
在 SwiftUI 中我们可以通过 @FetchRequest 的方式从 Core Data 获取保存的数据,但是默认的数据并不保证会被排序 @FetchRequest(sortDescript
每年总有一段时间想折腾一下博客,今年的博客历时三天总算折腾结束了。之前的博客是自己基于 Github Discussion 开发的,使用的语言是 Go,今年也不想着再用别的语言重写一遍了,不过尝试了用
Currently, I am working on VoiceBox, which is an application based on Whisper that can transcribe au
更新 2023-10-26 经由 @XYZ-99 提示才发现网页默认单词列表的只是【我的单词本】(猜测应该是默认的单词本,手机端可以设置),对于多单词本的情况下脚本无法一次性导出,所以对网页有道词典再
Intro Using keyboard shortcuts in desktop is a common case, it can boost our productivity when used
Recently i looked through the document for flutter_bloc. Document is well-organized, with some good
Python 中的 type hint (类型提示) 是指在声明变量的时候显式声明变量的数据类型的功能,在 Python3.5及后续版本中可用。类型提示是对 Python 这种弱类型语言的补充,可以在
前言 最近在爬取某网站的使用 selenium 模拟登录,发现手动登录一切正常,但是一旦使用 selenium,最后提交事件无法被触发,导致无法登录,显然 selenium 被检测出来了。所以猜测可能
前言 openpyxl 在 3.1.0 之后版本引入了一个新的 bug,具体问题可以参考 issue-1959。一旦你使用的 Excel 文件中的通配符(wildcard) 不存在数字的话,就会如下的