coderwitt's repos on GitHub
Shell · 55 watchers
fcitx5-theme-mint
薄荷输入法同款fcitx5皮肤
44 watchers
fcitx5-theme-wechat
仿微信的fcitx5输入法框架皮肤
42 watchers
fcitx5-theme-macos12
仿macos12的fcitx5主题
Shell · 31 watchers
pc-guide
Windows 、Linux常用软件配置分享
Shell · 23 watchers
applePingFangFonts
从网络收集的apple苹方字体
12 watchers
fcitx5-theme-ayaya
粉色系的fcitx5输入法皮肤
9 watchers
MacOS-Tahoe-Cursor
Archives for macOS Tahoe Cursor
Rust · 5 watchers
EcoPastePro
🎉跨平台的剪贴板管理工具 | Cross-platform clipboard management tool
5 watchers
lucida-fonts
For storage and organization of Lucida series fonts, please read https://en.wikipedia.org/wiki/Lucida for details
Shell · 2 watchers
pake-apps
A collection of web apps packaged based on (Pake)[https://github.com/tw93/Pake]
Shell · 1 watchers
dbeaver-connection-search
DBeaver connection decryption query script
Shell · 1 watchers
draw-shell-table
Use shell commands to draw a table in the terminal.
Shell · 1 watchers
homebrew-taphup
homebrew tap hub for me.
Java · 1 watchers
SchedX
对Spring scheduling的原始功能增强。
TypeScript · 0 watchers
BongoCat
BongoCat 是一个可爱的互动桌面宠物应用,让你的桌面充满乐趣!
TypeScript · 0 watchers
clash-verge-rev
Continuation of Clash Verge - A Clash Meta GUI based on Tauri (Windows, MacOS, Linux)
C++ · 0 watchers
command
本人自用的Windows的cmd终端
Java · 0 watchers
dbeaver
Free universal database tool and SQL client
0 watchers
EcoPaste-Docs
Docs for EcoPaste
0 watchers
flathub
Issue tracker and new submissions
Java · 0 watchers
forest
A high-level and lightweight declarative HTTP client framework for Java. it makes sending HTTP requests in Java easier.
0 watchers
homebrew-core
🍻 Default formulae for the missing package manager for macOS (or Linux)
Ruby · 0 watchers
Homebrew-EcoPaste
Homebrew installer for EcoPaste
Java · 0 watchers
idea-sync-settings
同步idea设置的仓库
Vue · 0 watchers
MoeKoeMusic
一款开源简洁高颜值的酷狗第三方客户端 An open-source, concise, and aesthetically pleasing third-party client for KuGou that supports Windows / macOS / Linux :electron:
0 watchers
MoonTV
Batchfile · 0 watchers
notes
学习是不可以停止的,多学习,还要做笔记
0 watchers
Pake
🤱🏻 Turn any webpage into a desktop app with Rust. 🤱🏻 利用 Rust 轻松构建轻量级多端桌面应用
Dockerfile · 0 watchers
reference
为开发人员分享快速参考备忘清单(速查表)
0 watchers
rocketmq-spring
Apache RocketMQ Spring Integration
0 watchers
screenFetch
Fetches system/theme information in terminal for Linux desktop screenshots.
Shell · 0 watchers
ScriptVault
收录一些简单的脚本,用于在日常编程环境下提升工作效率
Markdown · 0 watchers
tldr
📚 Collaborative cheatsheets for console commands
0 watchers
WebStorm-configuration-sync
WebStorm配置及其插件同步
0 watchers
WxJava
微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,公众号等的后端开发
Java · 0 watchers
xxljob-spring-boot-starter
xxljob-spring-boot-starter
coderwitt

coderwitt

V2EX member #720153, joined on 2024-11-14 19:39:55 +08:00
Today's activity rank 16233
89 S 29 B
码农而已。
coderwitt's recent replies
哥们,真的,我跟你差不多情况吧,但是你这个真的太舔了,两个人相处的时候,男的往往是被动方,会产生一种 放弃 和 好像还有戏 反复挣扎的错觉


说白了,你单太久了
May 27
Replied to a topic by yvyvyv 买买买 618 准备换个手机
@yvyvyv #12 与小米的手环搭配使用怎么样,蓝牙解锁这些功能能用吗? 我现在是小米的手表, 准备手表也换个 Apple Watch,还是安卓手机的话,得看下 Apple Watch 和安卓手机连接体验咋样

我用了这么多年的安卓,觉得比较好的,一个是一加 6T, 在 Oppo 合并之前, 一个是红米 K60

之前用的魅族 21 , 小米的 11 ,红米的 12S , 红米 K80 都不好用

OPPO 的系统还挺流畅的,不行就换个 Reno 系列吧
May 27
Replied to a topic by yvyvyv 买买买 618 准备换个手机
哥们,感觉你用苹果挺久了,现在有计划换安卓。我跟你相反,我一直用安卓,计划换苹果

我这么多年,安卓的牌子都用过来了,用小米居多,但是小米问题不少

其他厂商呢价格太贵,安卓市场太多了,基本过保后,体验都是大幅下降

加上我现在电脑,耳机,平板都是苹果的,想换苹果了,还在考虑中, 聊聊感受吗? 苹果体验怎么样,什么信号差呀,乱七八糟的糟心事多不多
创建一个文件夹 workspace , 里面把你这两个项目都复制到文件夹下,workspace 根下创建个 pom.xml,然后编写
```xml
<modules>
<module>A</module>
<module>B</module>
<module>C</module>
</modules>
```


这样你在 A,B,C 里互相引子模块,只要 GAV 正确,都是直接引用的源码, 相当于项目级 module,可以直接 debug.最后 workspace 以及根 pom.xml 别提交就好了,另外这里要求 A,B,C 三个模块不能有`<parent>`定义, 原来的`<parent>`定义你可以换成`scope pom`移动到`dependencyManagement`标签中,效果和`<parent>`一样的
Feb 9
Replied to a topic by caiyuan Linux 求推荐 Linux 桌面
推荐你都用用, 用上几天就换,找一个自己使用舒适的版本, 我在用 Mac 前,6 年间,把那些大众的用了个遍,不停的重装,最后定格在了 Manjaro ,还写了个文档: https://github.com/witt-bit/pc-guide/blob/master/linux/manjaro-guide.md ,最开始是从 Ubuntu 开始的,Ubuntu 文档:https://github.com/witt-bit/pc-guide/blob/master/linux/linux-guide.md


从一个只会 Linux 命令的小白,到 Linux 系统作为主办公环境的人,我觉得我这个建议非常中肯, 最后选择 Manjaro 就是简单,AUR 方便,慢慢就不折腾了,没有软件包,就自己弄,全部放在 AUR 上,主要是重装系统后方便,当然也方便别人
Feb 3
Replied to a topic by coderwitt 小米 小米的产品到底差在哪里了?
@clacf #148 张嘴就来啊,狗东西
Feb 2
Replied to a topic by coderwitt 小米 小米的产品到底差在哪里了?
@ethsol 你还别说,小米 11 啥问题都没有,什么烧屏,烧 WIFI 都没出现,用了一年就给家人了
Feb 2
Replied to a topic by coderwitt 小米 小米的产品到底差在哪里了?
@hshe 我原神和王者,老断触
纯开发 Manjaro + KDE 用了 6 年, 主要是 AUR 生态丰富,缺包也可以自己打
Nov 28, 2025
Replied to a topic by kodise Apple 安卓可以适配 AirPods 吗?
我现在是 AirPods 4 (降噪版) + MacBookPro M4 + 安卓

耳机在电脑和手机可以流畅切换,用着也挺爽,唯一的问题是安卓端体验不完美
1.安卓端无法切换降噪 , 通透模式等
2.安卓端无法显示电量
3.安卓没有耳机的岛
4.那些收费的 AirPods 安卓 App 都体验了,功能都一般
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1282 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 17:06 · PVG 01:06 · LAX 10:06 · JFK 13:06
♥ Do have faith in what you're doing.