發表文章

幾張圖跟你說SQL Join

圖片
引用自: 1.[SQL]Join的觀念 http://www.dotblogs.com.tw/hatelove/archive/2010/01/23/sql-join-concept.aspx?fid=69775 2.A Visual Explanation of SQL Joins http://blog.codinghorror.com/a-visual-explanation-of-sql-joins/

SharePoint 2013如何超簡單做好小組專案管理

圖片

軟體測試十要

頡錄自:無責任軟體品保 : 軟體測試十要 http://tingyulu01.blogspot.tw/2010/10/blog-post.html

ASP.NET Web API 教學影集

選[CC]有簡中字幕 還有以下影片,可以選中文字幕喔~~!! 6分鐘的簡介 ASP.NET Web API 你的第一個Web API ASP.NET Web API, Part 1: Your First Web API 取得資料 ASP.NET Web API, Part 2: Getting Data 刪除與更新 ASP.NET Web API, Part 3: Delete and Update 分頁與查詢 ASP.NET Web API, Part 4: Paging and Querying 自訂驗證 ASP.NET Web API, Part 5: Custom Validation 授權 ASP.NET Web API, Part 6: Authorization

Web開發者,你一定要知道的基本(1):HTTP GET與POST的差異

圖片
方法 傳送方式 URL長度限制 安全議題 cache GET QueryString 有 極度不安全 是 POST Form(Content) 無 較安全 否(default)

程式必須是為了給人看而寫,命令機器執行只是附帶任務。(Abelson / Sussman)

使用Netcat呼叫Webservice(SOAP)

圖片
Command line: nc 192.168.2.48 80 < post6.txt