ideno 最近的时间轴更新
ideno

ideno

V2EX 第 143740 号会员,加入于 2015-10-21 20:13:23 +08:00
ideno 最近回复了
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 说的大概这么个意思(不是正确语法)
2021-01-28 19:31:06 +08:00
回复了 wuxi889 创建的主题 Linux 求助 在 Linux shell 里的替换问题
echo 'AdadaBdaC' | awk '{str=tolower($0);printf("%s-%s-%s", substr(str, 1, 5), substr(str, 6, 3), substr(str, 9));}'
2021-01-28 19:29:20 +08:00
回复了 wuxi889 创建的主题 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);}'
2020-03-24 23:26:53 +08:00
回复了 jackal 创建的主题 Vim 如何卸载/删除 Spacevim
@mb4555 thanks man, you save my day
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1472 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 00:00 · PVG 08:00 · LAX 17:00 · JFK 20:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.