baran's recent timeline updates
baran

baran

V2EX member #271558, joined on 2017-12-01 13:20:42 +08:00
baran's recent replies
Mar 26, 2025
Replied to a topic by kehuduanbuxing 程序员 一人来一道拿手面试题
```javascript
function replaceNumber(response) {
return new Proxy(response, {
get(target, prop, receiver) {
const value = Reflect.get(target, prop, receiver);
if (value === 100) {
return 200;
}
if (value === "100") {
return "200";
}
if (Array.isArray(value)) {
return value.map(item => replaceNumber(item));
}
if (typeof value === 'object' && value !== null) {
return replaceNumber(value);
}
return value;
}
})
}
```
Mar 26, 2025
Replied to a topic by Yasuke 程序员 聚合服务(非 AI)
不就是个 API Gateway 层服务嘛
Jan 4, 2022
Replied to a topic by wxsm 分享创造 yet another 阿 B 下载器
推荐你一个包 https://www.npmjs.com/package/@ffmpeg/ffmpeg 可以不用依赖系统安装 ffmpeg
Nov 15, 2021
Replied to a topic by baran 分享创造 CSAC - SSL 证书全自动生成并部署
@totoro625
域名托管在其他平台的后续会增加相关选项,API key 的话目前需要的是域名解析及删除,CDN 配置的相关权限

---

@bigtan
csac 0.0.4 csac-action 1.0.2 之后已经支持配置证书的类型了
Jul 14, 2021
Replied to a topic by baran 分享创造 写了一个农历纪念日 ics 订阅生成
@mytoroto 输入的时候就是填写公历的年月日
Jul 13, 2021
Replied to a topic by baran 分享创造 写了一个农历纪念日 ics 订阅生成
@iyeatse 感谢,已经修复了~
Mar 19, 2018
Replied to a topic by liudebin333 奇思妙想 宠物档案
我们已经在做这块了,目前有个基本的雏形了,其他的正在开发中,有兴趣可以了解下
https://mymeow.cn
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2992 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 09:29 · PVG 17:29 · LAX 02:29 · JFK 05:29
♥ Do have faith in what you're doing.