Posts List
[Power BI] 讀書會 #2 Analysis Services 概念(1)
2021-10-08 | 0 0 | olap cube mdx Analysis Service
[4] 測試是一門學問,關於執行測試
2020-02-26 | 0 0 | software development quality assurance
1. Entity Framework - DBFirst
2021-03-06 | 0 0 | .NETCore Database MSSQL EntityFramework
[JavaScript] ES6:Template Literals 樣板字面值
2020-09-05 | 0 0 | ES6 javascript template literals 樣板字面值
如何使用 Python 程式操作 Excel 試算表
2018-10-05 | 0 0 | Python excel 試算表 how-to tutorial spreadsheet
SQL-injection lab(2)
2023-10-10 | 0 0 | blind sql injection: 攻擊語句暴力枚舉、類for loop blind sql injection: 使用burp suite(repeater、intruder) blind sql injection: 猜用戶密碼 blind sql injection: 猜資料庫長度、資料庫長度名稱 blind sql injection: sql中limit語法解說 blind sql injection: 資料庫與table名稱須轉成ASCII hex blind sql injection: 計算column數量
JavaScript 五四三 Ep.03 Array.prototype.filter()
2022-09-18 | 0 0 | javascript filter
[20] 強制轉型 - 轉換值、ToString、JSON
2020-05-10 | 1 0 | type conversion type coercion ToString JSON
23. Template Method
2021-01-30 | 0 0 | designpattern CSharp