Show newer

关注了 :bili_emoji_xijierqi:
//转发自: @银大友: 【彩虹六号】整活! 小葵成名录 15【VOICEROID实况】
更新啦更新啦!小葵成名录15来力来力~
顺便求个三连~

:sys_video: api.2heng.xin/bilibili/og.php?
:sys_bilibili: t.bilibili.com/504068838017867

太强了。。。前段时间看了一遍svg文档结果回头来都没记住 :catcry:

codepen.io/sdras/pen/YZBGNp

洗完热水澡热的一批,不用睡了 :pio_die:

ES2021 Logical assignment operators

Assignment operator Equivalent to Only assigns if a is
a ||= b a || (a = b) Falsy
a &&= b a && (a = b) Truthy
a ??= b a ?? (a = b) Nullish

这仓库应该就我自己在用的啊,怎么这么多pull :pio_what:

分享动态
//转发自: @白木哒哒哒: 合 作 合 你 个 der
明日方舟 多维合作模式
合合合个锤子合,拿我无敌的传令兵来!

:sys_video: api.2heng.xin/bilibili/og.php?
:sys_bilibili: t.bilibili.com/503496731193861

王小美 boosted

Charts.css 是一个只使用 CSS、不需要 JS 的图形库,可以把 table 标签变成折线图、直方图或者其他图形。
chartscss.org/

:sys_twitter: twitter.com/ruanyf/status/1372

王小美 boosted

@note Vue array

// Vue.set
Vue.set(vm.items, indexOfItem, newValue)
vm.$set(vm.items, indexOfItem, newValue)
// Array.prototype.splice
vm.items.splice(indexOfItem, 1, newValue)
// Array.prototype.splice
vm.items.splice(newLength)

Vue no longer extends Object.prototype with $set and $delete methods. This has been causing issues with libraries that rely on these properties in certain condition checks (e.g. minimongo in Meteor). Instead of object.$set(key, value) and object.$delete(key), use the new global methods Vue.set(object, key, value) and Vue.delete(object, key).

@note The "d.ts" file is used to provide typescript type information about an API that's written in JavaScript. The idea is that you're using something like jQuery or underscore, an existing javascript library. You want to consume those from your typescript code.

Rather than rewriting jquery or underscore or whatever in typescript, you can instead write the d.ts file, which contains only the type annotations. Then from your typescript code you get the typescript benefits of static type checking while still using a pure JS library.

王小美 boosted
王小美 boosted
王小美 boosted

这操作666

使用Swoole协程一键代理如WordPress等的PHP-FPM服务
qq52o.me/2749.html

Show older
小森林

每个人都有属于自己的一片森林,也许我们从来不曾走过,但它一直在那里,总会在那里。迷失的人迷失了,相逢的人会再相逢。愿这里,成为属于你的小森林。