Change Apple OS X Dock size from Apple Terminal
defaults write com.apple.dock tilesize -int 32; killall Dock32 is icon size
| @font-face { | |
| font-family: "Simsun"; | |
| src: local("Georgia"); | |
| } | |
| @font-face { | |
| font-family: "宋体"; | |
| src: local("Georgia"); | |
| } |
Change Apple OS X Dock size from Apple Terminal
defaults write com.apple.dock tilesize -int 32; killall Dock32 is icon size
xattr -d com.apple.quarantine /Applications/Visual\ Studio\ Code.app| defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock |
| /** | |
| * 新浪微博mid与url互转实用工具 | |
| * 作者: XiNGRZ (http://weibo.com/xingrz) | |
| */ | |
| // 62进制字典 | |
| const str62keys = [ | |
| "0", | |
| "1", | |
| "2", |
| // ==UserScript== | |
| // @name New Userscript | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match ://weibointl.api.weibo.com/share/* | |
| // @grant none | |
| // ==/UserScript== |
| // | |
| // RecordingView.swift | |
| // voicekeyboard | |
| // | |
| // Informational view shown when app is launched via voicekeyboard://record | |
| // Pure UI component - business logic handled in voicekeyboardApp.handleRecognitionRequest | |
| // | |
| import SwiftUI |