duanluan's recent timeline updates
duanluan's repos on GitHub
593 watchers
ultimate-resources-zh-hans
电子书、软件、Chrome 扩展、网站等推荐。
Java · 60 watchers
zutil
A faster and more comprehensive Java utility library / 追求更快更全的 Java 工具类 | Desktop Toolbox based on ZUtil / 基于 ZUtil 的桌面工具箱:https://github.com/duanluan/zutil-desktop
TypeScript · 33 watchers
tampermonkey-scripts
油猴脚本:隐藏技术网站政治相关、增强 Discourse 论坛、增强 163 邮箱、增强 Gemini 对话、增强 V2EX 主题回复
Shell · 29 watchers
linux-notes
Linux Notes (Arch / Manjaro KDE)
JavaScript · 14 watchers
wuyou
Spring Boot + MyBatis Plus + Shiro + Thymeleaf 快速开发框架:夫唯不争,故无尤。
9 watchers
duanluan
Vue · 8 watchers
taro-guide
Taro 官方的渐进式入门教程写的不是很好,不符合初学者的思路,而且不能做到完全复制粘贴可用,所以这里自己写一个。
Python · 7 watchers
openai-local-bridge
Trae 用第三方 API Codex。Make Trae use GPT Codex with any OpenAI-compatible API.
JavaScript · 6 watchers
OpenLearning
电子科技大学继续(网络、职业)教育学院刷课 Chrome 插件
Shell · 5 watchers
shell-scripts
个人常用 Shell 脚本集合,主要用于 Linux 桌面、Arch AUR 打包辅助和网络下载加速。
JavaScript · 4 watchers
SideTabs
Side tabs chrome extension. Chrome 侧边栏标签页扩展插件
Vue · 4 watchers
wuyou-boot-ui
无尤,管理后台 admin 脚手架前端,后端地址:https://github.com/duanluan/wuyou-boot
Java · 3 watchers
wuyou-boot
无尤,管理后台 admin 脚手架单体后端,前端地址:https://github.com/duanluan/wuyou-boot-ui
Kotlin · 3 watchers
zutil-desktop
基于 ZUtil 的桌面工具箱。ZUtil:https://github.com/duanluan/zutil 组件库:https://github.com/duanluan/zui-compose-desktop
TypeScript · 2 watchers
obsidian-mind-map
Python · 1 watchers
py-poetry-config-log-example
Use Poetry to manage dependencies, load YAML configuration via PyYAML, generate rotating logs with logging, and compress archived logs using APScheduler and py7zr. | 使用 Poetry 管理依赖,使用 PyYAML 读取 YAML 配置,基于 logging 输出并轮转日志,再结合 APScheduler 和 py7zr 对归档日志进行压缩清理。
Python · 1 watchers
py-uv-config-log-example
Use uv to manage dependencies, load YAML configuration via PyYAML, generate rotating logs with logging, and compress archived logs using APScheduler and py7zr. | 使用 uv 管理依赖,使用 PyYAML 读取 YAML 配置,基于 logging 输出并轮转日志,再结合 APScheduler 和 py7zr 对归档日志进行压缩清理。
Kotlin · 1 watchers
zui-compose-desktop
组件库演示请查看:https://github.com/duanluan/zutil-desktop
JavaScript · 0 watchers
app-auto-sign
Auto.js Pro 签到 APP
Shell · 0 watchers
aur-packages
Java · 0 watchers
BaiduNetdiskAutoShare
百度网盘失效链接自动重新分享
JavaScript · 0 watchers
barragekyi-extension
Bilibili barrage kyi Chrome extension.
JavaScript · 0 watchers
claude-desktop-plus
Python · 0 watchers
codex-plus-plus-launcher
TypeScript · 0 watchers
continue
⏩ Ship faster with Continuous AI. Open-source CLI that can be used in Headless mode to run async cloud agents or TUI mode as an in sync coding agent
0 watchers
copilot_share
copilot 共享服务
0 watchers
Download-macOS
0 watchers
easypoi
POI tool, excel quick import and export, excel template export, word template export, can complete the import and export of Excel in only 5 lines of code, the modification and export format is simple, rough, fast and effective, easypoi is worth your try
Shell · 0 watchers
emeditor-linux
JavaScript · 0 watchers
github-readme-stats
:zap: Dynamically generated stats for your github readmes
0 watchers
Hide-My-Applist
An Xposed module to intercept applist detections
0 watchers
keyviz
免费开源按键可视化工具 Keyviz 的汉化版。Keyviz Chinese l10n fork.
Java · 0 watchers
MiBandWatcher
0 watchers
my-zlib
TypeScript · 0 watchers
MyObsidian
0 watchers
radar-notes
雷达学习笔记
Python · 0 watchers
renpy-translate-studio
Java · 0 watchers
spring-framework
Unofficial Spring Framework 5.3.42 security fork fixing CVE-2024-38819, CVE-2024-38820, and CVE-2024-38828.
TypeScript · 0 watchers
win-automation-macro
按键精灵
0 watchers
windows-notes
Windows 使用笔记
0 watchers
wuyou-docs-releases
跨平台自研编辑器文档笔记软件
0 watchers
wuyou-toolkit-releases
跨平台全能工具箱
duanluan

duanluan

V2EX member #279414, joined on 2018-01-04 03:39:35 +08:00
duanluan's recent replies
Nov 6, 2025
Replied to a topic by adsl95 Android 微信公众号的广告有办法去掉吗?
WAuxiliary 模组可以去掉公众号文章等广告,但是现在微信风控严重,可以先试试,提示你开了再关掉。
Sep 17, 2024
Replied to a topic by qq309187341 Vue.js 求解 vite+vue3 项目中关于动态图标的问题
那肯定是嗅觉浏览器,有视频嗅探,嗅探后的视频播放器功能非常强大。
haikuo.lanzouj.com/b0ekkjzi
Sep 13, 2024
Replied to a topic by qq309187341 Vue.js 求解 vite+vue3 项目中关于动态图标的问题
src/components/Iconify.vue:

<template>
<el-icon>
<Icon :icon="icon"/>
</el-icon>
</template>

<script setup lang="ts">
import {Icon} from '@iconify/vue';

const props = defineProps({
icon: {
type: String,
default: null,
}
});
</script>

src/components/RecursiveMenu.vue:

<template>
<template v-for="item in menuTree">
<template v-if="item.children && item.children.length > 0">
<el-sub-menu :index="String(item.id)">
<template #title>
<Iconify :icon="item.icon"/>
<span>{{ item.name }}</span>
</template>
<RecursiveMenu :menu-tree="item.children"/>
</el-sub-menu>
</template>
<template v-else>
<el-menu-item :index="String(item.id)">
<Iconify :icon="item.icon"/>
<span>{{ item.name }}</span>
</el-menu-item>
</template>
</template>
</template>

<script setup lang="ts">
import Iconify from "@/components/Iconify.vue";

const props = defineProps({
menuTree: {
type: Array as PropType<any[]>,
required: true
}
});
</script>
CentOS 迁移 OpenCloudOS 指引: https://cloud.tencent.com/document/product/213/85728
如何安全快速地从 Centos 迁移到 openEuler: https://www.openeuler.org/zh/blog/20220701-centos/20220701.html
Jun 27, 2024
Replied to a topic by diagnostics Java 有多少人还在用 Maven 构建项目?
感觉都是好复杂好高级的操作,让我想起了以前一家公司 build.gradle 自定义脚本写老长,后来全被我慢慢删了也能正常跑
一直用的 KeePassXC 和 Keepass2Android ,同步只需要同步文件就行了
Jun 20, 2024
Replied to a topic by diagnostics Java 有多少人还在用 Maven 构建项目?
@iseki
Maven 中央库新平台我了解到的只有下列变更:
1. 如果要用原包名上传新依赖,需要发邮件申请迁移,迁移到新平台后无法撤回。
2. 需要换个插件,description 、scm.url 等必填,不再支持快照版本。
3. 发布新包无需发工单,发布后后台自行通过(或插件配置自动通过)即可。
4. 官方插件仅支持 Maven 。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3852 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 25ms · UTC 04:19 · PVG 12:19 · LAX 21:19 · JFK 00:19
♥ Do have faith in what you're doing.