04 2020 档案
摘要:拖动的时候通过点击command来进行复制
阅读全文
摘要:在init的 lua脚本中,下面的代码是为了在进入Terminal、ShortCat和Spolight的时候,默认切换到英文输入法 local function Chinese() hs.console.printStyledtext("chinese") hs.keycodes.currentSo
阅读全文
摘要:通过一些映射来方便我的mac操作 2020 04 23: https://github.com/eret9616/my-karabiner-config
阅读全文
摘要:First you can change the speed of switching into Mission Control (still called Expose in the prefs). To do that just enter this command: defaults writ
阅读全文
摘要:https://xavierchow.github.io/2016/03/07/vimium-leave-address-bar/
阅读全文
摘要:How do Cpus read machine code 6502 CPU芯片组装计算机 ... (JMP的指令是4C) (makerom.py) python makerom.pyhexdump -C rom.bin 插上去reprogram (那是一个 EEPROM Programmer) (
阅读全文
摘要:因为vue在initData的时候 function initData(vm){ let data = vm.$options.data data = vm._data = typeof data ‘function’ ? getData(data, vm) : data || {} /* 因为在这
阅读全文
摘要:The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing
阅读全文
摘要:$.post(/*...*/,function (result) { var blob=new Blob([result]); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link
阅读全文
摘要:set this is the forty fifth tutorial echo $1 // this echo $2 // is How does unix decide which word has to be assigned to which positional parameter? B
阅读全文
摘要:A positional parameter is an argument specified on the command line, used to launch the current process in a shell. Positional parameter values are st
阅读全文

浙公网安备 33010602011771号