guxingke 最近的时间轴更新
guxingke

guxingke

V2EX 第 221916 号会员,加入于 2017-03-20 10:24:57 +08:00
根据 guxingke 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
guxingke 最近回复了
全查 业务内存排序 sort by score , id
107 天前
回复了 Zfyhxfjbsg 创建的主题 程序员 有没有玩 stable diffusion 的
@Zfyhxfjbsg 没有哦,面向国内的,没有飞机
108 天前
回复了 Zfyhxfjbsg 创建的主题 程序员 有没有玩 stable diffusion 的
115 天前
回复了 monkeyWie 创建的主题 Java JVM 是不是给 kotlin 开了后门啊
JVM 并不区分 checked or unchecked exception , 完全编译器开发者的倾向

-----
Kotlin 确实是 better java
143 天前
回复了 tanran 创建的主题 程序员 macOS 怎样快速切换到另一个应用?
# max
cmd + ctrl - f : yabai -m window --grid 1:1:0:0:0:0
cmd + ctrl - m : yabai -m window --grid 10:10:1:1:8:8
cmd + ctrl - s : yabai -m window --grid 10:10:2:2:6:6
cmd + ctrl - d : yabai -m window --toggle float

# keycode https://github.com/koekeishiya/skhd/issues/1
# app
alt - 1 : osascript -e "tell application \"IntelliJ Idea\" to activate"
alt - 3 : osascript -e "tell application \"RapidAPI\" to activate" # Paw -> RapidAPI
alt - 4 : osascript -e "tell application \"Clion\" to activate"
alt - 7 : osascript -e "tell application \"DataGrip\" to activate"
alt - 8 : osascript -e "tell application \"MacVim\" to activate"
alt - 9 : osascript -e "tell application \"neovide\" to activate"
alt - 7 : osascript -e "tell application \"DataGrip\" to activate"
alt - 2 : osascript -e "tell application \"PyCharm\" to activate"
alt - q : osascript -e "tell application \"Google Chrome\" to activate"
alt - u : osascript -e "tell application \"Wechat\" to activate"
alt - i : osascript -e "tell application \"Feishu\" to activate"
alt - 0x2B : osascript -e "tell application \"QQMusic\" to activate" # alt ,


# screen saver
cmd + shift + ctrl - l : osascript -e "tell application \"ScreenSaverEngine\" to activate"


------
推荐 shkd <https://github.com/koekeishiya/skhd>
1. 没有包袱请务必使用 StoreKit 2
2. 务必请客户端下单时传递后端订单号到 Apple Server
3. 没有 3
192 天前
回复了 5200 创建的主题 程序员 后端想整点前端项目,学 vue 还是 react
vanilla-js
2022-09-05 16:15:55 +08:00
回复了 Cat7373 创建的主题 职场话题 现在年轻人这么刚的么?
互为备胎
2022-08-01 18:52:10 +08:00
回复了 coderstory 创建的主题 Java Java 8 的 stream 常规操作导致线程卡死
递归了就有问题吧

a -> b -> c -> ... -> b -> ...
路子有点野啊,为啥需要每个 commit 一个版本

---
合适的操作

- 开发中使用 xxx-SNAPSHOT 版本号
- release 就去掉 SNAPSHOT
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1912 人在线   最高记录 6067   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 02:41 · PVG 10:41 · LAX 19:41 · JFK 22:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.