ideno's recent timeline updates
ideno

ideno

V2EX member #143740, joined on 2015-10-21 20:13:23 +08:00
ideno's recent replies
Sep 15, 2025
Replied to a topic by capgrey 输入法 想入门双拼,却卡在了方案选择
我也用的小鹤..
Jul 22, 2025
Replied to a topic by yunchuanwu 程序员 Trae 耍猴
就像纯银老哥说的, 大公司纯投入, 没见 10 倍增长, 不出几个季度就要撤了. 看来 trae 也是了
int nProc = 0;
while (true) {
swith(nProc) {
case 0: doProc0();
case 1: doProc1();
case 2: doProc2();
case 3: doProc3();
case 4: if(!doProc4()) {nProc=2; continue;}
}
break;
}

@freelancher 说的大概这么个意思(不是正确语法)
Jan 28, 2021
Replied to a topic by wxVIP Linux 求助 在 Linux shell 里的替换问题
echo 'AdadaBdaC' | awk '{str=tolower($0);printf("%s-%s-%s", substr(str, 1, 5), substr(str, 6, 3), substr(str, 9));}'
Jan 28, 2021
Replied to a topic by wxVIP Linux 求助 在 Linux shell 里的替换问题
echo 'AdadaBdaC' | awk '{first=tolower(substr($0, 1, 5)); second=tolower(substr($0, 6, 3)); third=tolower(substr($0, 9)); printf("%s-%s-%s", first, second, third);}'
Mar 24, 2020
Replied to a topic by jackal Vim 如何卸载/删除 Spacevim
@mb4555 thanks man, you save my day
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4736 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 01:04 · PVG 09:04 · LAX 18:04 · JFK 21:04
♥ Do have faith in what you're doing.