会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
当你的才华不能撑起你的野心时,就是你该选择学习的时候了!
hofmann
知行合一
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
54
55
56
57
58
59
60
61
62
···
73
下一页
2019年10月16日
C#获取ip
摘要: string name = Dns.GetHostName(); string ip = Dns.GetHostAddresses(name).First().ToString();
阅读全文
posted @ 2019-10-16 13:12 hofmann
阅读(210)
评论(0)
推荐(0)
2019年10月15日
C# DateTime Subtract
摘要: 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)
C# Enum操作
摘要: 枚举定义 枚举操作方法 测试
阅读全文
posted @ 2019-10-15 10:17 hofmann
阅读(1709)
评论(0)
推荐(0)
2019年10月9日
C# DataContractJsonSerializer
摘要: DataContractJsonSerializer dataSerializer = new DataContractJsonSerializer(request.getBizContentClass()); MemoryStream msObj = new MemoryStream(); dat
阅读全文
posted @ 2019-10-09 10:53 hofmann
阅读(515)
评论(0)
推荐(0)
2019年10月8日
Microsoft SQL Server 2017 Express and Management Studio Express
摘要: 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)
2019年9月25日
将博客搬至CSDN
摘要: 将博客搬至CSDN
阅读全文
posted @ 2019-09-25 11:18 hofmann
阅读(130)
评论(0)
推荐(0)
Extjs7.0
摘要: https://docs.sencha.com/
阅读全文
posted @ 2019-09-25 10:48 hofmann
阅读(802)
评论(0)
推荐(0)
2019年9月24日
List和Dictionary互转
摘要: // 声明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)
table html
摘要: <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)
2019年9月21日
Microsoft SQL Server 2008 R2 Express and Management Studio Express
摘要: 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
下一页
公告