01 2019 档案
摘要:Python & dict & switch...case All In One
💩 Python 中是没用switch语句的,这应该是体现 Python 大道至简的思想,Python 中一般多用字典来代替 Switch 来实现。
在 Python 中没有 switch...case 语句,但在 Python3.10 版本添加了 match...case,功能也类似,详见下文。
Python 3.10 增加了 match...case 的条件判断,不需要再使用一连串的 if-else 来判断了。
match 后的对象会依次与 case 后的内容进行匹配,如果匹配成功,则执行匹配到的表达式,否则直接跳过,_ 可以匹配一切。
阅读全文
摘要:Spyder & Python All In One
阅读全文
摘要:How to install python3 on macOS All In One
阅读全文
摘要:How to get the HTTP request of mobile APP in PC All In One
如何在 PC 上抓取手机的 HTTP 请求
Fiddler4
Charles
阅读全文
摘要:CKEditor 4 & markdown & rich text editor
阅读全文
摘要:html select options & vue h render
阅读全文
摘要:html template & iframe & CORS All In One
阅读全文
摘要:how to know iframe is loaded in js
how to know iframe is loaded in js,JS,iframe,loaded,ready,iframe checker, inside web page, url,
阅读全文
摘要:how to get iframe dom in js All In One
how to get iframe document in js,iframe,JS,DOM, contentWindow, contentDocument,
阅读全文
摘要:how to insert js to iframe page in order to disable open new page/window
阅读全文
摘要:how install svn client on MacOS
svn client , MacOS, SVN
阅读全文
摘要:how to disabled iframe page open new window / new tab
DD-EAPP
阅读全文
摘要:js & 快捷键 & vue bind bug
阅读全文
摘要:document.execCommand & contenteditable
window.getSelection
阅读全文
摘要:document.execCommand("copy")
click copy
阅读全文
摘要:GraphQL, REST API
阅读全文
摘要:input select & input unselect
阅读全文
摘要:MacOS & dock 工具栏 & 外接显示器 & 主屏
阅读全文
摘要:js & click copy to clipboard
阅读全文
摘要:js & listen mouse click
阅读全文
摘要:how to show video in website
old version browsers
阅读全文
摘要:MacOS & .DS_Store All In One
mac, mbp, 隐藏文件,
阅读全文
摘要:js & get recursive ids
阅读全文
摘要:js & Object reference bug
Object 解构赋值
阅读全文
摘要:vue & keep-alive & activated
vue 生命周期, 钩子函数 ,缓存
阅读全文
摘要:js & 快捷键
keyboard shortcuts
阅读全文
摘要:codepen & js demos
Mutation Observer & customize resize event listener & demo
阅读全文
摘要:js & right click menu & 鼠标滑词 All In One
js 实现鼠标右键滑词功能
阅读全文
摘要:nginx & restart methods All In One
阅读全文
摘要:macOS & SSH & SFTP All In One
FileZilla
阅读全文
摘要:js get selected text
阅读全文
摘要:js & right click menu
clientHeight & clientWidth & offsetHeight & offsetWidth & outerWidth & innerWidth & outerWidth & outerHeight
阅读全文
摘要:css & text-overflow & ellipsis
css,multi line words,ellipsis,css3,advanced css, text overflow, multi-line, ellipsis 省略号
阅读全文
摘要:Beats Solo3 Wireless 无法链接 MacBook pro
阅读全文
摘要:vue h render function & render select with options bug
阅读全文
摘要:js & array to string All In One
阅读全文
摘要:macOS & 如何在当前文件下打开 terminal
阅读全文
摘要:v-for & duplicate key bug
阅读全文
摘要:vue render & array of components & vue for
vue-jsx & react jsx
阅读全文
摘要:Mac & how to uninstall LANDesk
阅读全文
摘要:vue router & this.$route.query
vue router , this.$route.query, vue, router , query, params,
阅读全文
摘要:vue render function
h()
阅读全文
摘要:钉钉 & URL Scheme & Universal Link & Deep Link All In One
钉钉 & DD link
URL Scheme & Universal Link & Deep Link
在网页中打开 钉钉
阅读全文