上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页
摘要: https://www.cnblogs.com/Jessy/articles/2552839.html 阅读全文
posted @ 2018-12-04 10:28 Coding_Yong 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 参考地址:http://www.cnblogs.com/acles/archive/2013/06/21/3147667.html 阅读全文
posted @ 2018-11-08 14:02 Coding_Yong 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1,byte[] jsonBytes = Encoding.UTF8.GetBytes(json); 2, byte[] jsonBytes = Encoding.GetEncoding("iso-8859-1").GetBytes(json); Base64编码解码示例:https://www.c 阅读全文
posted @ 2018-10-26 18:39 Coding_Yong 阅读(186) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/59703552e764e48fc00740dd.html 阅读全文
posted @ 2018-10-24 18:39 Coding_Yong 阅读(576) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zuguangboy/article/details/51509670 1,即主程序(编译出来是exe文件的)是x86平台下编译的,而它所依赖的一个项目(或动态链接库)是由x64位平台编译出来的,则会提示“未能加载文件或程序集…或它的某一个依赖性。试图加载 阅读全文
posted @ 2018-10-24 17:55 Coding_Yong 阅读(1564) 评论(0) 推荐(0) 编辑
摘要: 防篡改;防复用; https://blog.csdn.net/li123128/article/details/80865109 阅读全文
posted @ 2018-10-22 19:52 Coding_Yong 阅读(675) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wwym/p/5555772.html 阅读全文
posted @ 2018-10-17 10:59 Coding_Yong 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 在CLR SP1之前的版本中,线程池默认最大线程数是 处理器数 * 25,在CLR SP1之后默认最大线程数是 处理器数 * 250。最少线程数则是 处理器数 详细介绍:https://blog.csdn.net/u014511737/article/details/47440495/ 执行过程:h 阅读全文
posted @ 2018-10-16 10:29 Coding_Yong 阅读(209) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhoujielun123456/article/details/50338147 使用方法详见:OpsTotalService 阅读全文
posted @ 2018-10-16 10:07 Coding_Yong 阅读(1849) 评论(0) 推荐(0) 编辑
摘要: 例如: https://www.cnblogs.com/sosoft/p/extern.html 阅读全文
posted @ 2018-10-16 10:02 Coding_Yong 阅读(172) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 25 下一页