Leo's Technical Debt

So many things, so little time.

透過Git Hook,push時部屬程式(pre-push)

透過GitHook Prepush機制,Push時部屬程式 環境準備 Git Python 用Python主要是因為不用編譯,拿來做一些Script很方便 準備githook - Prepush git hook 機制可以讓我們在commit、pull、push….e.t.c.時執行特定的動作,例如執行測試、寄信通知更新、檢查編譯是否通過等……hen方便 在開發的專案下,githook目......

Dapper

使用Dapper,不要自己刻ORM nuget搜尋、安裝Dapper using Dapper 12345678910111213141516171819public IEnumerable<dynamic> ExecQuery(string query){ try { ConnectionString = $"Data Source = {ser......

快速產生Python爬蟲程式碼

透過Chrome Dev Tools執行結果轉換成Python程式碼 Chrome Dev Tools 準備好要爬的網頁跟表單相關資料後再開啟dev tools切換到NetWork tab再送出請求,避免訊息過多 找到回應正確response的request,按右鍵Copy as curl(cmd) curl to Python Code 把複製的code貼上去就能拿到python的程式碼了......

Python Selenium - 解決requests沒辦法解決的問題

#Python Selenium - 解決requests沒辦法解決的問題 安裝Selenium 1pip install selenium 安裝Driver 以chrome為例子 1下載 https://chromedriver.chromium.org/downloads 簡單範例: 1234567891011121314151617181920212223242526272829303......

MS-SQL Temp Table

MS-SQL Temp Table #TempTable 資料表真的會存在資料庫裡面,要完要記得Drop掉 1234567891011121314CREATE TABLE #temp( Pno int, Sno int, Qty decimal(19,5), Cost decimal(19,5), [Date] date, Profit decimal(19,5),......
SQL

[Hexo] Theme BeanTech

This is hexo theme Demo.

Ported Theme of Hux Blog, Thank Huxpro for designing such a flawless theme. This BeanTech theme created by YuHsuan modified from the original Porter Kaijun Usage I publish the whole project f......