git 不同專案使用不同帳號

git global 已設定,但其他專案需要設定其他的帳號 到專案目錄下的.git內,修改config檔案,補上 [user] name = ooxx email = ooxx@gmail.com 即可蓋過global

2019-10-23 · 1 min · 12 words · Me

dart json serialisation dson

https://github.com/drails-dart/dart-serialise https://github.com/parnham/dart-serialise https://github.com/dart-league/dson

2019-10-23 · 1 min · 3 words · Me

Android Studio AVD Path

windows system path ANDROID_AVD_HOME

2019-10-19 · 1 min · 4 words · Me

json to dart flutter

https://javiercbk.github.io/json_to_dart/ https://ashamp.github.io/jsonToDartModel/

2019-10-18 · 1 min · 2 words · Me

frp reverse proxy 反向代理

https://github.com/fatedier/frp

2019-10-15 · 1 min · word · Me