445141126 最近的时间轴更新
445141126's repos on GitHub
3 人关注
deno-jieba
"结巴"中文分词的 deno wasm 版本
JavaScript · 1 人关注
algorightms_implemention
JavaScript · 1 人关注
auto_pager
自动翻页油猴脚本
JavaScript · 1 人关注
boilerplates
boilerplate s
JavaScript · 1 人关注
build-your-own-angularjs
Haskell · 1 人关注
cis-194
JavaScript · 1 人关注
content-script-with-requirejs
This is demonstration for how to use require.js in content scripts
0 人关注
3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
0 人关注
abs_admin
Rust企业级一站式后台解决方案
0 人关注
abs_admin_vue
rust admin project, based on actix-web,rbatis,vuejs,vue-ant-design-pro
Rust · 0 人关注
actix-realworld-example-app
Implementation of the RealWorld backend API spec in Actix, Rust's powerful actor system and most fun web framework.
TypeScript · 0 人关注
ant-design
🌈 A UI Design Language and React UI library
0 人关注
api-guidelines
Microsoft REST API Guidelines
Shell · 0 人关注
aria2-ariang-docker
The Docker image for Aria2 + AriaNg / Aria2 + AriaNg + File Manager 的 docker 镜像(可以在群晖 snology NAS 中使用)
0 人关注
Articles
Various interesting articles, in PDF or PS form
TypeScript · 0 人关注
aspnet-swagger-codegen-example
C# · 0 人关注
aspnetcore-realworld-example-app
ASP.NET Core backend implementation for RealWorld
Python · 0 人关注
autojump
A cd command that learns - easily navigate directories from the command line
0 人关注
awesome-courses
:books: List of awesome university courses for learning Computer Science!
0 人关注
awesome-vue
🎉 A curated list of awesome things related to Vue.js
Go · 0 人关注
base64Captcha
captcha of base64 and diversity
JavaScript · 0 人关注
bisheng-plugin-antd
To support ant.design-like websites.
TypeScript · 0 人关注
ChatGPT-Next-Web
A cross-platform ChatGPT/Gemini UI (Web / PWA / Linux / Win / MacOS). 一键拥有你自己的跨平台 ChatGPT/Gemini 应用。
TypeScript · 0 人关注
civitai
A repository of models, textual inversions, and more
JavaScript · 0 人关注
Cronicle
A simple, distributed task scheduler and runner with a web based UI.
Jupyter Notebook · 0 人关注
cs231n-2021
TypeScript · 0 人关注
deno-fresh
The next-gen web framework.
Python · 0 人关注
deno-ngender
根据姓名来判断性别
TypeScript · 0 人关注
deno_blog
Minimal boilerplate blogging.
0 人关注
deno_std
Deno standard library
445141126

445141126

V2EX 第 40095 号会员,加入于 2013-06-03 20:17:58 +08:00
445141126 最近回复了
`git update-index --assume-unchanged ...`
2021-09-02 19:35:50 +08:00
回复了 Livid 创建的主题 NES 关于红白机上最难的那些横轴过关游戏
没有魔界村吗
2021-08-28 20:26:27 +08:00
回复了 rain423 创建的主题 上海 创建一个 base 在上海的 v 友群
d2Jpbjkx
2019-12-31 13:46:17 +08:00
回复了 unn 创建的主题 UNITY Unity 中国增强版发布
unity hub 不挂 proxy, 不能登录怎么解?
2019-10-16 18:21:19 +08:00
回复了 FASTTOM 创建的主题 宽带症候群 家里的宽带,下载慢 上传快大概是啥原因呢?
@FASTTOM 竟然能忍受一年
2019-04-04 09:49:57 +08:00
回复了 summersnow521 创建的主题 JavaScript JavaScript 语言为何需要那么多高级语法
@stabc

await 也可以不用 for

```
const delay = (ms) => new Promise(resolve => setTimeout(() => resolve(), ms))

const arr = [1, ,2, 3]

;(async () => {
await arr.reduce(async (promise, s) => {
await promise
await delay(1000 * s)
console.log('delay', s, Date.now())
}, Promise.resolve())
})()
```
`plt.xticks(dates)` ?
为什么 c# 算高性能,java 不算
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2728 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 15:43 · PVG 23:43 · LAX 08:43 · JFK 11:43
Developed with CodeLauncher
♥ Do have faith in what you're doing.