打赏
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 60 下一页
摘要: 参考:https://blog.csdn.net/wjk343977868/article/details/47086137 阅读全文
posted @ 2019-02-25 20:55 刘奇云 阅读(437) 评论(0) 推荐(0)
摘要: 一、Views文件夹 -> Shared文件夹下的 _Layout.cshtml 母版页 @RenderBody 当创建基于_Layout.cshtml布局页面的视图时,视图的内容会和布局页面合并,而新创建视图的内容会通过_Layout.cshtml布局页面的@RenderBody()方法呈现在标签 阅读全文
posted @ 2019-02-12 14:52 刘奇云 阅读(122) 评论(0) 推荐(0)
摘要: ICMP是(Internet Control Message Protocol)Internet控制报文协议。它是TCP/IP协议族的一个子协议,用于在IP主机、路由器之间传递控制消息。控制消息是指网络通不通、主机是否可达、路由是否可用等网络本身的消息。这些控制消息虽然并不传输用户数据,但是对于用户 阅读全文
posted @ 2019-02-12 11:12 刘奇云 阅读(2717) 评论(0) 推荐(0)
摘要: from:https://jingyan.baidu.com/article/9c69d48f4df25713c8024e66.html 在命令行中输入“tracert ”并在后面加入一个IP地址,可以查询从本机到该IP地址所在的电脑要经过的路由器及其IP地址。下图中后面的IP地址为同一个路由器下的 阅读全文
posted @ 2019-02-12 11:08 刘奇云 阅读(2231) 评论(0) 推荐(0)
摘要: load data local infile 'C:/Users/Administrator/Documents/gaunai2.csv' into table newtable (c1,c2) fields terminated by ',' load data infile "d:\guanai 阅读全文
posted @ 2019-01-18 12:37 刘奇云 阅读(393) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/3200197/creating-wcf-channelfactoryt?rq=1 https://stackoverflow.com/questions/7841748/wcf-channel-and-channelfacto 阅读全文
posted @ 2019-01-17 10:50 刘奇云 阅读(220) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/wuyun-blog/p/5706703.html 从上面的那幅图可以看出来,一共有三个不同的概念URI,URL,URN。这讨论这样的问题时,最好的方法就是回到原点啊,这里我们在RFC 3986: Uniform Resource Identifier 阅读全文
posted @ 2019-01-17 10:49 刘奇云 阅读(409) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-01-17 08:55 刘奇云 阅读(109) 评论(0) 推荐(0)
摘要: https://www.thomaslevesque.com/2018/02/25/better-timeout-handling-with-httpclient/ The problem If you often use HttpClient to call REST APIs or to tra 阅读全文
posted @ 2019-01-15 15:21 刘奇云 阅读(322) 评论(0) 推荐(1)
摘要: 今天要分享的几个问题:1、https原理和破解2、接口请求中的随机数和时间戳怎么发挥作用的 a.随机数+参数 算法加密签名 服务端计算根据参数计算签名,防止篡改数据, 记录随机数防止重发 为了防止重放之前包,随机数需要记录到数组中 随机数有限制,所以需要时间戳,需要设置随机数过期 每次请求会把随机数 阅读全文
posted @ 2019-01-10 17:16 刘奇云 阅读(134) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 60 下一页