2017年1月23日 星期一

OO與Testing 的講義連結

順序由上而下 [ASP.NET]91之ASP.NET由淺入深 不負責講座 Day14 – Object Oriented (1) https://dotblogs.com.tw/hatelove/archive/2010/10/15/object-oriented.aspx [物件導向]基礎篇:封裝、繼承、多型 (投影片分享) https://dotblogs.com.tw/hatelove/archive/2012/07/20/object-oriented-training-encapsulation-inheritance-polymorphism-introduction.aspx [物件導向]基礎篇:interface, abstract, 意圖導向設計 (投影片分享) https://dotblogs.com.tw/hatelove/2012/07/23/object-oriented-training-abstract-interface-and-intention-driven-design-introduction [Unit Test Tricks] Extract and Override https://dotblogs.com.tw/hatelove/2015/11/26/unit-test-by-extract-and-override [Unit Test Tricks] Static Setter Injection https://dotblogs.com.tw/hatelove/2015/12/03/unit-test-by-static-setter-injection http://www.netobjectives.com/PatternRepository/index.php?title=TheFacadePattern

2017年1月4日 星期三

Excel 資料連線到 MYSQL SERVER 錯誤

流程: 1.EXCEL需要用ODBC連線到MYSQL SERVER 2.所以需要安裝 MYSQL ODBC (32或64版本是看 office版本) 3.但是安裝時可能會發生找不到檔案的錯誤 ( error 126 ) 4.需要安裝VS2010轉發套件 (32或64版本是看 office版本) 參考文件如下 http://blog.csdn.net/ryu2003/article/details/50587837