主页
关于
服务状态
LGBT+ 头像
关于
服务状态
LGBT+ 头像
lollipopkit
🏳️⚧️ 希望过上想过的生活~
分类
prog
132
标签
ai
algo
android
apt
async
battle.net
caddy
common
dart
db
deeplink
docker
faq
fish
flutter
fs
git
github
go
ios
linux
llm
macos
macro
mcp
network
parsing
qdrant
rdp
rsync
rust
shell
smali
ssh
swap
swift
syntax
systemd
tailscale
tmux
tree-sitter
ubuntu
uuid
vim
vps
vscode
web
更多
Dart memory and WeakReferences
2024-08-09
prog
/
dart
Learn how memory management works in Dart and how to use WeakReferences.
289 字
|
1 分钟
appimagetool 打包出错
2024-08-04
prog
/
linux
具体报错为 Could not find section .digest_md5 in runtime
42 字
|
1 分钟
Dart 事件循环
2024-08-04
prog
/
dart
Dart 的事件循环是一个持续运行的程序,它管理所有的异步操作。主要由 微任务队列 和 事件队列 组成。
433 字
|
2 分钟
Flutter 核心框架对比
2024-08-04
prog
/
flutter
Flutter 中 Widget、Element、RenderObject 等的特点。
673 字
|
3 分钟
macOS 完全卸载微信输入法
2024-07-26
prog
/
macos
需要删除 Libraray/Input Methods/WeType.app 等 路径
30 字
|
1 分钟
Linux 退出码、信号
2024-07-17
prog
/
linux
不同 exit-code 代表的含义。信号(signals)是一种软件中断,用于通知进程发生了某个特定事件。
737 字
|
4 分钟
Rust Send / Sync
2024-07-17
prog
/
rust
在 Rust 中,`Send` 和 `Sync` 是用于标记类型是否可以安全地在线程之间传递和共享的 trait。
395 字
|
2 分钟
Rust 开发监听文件变动自动重启
2024-07-17
prog
/
rust
在 Rust 开发中,可以使用 cargo-watch 来监听项目文件的修改并自动重启:
86 字
|
1 分钟
1
5
6
7
8
9
17