上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 60 下一页
  2018年9月3日
摘要: https://www.cnblogs.com/eye-like/p/8494355.html https://blog.csdn.net/u012658972/article/details/79154049/ https://www.cnblogs.com/yaoh/p/5279109.html 阅读全文
posted @ 2018-09-03 14:13 邢帅杰 阅读(263) 评论(0) 推荐(0) 编辑
  2018年8月31日
摘要: 单条件: var query = from person in people join pet in pets on person equals pet.Owner select new { OwnerName = person.FirstName, PetName = pet.Name }; 多条 阅读全文
posted @ 2018-08-31 15:29 邢帅杰 阅读(225) 评论(0) 推荐(0) 编辑
  2018年8月21日
摘要: 检测是否具有TLS1.2:www.ssllabs.com 实验过的办法: https://www.cnblogs.com/wqcheng/p/6618070.html http://www.ocbc.com.cn/business-banking/cn/e-banking/faq-system-re 阅读全文
posted @ 2018-08-21 18:11 邢帅杰 阅读(2787) 评论(0) 推荐(1) 编辑
  2018年8月15日
摘要: 获取OpenId和SessionKey code 阅读全文
posted @ 2018-08-15 15:28 邢帅杰 阅读(180) 评论(0) 推荐(0) 编辑
  2018年8月14日
摘要: function urlencode (str) { str = (str + '').toString(); return encodeURIComponent(str).replace(/!/g, '%21').replace(/'/g, '%27').replace(/\(/g, '%28') 阅读全文
posted @ 2018-08-14 16:55 邢帅杰 阅读(2548) 评论(0) 推荐(0) 编辑
  2018年8月9日
摘要: 代码 Expression<Func<TSource, bool>> predicate = c=>c.Id==1; predicate = predicate.And(c=>c.Name=="jay"); 阅读全文
posted @ 2018-08-09 16:13 邢帅杰 阅读(184) 评论(0) 推荐(0) 编辑
  2018年8月7日
摘要: NUGET安装:RestSharp code: public string Post(string url, string content) { string contentType = "application/json"; //Content-Type try { var client = ne 阅读全文
posted @ 2018-08-07 11:33 邢帅杰 阅读(5570) 评论(0) 推荐(0) 编辑
  2018年8月2日
摘要: 文档:https://docs.abp.io/zh-Hans/abpabp默认管理员:admin,密码:123qwe,这是写死的,xxx.Core\Authorization\Users\User.cs 行数:101.先在Core项目中建立模型Models》Model.cs/ModelManager 阅读全文
posted @ 2018-08-02 17:39 邢帅杰 阅读(936) 评论(0) 推荐(0) 编辑
  2018年8月1日
摘要: https://blog.csdn.net/smartsmile2012/article/details/71172450 阅读全文
posted @ 2018-08-01 10:02 邢帅杰 阅读(87) 评论(0) 推荐(0) 编辑
  2018年7月27日
摘要: http://www.cnblogs.com/lonelyxmas/tag/%E4%B8%80%E6%AD%A5%E4%B8%80%E6%AD%A5%E5%AD%A6%E4%B9%A0SignalR%E8%BF%9B%E8%A1%8C%E5%AE%9E%E6%97%B6%E9%80%9A%E4%BF 阅读全文
posted @ 2018-07-27 15:16 邢帅杰 阅读(199) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 60 下一页