Skip to content

Instantly share code, notes, and snippets.

View hqzxjczx's full-sized avatar

kerry liu hqzxjczx

View GitHub Profile
@hqzxjczx
hqzxjczx / js-skill
Created May 18, 2019 13:28
#js #skill
test
@hqzxjczx
hqzxjczx / css-cheat-sheet
Last active May 5, 2019 02:22
css cheat sheet
fsfsdf
@hqzxjczx
hqzxjczx / es6 解构特性
Last active June 13, 2018 05:48
es6 解构,剩余值无法存储原型属性,且无法继承原型
function fn1(obj) {
var {
x,
y,
...z
} = obj;
var result = {
x,
y,
z
@hqzxjczx
hqzxjczx / what-forces-layout.md
Created March 27, 2016 07:40 — forked from paulirish/what-forces-layout.md
What forces layout/reflow. The comprehensive list.

What forces layout / reflow

All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.

Element

Box metrics
  • elem.offsetLeft, elem.offsetTop, elem.offsetWidth, elem.offsetHeight, elem.offsetParent
  • elem.clientLeft, elem.clientTop, elem.clientWidth, elem.clientHeight
  • elem.getClientRects(), elem.getBoundingClientRect()
@hqzxjczx
hqzxjczx / 00_README.md
Created January 20, 2016 16:25 — forked from emk/00_README.md
Anki subs2srs card template, with optional hint and note

To use these templates, you'll need to create a new Anki "note type" with the following fields:

  • Sound
  • Time
  • Source
  • Image
  • Target: line
  • Base: line
  • Target: line before
  • Base: line before