2022年8月2日 星期二

excel 只有一萬筆資料

 若有篩選,最多只會看到一萬筆

沒有留言:

自訂權限驗證機制

// 使用 filter [Route("api/[controller]")] [ApiController] [Authorize] [TypeFilter(typeof(CustomAsyncAuthorizationFilter))] public c...