zumo

    -5熱度

    1回答

    我一直在試圖讓Parser播放Baa Baa Black She的.txt文件,但無法找到在解析器中使用的正確的Python代碼。這是爲了使用Zumo機器人。 下面的代碼我已經使用計算器,但不能把它與音樂的工作: with open('test.txt', 'r') as f: read_data = f.read() print(read_data) for line in re

    0熱度

    1回答

    我一直在使用 .AddTables(new MobileAppTableConfiguration() .MapTableControllers() .AddEntityFramework()) 設置我MobileAppConfiguration,但最近在阿德里安·霍爾的書看了https://adrianhall.github.io/develop-mobile-apps-

    1熱度

    1回答

    我使用的是Azure App Service的Easy Auth功能,我試圖用Google提供程序刷新令牌。 我跟着Chris Gillum article正確地叫.auth/login/google與access_type=offline參數。然後我打電話給.auth/refresh,它給我一個200 OK並帶有一個新的authenticationToken。但是,當我通過調用.auth/me來

    1熱度

    1回答

    我使用 private string GetAzureSID() { var principal = this.User as ClaimsPrincipal; var nameIdentifier = principal.FindFirst(ClaimTypes.NameIdentifier); if (nameIdentifier != null)