portals's recent timeline updates
portals

portals

V2EX member #115600, joined on 2015-05-07 10:08:34 +08:00
portals's recent replies
刚看完隔壁讨论 hermes-agent 帖子 都在吐槽 memory 设计不行
openhermit memory 长度有限制么 内部如何优化
async function func() {
try {
const response = await getDataAsyncFromSomeApi()
return response
} catch (error) {
return error
}
}
这样就分别对应了 Promise.resolve 和 Promise.reject
```javascript
async function func() {
try {
}
}
```
Jun 22, 2017
Replied to a topic by zhuzhuyule 问与答 有没有好看的代码高亮配色推荐呢?
one dark
Oct 20, 2016
Replied to a topic by wjdimba Node.js 求教, React 项目如何部署
location / {
root <dir>;
try_files $uri /index.html =404;
}
有套 msi x79+3960x 装了 10.10 最近有出的意向
Feb 1, 2016
Replied to a topic by Livid 硬件 New Toy for 2016
为何不上 x99 平台
用 autoprefixer 可解决大部分问题 但是某些属性无法使用
比如 justify-content: space-around;
安卓微信支持 display: -webkit-box;
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1189 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 17:34 · PVG 01:34 · LAX 10:34 · JFK 13:34
♥ Do have faith in what you're doing.