runze 最近的时间轴更新
runze

runze

V2EX 第 380582 号会员,加入于 2019-01-28 11:46:19 +08:00
今日活跃度排名 9893
4 G 96 S 78 B
根据 runze 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
runze 最近回复了
https://planetscale.com/pricing

免费版每月有:

十亿行读
一千万行写
5 GB 存储

不够用吗?
标题可以换成:

为什么我觉得“为什么我觉得…”这种提问方式值得吐槽
还需要软件?几句 AHK 就够了,比如把窗口移动到屏幕中央:

#^x::
; 获取活动窗口的句柄
activeWindow := WinActive("A")

; 获取活动窗口的位置和大小
WinGetPos, x, y, width, height, ahk_id %activeWindow%

; 获取当前屏幕的工作区大小
SysGet, monitorInfo, MonitorWorkArea

; 计算窗口居中时的左上角坐标
centerX := (monitorInfoRight - monitorInfoLeft - width) // 2 + monitorInfoLeft
centerY := (monitorInfoBottom - monitorInfoTop - height) // 2 + monitorInfoTop

; 将窗口移动到居中位置
WinMove, ahk_id %activeWindow%,, %centerX%, %centerY%
return
不管什么生意,大部分人赚不到钱难道不应该是常态吗?
https://code.visualstudio.com/docs/editor/glob-patterns

VS Code supports the following glob syntax:

/ to separate path segments
* to match zero or more characters in a path segment
? to match on one character in a path segment
** to match any number of path segments, including none
{} to group conditions (for example {**/*.html,**/*.txt} matches all HTML and text files)
[] to declare a range of characters to match (example.[0-9] to match on example.0, example.1, …)
[!...] to negate a range of characters to match (example.[!0-9] to match on example.a, example.b, but not example.0)
38 天前
回复了 davidlau 创建的主题 机械键盘 HHKB 用了 10 年,手感变差怎么办?
拆机,换胶碗
41 天前
回复了 jack274 创建的主题 健康 除非迫不得已,请不要给发烧小孩吊水
楼主已经形成了逻辑闭环,现在说什么也没用,从此以后女儿生病让她硬扛:

女儿好了:果然我的想法是正确的!吊水是医院赚钱的阴谋!

女儿死了:果然我的想法是正确的!吊水把女儿免疫力吊没了!

只是可怜这个女孩了
他建立了这样一条逻辑链:
多生孩子是小农经济的影响->孝文化是让孩子听话的工具->部分父母的奇葩行为是在剥削孩子

但是这三点都有很大的问题,不能支撑他的观点:
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5011 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 07:45 · PVG 15:45 · LAX 23:45 · JFK 02:45
Developed with CodeLauncher
♥ Do have faith in what you're doing.