摘要:
如以下代码: 1 //后台 代码 2 ViewData["source_type"] = new List 3 { 4 new SelectListItem() {Text = "测试1", Value = "1"}, 5 new SelectListItem() {Text = "测试2", Value = "2"}, 6 new SelectListItem() {Text = "测试3", Value = "3"}, 7 new Sele... 阅读全文
摘要:
关于TopShelf 描述:Topshelf is a framework for hosting services written using the .NET framework. The creation of services is simplified, allowing developers to create a simple console application that can be installed as a service using Topshelf. The reason for this is simple: It is far easier to debug 阅读全文