runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 75 下一页

2019年5月12日

摘要: 华擎H310CM ITX NVME SSD 上安装WIN7 64位 核心关键点:xHCI USB3.0驱动,nvme驱动,nvme win7补丁。 硬件配置:I5 9400F, 华擎H310CM ITX,nvme硬盘是西数 SN750 500G,显卡:GTX1050。 准备好一个16G左右的U盘,下 阅读全文
posted @ 2019-05-12 11:37 runliuv 阅读(4365) 评论(2) 推荐(1)

2019年4月30日

摘要: FROM : https://www.cnblogs.com/ilookbo/p/4828722.html 阅读全文
posted @ 2019-04-30 16:22 runliuv 阅读(665) 评论(0) 推荐(0)

2019年4月29日

摘要: squid http,https, 代理,默认端口3128 https 代理时出现 403,是因为squid默认允许 192.168.0.0 网段代理 在配置文件中,““acl localnet src 192.168.0.0/16””后面里加一行: acl localnet src 128.0.0 阅读全文
posted @ 2019-04-29 16:16 runliuv 阅读(835) 评论(0) 推荐(0)

2019年4月28日

摘要: 在WebApiConfig。Register 中增加一段 #region 过滤值为null的属性 //json 序列化设置 GlobalConfiguration.Configuration.Formatters .JsonFormatter.SerializerSettings = new New 阅读全文
posted @ 2019-04-28 15:24 runliuv 阅读(470) 评论(0) 推荐(0)

2019年4月26日

摘要: -- 添加: netsh advfirewall firewall add rule name="12003p" protocol=TCP dir=in localport=12003 action=allow dir=in 入站规则;protocol=TCP tcp协议;name="12003p" 阅读全文
posted @ 2019-04-26 17:51 runliuv 阅读(366) 评论(0) 推荐(0)

摘要: //C#的SortedDictionary<string,string>集合对key不是按照ascii码排序的因为他没有区分大小写,这就是个差别。 如果参数名中间有大写,小写,数字,SortedDictionary 排序出来,算的签名可能会与JAVA 验签不兼容, 验签失败。 下面的代码重点在: 作 阅读全文
posted @ 2019-04-26 16:43 runliuv 阅读(1850) 评论(0) 推荐(0)

2019年4月25日

摘要: C# .NET newtonsoft.json 多版本冲突解决,不一致。 A.DLL 引用了6.0 的 newtonsoft.json (V2 运行时), B.DLL 引用了10.0 的 newtonsoft.json (V4 运行时)。 方案1:让A、B在运行时,用同一个版本的Newtonsoft 阅读全文
posted @ 2019-04-25 16:44 runliuv 阅读(5485) 评论(0) 推荐(0)

摘要: -- -- 阅读全文
posted @ 2019-04-25 10:56 runliuv 阅读(1112) 评论(0) 推荐(0)

2019年4月22日

摘要: -- -- 自己可以封装为公共方法。 阅读全文
posted @ 2019-04-22 16:32 runliuv 阅读(1337) 评论(0) 推荐(0)

摘要: 下载1: https://download.csdn.net/download/runliuv/11131620 下载2: 链接: https://pan.baidu.com/s/1A_o_Xvg1ydiPZ7e5AAWFQg 提取码: qyjf 复制这段内容后打开百度网盘手机App,操作更方便哦 阅读全文
posted @ 2019-04-22 11:31 runliuv 阅读(112) 评论(0) 推荐(0)

上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 75 下一页