当你的才华不能撑起你的野心时,就是你该选择学习的时候了!

上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 73 下一页
摘要: string name = Dns.GetHostName(); string ip = Dns.GetHostAddresses(name).First().ToString(); 阅读全文
posted @ 2019-10-16 13:12 hofmann 阅读(210) 评论(0) 推荐(0)
摘要: DateTime start = DateTime.Now.AddDays(-20); DateTime end = DateTime.Now; TimeSpan ts = end.Subtract(start); double days = ts.TotalDays; int differentD... 阅读全文
posted @ 2019-10-15 10:18 hofmann 阅读(2625) 评论(0) 推荐(0)
摘要: 枚举定义 枚举操作方法 测试 阅读全文
posted @ 2019-10-15 10:17 hofmann 阅读(1709) 评论(0) 推荐(0)
摘要: DataContractJsonSerializer dataSerializer = new DataContractJsonSerializer(request.getBizContentClass()); MemoryStream msObj = new MemoryStream(); dat 阅读全文
posted @ 2019-10-09 10:53 hofmann 阅读(515) 评论(0) 推荐(0)
摘要: https://www.microsoft.com/zh-cn/sql-server/sql-server-editions-express https://docs.microsoft.com/zh-cn/sql/ssms/download-sql-server-management-studio 阅读全文
posted @ 2019-10-08 22:33 hofmann 阅读(918) 评论(0) 推荐(0)
摘要: 将博客搬至CSDN 阅读全文
posted @ 2019-09-25 11:18 hofmann 阅读(130) 评论(0) 推荐(0)
摘要: https://docs.sencha.com/ 阅读全文
posted @ 2019-09-25 10:48 hofmann 阅读(802) 评论(0) 推荐(0)
摘要: // 声明Dictionary并初始化 Dictionary<string, string> dic = new Dictionary<string, string>() { {"1", "one"}, {"2", "two"}, {"3", "three"} }; // 获得KeyList Lis 阅读全文
posted @ 2019-09-24 14:44 hofmann 阅读(2769) 评论(0) 推荐(0)
摘要: <html><head><title>demo-110101</title><style type="text/css">table.gridtable {font-family: verdana,arial,sans-serif;font-size:11px;color:#333333;borde 阅读全文
posted @ 2019-09-24 11:04 hofmann 阅读(333) 评论(0) 推荐(0)
摘要: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads Microsoft SQL Server 2008 R2 RTM - Express https://www.microsoft.com/zh-CN/download/de 阅读全文
posted @ 2019-09-21 18:53 hofmann 阅读(1837) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 73 下一页