What you do today can improve all your tomorrows.
Bear in mind: S = Single Responsibility Principle
O = Opened Closed Principle
L = Liskov Substitution Principle
I = Interface Segregation Principle
D = Dependency Inversion Principle
摘要:
cross domain IE5-11 public class ValuesController : ApiController { public async Task Get(int id) { var info = string.Format("API CurrentThre... 阅读全文
摘要:
public partial class Form1 : Form { BackgroundWorker worker = new BackgroundWorker(); xxContext context_ = null; public Form1() { InitializeComponent()... 阅读全文
摘要:
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Detail 阅读全文