04 2020 档案

摘要:拖动的时候通过点击command来进行复制 阅读全文
posted @ 2020-04-26 19:44 hh9515 阅读(243) 评论(0) 推荐(0)
摘要:在init的 lua脚本中,下面的代码是为了在进入Terminal、ShortCat和Spolight的时候,默认切换到英文输入法 local function Chinese() hs.console.printStyledtext("chinese") hs.keycodes.currentSo 阅读全文
posted @ 2020-04-22 18:50 hh9515 阅读(511) 评论(0) 推荐(0)
摘要:通过一些映射来方便我的mac操作 2020 04 23: https://github.com/eret9616/my-karabiner-config 阅读全文
posted @ 2020-04-22 17:48 hh9515 阅读(580) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-04-19 20:27 hh9515 阅读(155) 评论(0) 推荐(0)
摘要:https://xavierchow.github.io/2016/03/07/vimium-leave-address-bar/ 阅读全文
posted @ 2020-04-18 00:35 hh9515 阅读(137) 评论(0) 推荐(0)
摘要:How do Cpus read machine code 6502 CPU芯片组装计算机 ... (JMP的指令是4C) (makerom.py) python makerom.pyhexdump -C rom.bin 插上去reprogram (那是一个 EEPROM Programmer) ( 阅读全文
posted @ 2020-04-14 00:27 hh9515 阅读(1395) 评论(0) 推荐(0)
摘要:因为vue在initData的时候 function initData(vm){ let data = vm.$options.data data = vm._data = typeof data ‘function’ ? getData(data, vm) : data || {} /* 因为在这 阅读全文
posted @ 2020-04-13 16:57 hh9515 阅读(662) 评论(0) 推荐(0)
摘要:The Chrome DevTools Protocol allows for tools to instrument, inspect, debug and profile Chromium, Chrome and other Blink-based browsers. Many existing 阅读全文
posted @ 2020-04-04 20:54 hh9515 阅读(5452) 评论(0) 推荐(0)
摘要:$.post(/*...*/,function (result) { var blob=new Blob([result]); var link=document.createElement('a'); link.href=window.URL.createObjectURL(blob); link 阅读全文
posted @ 2020-04-04 09:29 hh9515 阅读(189) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-04-01 20:23 hh9515 阅读(169) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2020-04-01 19:38 hh9515 阅读(563) 评论(0) 推荐(0)