Skip to content

Instantly share code, notes, and snippets.

View jony4's full-sized avatar
🎯
Focusing

牛强 jony4

🎯
Focusing
View GitHub Profile
@jony4
jony4 / hbase.thrift
Created October 21, 2019 02:38
Hbase thrift v2.2.2
https://github.com/apache/hbase/blob/2.2.2RC0/hbase-thrift/src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift
@jony4
jony4 / vscode-go.json
Last active April 15, 2020 02:45
vscode go 语言 快捷键;打开路径 "Code" -> "Preferences" -> "User Snippets"
{
"fmt.Sprintf": {
"prefix": "fsf",
"body": [
"fmt.Sprintf(${1:\"%v\"}, ${2:var})",
],
"description": "fmt.Sprintf"
},
"iflen": {
"prefix": "ifl",
@jony4
jony4 / rm-goland.sh
Created October 26, 2020 03:06
Mac 下一键移除 goland 便于重装
#!/usr/bin/env bash
rm -fr ~/Library/Preferences/jetbrains*
rm -fr ~/Library/Caches/JetBrains/
rm -fr ~/Library/Application\ Support/JetBrains/
rm -fr ~/Library/Logs/JetBrains/