Monthly Archives: June 2012

[ASP.NET] 驗證碼資源

1. [C#]簡單實做Captcha (完全用.Net內建函式)http://www.dotblogs.com.tw/kennyshu/archive/2009/11/09/11504.aspx2. 如何用 ASP.NET 實做簡單的圖片驗證機制(Captcha)http://blog.miniasp.com/post/2009/06/A-Simple-Captcha-in-ASPNET.aspx3. A Simple CAPTCHA Image Verification in C# and ASP.Nethttp://codes.codedigest.com/CodeDigest/88-A-Simple-CAPTCHA-Image-Verification-in-C–and-ASP-Net.aspx4. [ASP.net WebForm] 圖形驗證碼(C#) + 前端驗證 – 懶人Codehttp://www.dotblogs.com.tw/shadow/archive/2011/10/05/38823.aspx5. [ASP.NET]圖形驗證碼 Captchahttp://chrisbalboa.pixnet.net/blog/post/27631979-%5Basp.net%5D%E5%9C%96%E5%BD%A2%E9%A9%97%E8%AD%89%E7%A2%BC-captcha6. [ASP.NET]幫Login加上驗證碼http://www.dotblogs.com.tw/topcat/archive/2010/06/06/15683.aspx7. ASP.NET 實現圖形驗證碼http://www.dotblogs.com.tw/fatty0860/archive/2008/12/12/6369.aspx

Posted in 未分類 | Leave a comment

[Linux] Backup MySQL with BASH

I’ve translated my old post into English version with Italic font type. 這是一個簡單的範例程式,用來備份mysql用的。 This is a simple example program for MySQL backup. 以下假設我的MySQL使用者帳號為user,密碼為123,database名稱為db1 Assume that my MySQL account is user, password is 123 and the database name is db1. backupmysql.sh: =Edit the … Continue reading

Posted in Linux, 程式設計 | Leave a comment