Skip to content

Instantly share code, notes, and snippets.

@chenHungTzu
chenHungTzu / dp1
Last active November 3, 2018 05:33
Deep Learning Session1 (2018/11/3)
ANACONDA WITH PYTHON3.7 -> JUBITER NOTE
-Default Path : C:/User
1.Download Nuget exe
2.nuget spec -> generate .unspec file
3.nuget pack -> generate .unpkg file
4.nuget push -Source "tfs url" -ApiKey VSTS your_package.unpkg
tfs strategy ->
upload package -> builder -> build success -> assemble update -> nuget push
react ->
react-native init [專案名稱] //建立專案
react-native run-android/ios //啟用專案
android-emulator->
> C:\Users\motx2152000\AppData\Local\Android\Sdk\tools //到指定目錄
android create avd -n "[模擬器名稱]" -k "[system-image]" //建立模擬器
emulator -list-avds //列出模擬器清單
emulator @[模擬器名稱] //開啟模擬器