https://blog.csdn.net/huilan_same/article/details/51896672
https://sites.google.com/a/chromium.org/chromedriver/downloads
2018年8月19日 星期日
Selenium+SpecFlow自动化测试一天实践(C#)
https://www.cnblogs.com/enigmaxp/p/5374855.html
demo:
https://github.com/imrexhuang/MVCNorthwindOrders/blob/master/Console4TEST/Program.cs
[C#.NET][SpecFlow] SpecFlow Hello World
https://dotblogs.com.tw/yc421206/2014/12/22/unit_test_specflow_hello_world
Selenium HTML element locator 定位器
https://matthung0807.blogspot.com/2017/12/selenium-html-element-locator.html
demo:
https://github.com/imrexhuang/MVCNorthwindOrders/blob/master/Console4TEST/Program.cs
[C#.NET][SpecFlow] SpecFlow Hello World
https://dotblogs.com.tw/yc421206/2014/12/22/unit_test_specflow_hello_world
Selenium HTML element locator 定位器
https://matthung0807.blogspot.com/2017/12/selenium-html-element-locator.html
2018年8月17日 星期五
ASP.NET MVC 3 - DropDownList 的基本設定方式
http://kevintsengtw.blogspot.com/2012/09/aspnet-mvc-3-dropdownlist.html
當 ASP.NET MVC 的 DropDownList 遇到了 ViewData or ViewBag
2018年8月16日 星期四
C# 繼承中常用關鍵詞new、virtual和 override 使用時間點與範例
https://dotblogs.com.tw/mvp/2018/04/25/164427https://dotblogs.com.tw/mvp/2018/04/25/164427
override (C# 參考)
https://docs.microsoft.com/zh-tw/dotnet/csharp/language-reference/keywords/override
virtual (C# 參考)
https://docs.microsoft.com/zh-tw/dotnet/csharp/language-reference/keywords/virtual
override (C# 參考)
您無法覆寫非虛擬或靜態方法。 覆寫基底方法必須是
virtual
、abstract
或 override
。 override
宣告不能變更 virtual
方法的存取範圍。 override
方法和 virtual
方法都必須具有相同的存取層級修飾詞。 virtual (C# 參考)
virtual
關鍵字可用來修改方法、屬性、索引子或事件宣告,並可在衍生類別中受到覆寫。https://docs.microsoft.com/zh-tw/dotnet/csharp/language-reference/keywords/virtual
2018年8月14日 星期二
Extension Method,以string為例
Extension Method,寫ASP.NET MVC會常用來擴充HTML Helper
DEMO
https://dotnetfiddle.net/c7QUTG
深入探討 C# 之 Extension Method
https://oomusou.io/csharp/extension-method/
ASP.NET MVC 你一定要知道怎麼創立HTML Helper
http://demo.tc/post/459
DEMO
https://dotnetfiddle.net/c7QUTG
深入探討 C# 之 Extension Method
https://oomusou.io/csharp/extension-method/
ASP.NET MVC 你一定要知道怎麼創立HTML Helper
http://demo.tc/post/459
2018年8月4日 星期六
2018年8月3日 星期五
台灣農民曆TaiwanLunisolarCalendar
https://msdn.microsoft.com/en-us/library/system.globalization.taiwanlunisolarcalendar(v=vs.110).aspx
System.Object
System.Globalization.Calendar
System.Globalization.EastAsianLunisolarCalendar
System.Globalization.TaiwanLunisolarCalendar
System.Globalization.Calendar
System.Globalization.EastAsianLunisolarCalendar
System.Globalization.TaiwanLunisolarCalendar
.NET Framework
Available since 2.0
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
DateTime和DateTime?的default 回傳值
http://xingulin.tumblr.com/post/48046560756/default-keyword
https://gist.github.com/LittleLin/5390639
https://gist.github.com/LittleLin/5390639
型別 | default 回傳值 | 說明 |
---|
|
---|
routes.MapRoute加入namespaces解決衝突
在App_Start/RouteConfig.cs 加入以下這段
namespaces: new[]{"XXXYYY.Controllers" }
另一種解法
http://limitedcode.blogspot.com/2014/03/aspnet-mvc-areamvc.html
namespaces: new[]{"XXXYYY.Controllers" }
另一種解法
http://limitedcode.blogspot.com/2014/03/aspnet-mvc-areamvc.html
訂閱:
文章 (Atom)