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

上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 73 下一页
摘要: 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 阅读(2592) 评论(0) 推荐(0)
摘要: 枚举定义 枚举操作方法 测试 阅读全文
posted @ 2019-10-15 10:17 hofmann 阅读(1696) 评论(0) 推荐(0)
摘要: DataContractJsonSerializer dataSerializer = new DataContractJsonSerializer(request.getBizContentClass()); MemoryStream msObj = new MemoryStream(); dat 阅读全文
posted @ 2019-10-09 10:53 hofmann 阅读(503) 评论(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 阅读(895) 评论(0) 推荐(0)
摘要: 将博客搬至CSDN 阅读全文
posted @ 2019-09-25 11:18 hofmann 阅读(124) 评论(0) 推荐(0)
摘要: https://docs.sencha.com/ 阅读全文
posted @ 2019-09-25 10:48 hofmann 阅读(793) 评论(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 阅读(2757) 评论(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 阅读(321) 评论(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 阅读(1814) 评论(0) 推荐(0)
摘要: /// <summary> /// Assign parameters to specified objects /// </summary> /// <typeparam name="T">object type</typeparam> /// <param name="dic">Fields/v 阅读全文
posted @ 2019-09-20 14:01 hofmann 阅读(1870) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 73 下一页