会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
MrYong
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
25
下一页
2018年12月4日
Finalize和Dispose的区别
摘要: https://www.cnblogs.com/Jessy/articles/2552839.html
阅读全文
posted @ 2018-12-04 10:28 Coding_Yong
阅读(264)
评论(0)
推荐(0)
2018年11月8日
WebApi返回Json
摘要: 参考地址:http://www.cnblogs.com/acles/archive/2013/06/21/3147667.html
阅读全文
posted @ 2018-11-08 14:02 Coding_Yong
阅读(361)
评论(0)
推荐(0)
2018年10月26日
编码-解码统计
摘要: 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
阅读(195)
评论(0)
推荐(0)
2018年10月24日
WindowsServer-性能计数器
摘要: https://jingyan.baidu.com/article/59703552e764e48fc00740dd.html
阅读全文
posted @ 2018-10-24 18:39 Coding_Yong
阅读(582)
评论(0)
推荐(0)
x86,x64,Any CPU区别
摘要: https://blog.csdn.net/zuguangboy/article/details/51509670 1,即主程序(编译出来是exe文件的)是x86平台下编译的,而它所依赖的一个项目(或动态链接库)是由x64位平台编译出来的,则会提示“未能加载文件或程序集…或它的某一个依赖性。试图加载
阅读全文
posted @ 2018-10-24 17:55 Coding_Yong
阅读(1588)
评论(0)
推荐(0)
2018年10月22日
时间戳作用?
摘要: 防篡改;防复用; https://blog.csdn.net/li123128/article/details/80865109
阅读全文
posted @ 2018-10-22 19:52 Coding_Yong
阅读(694)
评论(0)
推荐(0)
2018年10月17日
.NET,ASP.NET,ASP.NET MVC 之间的区别
摘要: https://www.cnblogs.com/wwym/p/5555772.html
阅读全文
posted @ 2018-10-17 10:59 Coding_Yong
阅读(298)
评论(0)
推荐(0)
2018年10月16日
ThreadPool
摘要: 在CLR SP1之前的版本中,线程池默认最大线程数是 处理器数 * 25,在CLR SP1之后默认最大线程数是 处理器数 * 250。最少线程数则是 处理器数 详细介绍:https://blog.csdn.net/u014511737/article/details/47440495/ 执行过程:h
阅读全文
posted @ 2018-10-16 10:29 Coding_Yong
阅读(213)
评论(0)
推荐(0)
Advapi32.dll--介绍
摘要: https://blog.csdn.net/zhoujielun123456/article/details/50338147 使用方法详见:OpsTotalService
阅读全文
posted @ 2018-10-16 10:07 Coding_Yong
阅读(1869)
评论(0)
推荐(0)
extern--C#调用C++等其他非托管代码
摘要: 例如: https://www.cnblogs.com/sosoft/p/extern.html
阅读全文
posted @ 2018-10-16 10:02 Coding_Yong
阅读(176)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
25
下一页
公告