V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  guxingke  ›  全部回复第 1 页 / 共 7 页
回复总数  134
1  2  3  4  5  6  7  
26 天前
回复了 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
75 天前
回复了 5200 创建的主题 程序员 后端想整点前端项目,学 vue 还是 react
vanilla-js
273 天前
回复了 Cat7373 创建的主题 职场话题 现在年轻人这么刚的么?
互为备胎
308 天前
回复了 coderstory 创建的主题 Java Java 8 的 stream 常规操作导致线程卡死
递归了就有问题吧

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

---
合适的操作

- 开发中使用 xxx-SNAPSHOT 版本号
- release 就去掉 SNAPSHOT
学而时习之

---
要实践呀,造轮子去吧
321 天前
回复了 andyJado 创建的主题 程序员 你最常用的 CLI(命令行工具)是什么?
λ zsh_stats | awk '{print $2,$4}'
820 vim
633 curl
533 mysql
513 ack
496 cd
479 ssh
327 j
321 rm
307 cat
304 git
298 pbpaste
267 java
232 ping
196 brew
179 gcamf
159 mv
151 ll
148 redis-cli
139 gcb
138 cp
2022-05-26 16:53:58 +08:00
回复了 asanelder 创建的主题 程序员 why javaer 什么都要搞一个 interface?
如无必要 勿增实体

---
不妨从自己做起,没必要声明的时候就不声明呗。
毕竟真有必要的时候,再抽出一个接口并不困难。
写个 v 站吧
2021-09-02 10:31:23 +08:00
回复了 exceldream 创建的主题 程序员 大家如何打造自己高效的开发环境
1. 梯子,这个基本得手动装
2. 配置同步,Mackup
3. 软件安装,Homebrew (brew bundle dump && brew bundle install)

---
新的环境搭建大约需要 2 小时
2021-08-17 10:29:49 +08:00
回复了 roiding 创建的主题 程序员 局域网缓存的方案
@roiding  印象中 Raw Repositories 可以处理, 没实操过 。
2021-08-17 10:15:17 +08:00
回复了 roiding 创建的主题 程序员 局域网缓存的方案
就是 mirror 呗, 可以考虑 nexus
2021-07-29 13:36:53 +08:00
回复了 chigeyaowaner 创建的主题 程序员 真的有公司搞 devops 吗?成功了吗?
把专职运维劝退就得搞 devops 了...
shell 不也挺好。。。

xx.sh 1>stdout.log 2>stderr.log &
2021-06-02 10:05:46 +08:00
回复了 CingFuture 创建的主题 Java 请教大家一个关于 spring security 鉴权的问题
PostAuthorize 注解 + SPEL 可解

=====
@PostAuthorize("returnObject.owner == authentication.id")
Doc findOwnerDoc(String docId);
2021-05-14 10:58:26 +08:00
回复了 panky 创建的主题 程序员 做一个创新型产品,找后端开发加入
YWRtaW5AZ3V4aW5na2UuY29tCg==
2021-04-16 17:08:08 +08:00
回复了 zhangslob669 创建的主题 Java 关于 Java 线程池并发查询的问题
CompletableFuture.allOf(f1,f2...fn).get(timeout)

> 也许可以,没验证
2021-04-14 10:11:12 +08:00
回复了 005008 创建的主题 程序员 收徒计划可能失败了...
Java 可邮件我 一起学习

echo 'YWRtaW5AZ3V4aW5na2UuY29tCg==' | base64 -d
1  2  3  4  5  6  7  
关于   ·   帮助文档   ·   博客   ·   nftychat   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   853 人在线   最高记录 5634   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 72ms · UTC 21:16 · PVG 05:16 · LAX 14:16 · JFK 17:16
Developed with CodeLauncher
♥ Do have faith in what you're doing.