V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  shakukansp  ›  全部回复第 13 页 / 共 25 页
回复总数  491
1 ... 9  10  11  12  13  14  15  16  17  18 ... 25  
2022-12-12 01:09:41 +08:00
回复了 MID 创建的主题 macOS Ventura 的低电量模式,无法打开高刷,求解决办法
不是 60hz 卡,是低电量 promotion 才会卡

hs.console.clearConsole()
powerSourceCache = hs.battery.powerSource()
enableFreqChange = true

betteryWatcher = hs.battery.watcher.new(function()
powerSource = hs.battery.powerSource()
if (enableFreqChange == false) then
return
end
if (powerSourceCache ~= powerSource)
then
powerSourceCache = powerSource
screen = hs.screen.mainScreen()
currentMode = hs.screen.mainScreen():currentMode()
freq = 120.0
if (powerSource == "AC Power")
then
freq = 120.0
else
freq = 59.0
end
screen:setMode(currentMode["w"], currentMode["h"], currentMode["scale"], freq, currentMode["depth"])
currentMode = hs.screen.mainScreen():currentMode()
hs.alert.show(string.format("%s HZ", currentMode["freq"]))
end
end)

betteryWatcher:start()

hs.hotkey.bind({"cmd", "alt", "ctrl"}, "S", function()
enableFreqChange = not(enableFreqChange)
hs.alert.show(string.format("EditFreq: %s", enableFreqChange))
end)

hammerspoon 的脚本,拿去用吧

低电量切到 59hz ,感觉省电一点
插电切到 promotion
2022-12-12 01:04:40 +08:00
回复了 MID 创建的主题 macOS Ventura 的低电量模式,无法打开高刷,求解决办法
不是幻觉,就是比 macos12 卡了

我觉得你竟然觉得感觉不到了也是厉害

https://www.v2ex.com/t/895079#reply10
在 iterm2 里面使用 trzsz-iterm2 提示 Please upgrade iTerm2 ?
2022-12-09 19:37:20 +08:00
回复了 Sample 创建的主题 macOS macOS Ventura 中鼠标不自动捕获了?
12 也是一样的逻辑
@edis0n0 换句话说,200 中的错误代码即代表这个 http 请求必然成功通过了 nginx api 网关到达了后端
错误必然是由后端服务返回的
在后端查看日志极其麻烦的情况下有助于快速定位问题出在哪里
@edis0n0 nginx 或者 api 网关也会有些默认的返回错误 http 状态码行为,混在一起排查问题的时候会受苦
@edis0n0 那鉴权失败但是不跳转登录,token 过期要跳回登录页你怎么区分?还不是要在返回结果里区分吗
楼主讲一下 token 没过期鉴权失败,没 token ,token 过期
都是 40 几?
2022-12-03 19:50:45 +08:00
回复了 hongchaodeng 创建的主题 程序员 为什么大家这么讨厌 Electron?
@shakukansp 漏看了 helper ,那有 300M

但是比 safari 标签页占内存少
2022-12-03 19:43:41 +08:00
回复了 hongchaodeng 创建的主题 程序员 为什么大家这么讨厌 Electron?
别搞了,我看了下占用内存多的也就是几个 im 软件,qq 微信 tweebot maipo
占内存最多的除了 windowserver 就是 safari
electron 应用,小应用普遍占内存在 150-250m
开 ide 和 vscode 的话就多加几个 ide 和 vscode 占的内存多
楼主的 he3 就 80M
2022-12-03 18:45:40 +08:00
回复了 imSam 创建的主题 分享创造 寻一位 macOS 开发大拿,一起做一款翻译软件。
bob 哪里丑了
你就说这几个框框几个按钮能丑到哪去……
https://files.catbox.moe/graq4k.png
???
2022-12-03 13:43:51 +08:00
回复了 hongchaodeng 创建的主题 程序员 为什么大家这么讨厌 Electron?
有能用 js 写的但是调 webview 的跨平台框架吗
2022-12-02 12:54:09 +08:00
回复了 hongchaodeng 创建的主题 程序员 He3: 开发者必备的万能工具箱
@hongchaodeng 同 24 楼,能不能不设置快捷键
2022-11-28 10:45:09 +08:00
回复了 bthulu 创建的主题 浏览器 即便是当前最新版本, edge 内存占用依然明显比 chrome 小的多
edge 从今年下半年某个版本开始 macos 上概率性 cpu 100% 每次发新版本以为解决了结果还有
又滚回 chrome
2022-11-28 10:41:28 +08:00
回复了 zero47 创建的主题 程序员 Smartgit 终生版国区 869,到手 1023 值得入吗?
有这么好用吗
2022-11-26 14:54:55 +08:00
回复了 cutemurphy2888 创建的主题 React 所以自定义 hook 可以当函数组件来用嘛··
react 不是讲究一个 ui 也是在写 js ?
那你为什么要把 js 和组件分开讨论
1 ... 9  10  11  12  13  14  15  16  17  18 ... 25  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1178 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 23:40 · PVG 07:40 · LAX 15:40 · JFK 18:40
Developed with CodeLauncher
♥ Do have faith in what you're doing.