01 2022 档案

摘要:原文:https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-yuan.pdf Introduction We found the majority of catastrophic failures could easil 阅读全文
posted @ 2022-01-30 18:14 PanPan003 阅读(88) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.infoq.com/presentations/Simple-Made-Easy/ simplicity’s virtues over easiness while many choose easiness they may end up with complexity 阅读全文
posted @ 2022-01-30 16:12 PanPan003 阅读(86) 评论(0) 推荐(0) 编辑
摘要:$ git log --stat --since 2021-04-20 --until 2022-02-01 --author pan --branches=*feature/v3.3* Source/Tools/ $ git cherry-pick ca3bbed961ecc6f950c5c112 阅读全文
posted @ 2022-01-30 14:53 PanPan003 阅读(318) 评论(0) 推荐(0) 编辑
摘要:书籍下载地址: https://download.csdn.net/download/hapjin/10653988?utm_medium=distribute.pc_relevant_download.none-task-download-2~default~BlogCommendFromBaid 阅读全文
posted @ 2022-01-29 11:51 PanPan003 阅读(125) 评论(0) 推荐(0) 编辑
摘要:原文:https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/actions?view=aspnetcore-6.0 Controllers, actions, and action results are a fundamental 阅读全文
posted @ 2022-01-21 22:32 PanPan003 阅读(52) 评论(0) 推荐(0) 编辑
摘要:原文:https://docs.microsoft.com/en-us/aspnet/core/web-api/action-return-types?view=aspnetcore-6.0 ASP.NET Core offers the following options for web API 阅读全文
posted @ 2022-01-21 18:07 PanPan003 阅读(70) 评论(0) 推荐(0) 编辑
摘要:原文: https://code-maze.com/csharp-async-enumerable-yield/ The support for Async Streams was one of the most exciting features that came out with .NET C 阅读全文
posted @ 2022-01-20 18:25 PanPan003 阅读(185) 评论(0) 推荐(0) 编辑
摘要:https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/http-message-handlers A message handler is a class that receives an HTTP request and 阅读全文
posted @ 2022-01-20 15:24 PanPan003 阅读(97) 评论(0) 推荐(0) 编辑
摘要:The Task asynchronous programming model (TAP) provides an abstraction over asynchronous code. You write code as a sequence of statements, just like al 阅读全文
posted @ 2022-01-20 14:56 PanPan003 阅读(45) 评论(0) 推荐(0) 编辑
摘要:Async Overview Not so long ago, apps got faster simply by buying a newer PC or server and then that trend stopped. In fact, it reversed. Mobile phones 阅读全文
posted @ 2022-01-20 13:43 PanPan003 阅读(236) 评论(0) 推荐(0) 编辑
摘要:原文:https://odetocode.com/blogs/scott/archive/2013/04/08/webapi-tip-8-working-with-tasks.aspx Message handlers in the WebAPI feature a single method to 阅读全文
posted @ 2022-01-20 12:18 PanPan003 阅读(49) 评论(0) 推荐(0) 编辑
摘要:原文:https://docs.microsoft.com/en-us/aspnet/core/web-api/action-return-types?view=aspnetcore-6.0 ASP.NET Core offers the following options for web API 阅读全文
posted @ 2022-01-20 11:43 PanPan003 阅读(249) 评论(0) 推荐(0) 编辑
摘要:原文:https://stackoverflow.com/questions/41953102/using-async-await-or-task-in-web-api-controller-net-core I have a .net core API which has a controller 阅读全文
posted @ 2022-01-20 11:29 PanPan003 阅读(196) 评论(0) 推荐(0) 编辑
摘要:C#多线程和异步(一)——基本概念和使用方法 阅读目录 一、多线程相关的基本概念 二、C#中的线程使用 2.1 基本使用 2.2 常用的属性和方法 2.3 线程同步 2.4 跨线程访问 一、多线程相关的基本概念 进程(Process):是系统中的一个基本概念。 一个正在运行的应用程序在操作系统中被视 阅读全文
posted @ 2022-01-19 16:51 PanPan003 阅读(488) 评论(0) 推荐(2) 编辑
摘要:What happens when I close/abort a WCF channel/proxy? I'm trying to get a better understanding of what's going on when I use a WCF proxy. I'm having tr 阅读全文
posted @ 2022-01-17 15:59 PanPan003 阅读(131) 评论(0) 推荐(0) 编辑
摘要:private static ChannelFactory<InterDataServiceChannel> _factory; private static object _lock = new object(); private InterDataServiceClient _client = 阅读全文
posted @ 2022-01-17 14:48 PanPan003 阅读(23) 评论(0) 推荐(0) 编辑
摘要:https://www.thecodebuzz.com/consuming-wcf-web-services-in-net-core-best-practices/ Today in this article on best practices, we shall learn how to cons 阅读全文
posted @ 2022-01-17 12:20 PanPan003 阅读(2903) 评论(0) 推荐(0) 编辑
摘要:https://stackoverflow.com/questions/14547034/wcf-channelfactory-and-channels-caching-reusing-closing-and-recovery I have the following planned archite 阅读全文
posted @ 2022-01-17 11:57 PanPan003 阅读(2150) 评论(0) 推荐(0) 编辑
摘要:WCF中的Binding模型之六(完结篇):从绑定元素认识系统预定义绑定 由于绑定对象由一系列有序的绑定元素组成,绑定元素最终决定着信道栈中信道的组成,而信道的组成最终又决定了信道栈对消息进行处理的方式和能力,所有要确定绑定的特性和能力,我们可以通过查看其绑定元素的构成来一窥究竟... ... 由于 阅读全文
posted @ 2022-01-14 19:19 PanPan003 阅读(83) 评论(0) 推荐(0) 编辑
摘要:WCF中的Binding模型之二: 信道与信道栈(Channel and Channel Stack) WCF采用基于消息交换的通信方式,而绑定则实现了所有的通信细节。绑定通过创建信道栈实现了消息的编码与传输,以及对WS-*协议的实现。在这一节中,我们就来着重介绍WCF中的信道和信道栈。 WCF采用 阅读全文
posted @ 2022-01-14 19:03 PanPan003 阅读(155) 评论(0) 推荐(0) 编辑
摘要:相关资料 [原创]我的WCF之旅(1):创建一个简单的WCF程序[原创]我的WCF之旅(2):Endpoint Overview[原创]我的WCF之旅(3):在WCF中实现双向通信(Bi-directional Communication)[原创]我的WCF之旅(4):WCF中的序列化(Serial 阅读全文
posted @ 2022-01-14 18:28 PanPan003 阅读(189) 评论(0) 推荐(0) 编辑
摘要:在C#中利用Keep-Alive处理Socket网络异常断开的方法 最近我负责一个IM项目的开发,服务端和客户端采用TCP协议连接。服务端采用C#开发,客户端采用Delphi开发。在服务端开发中我碰到了各种各样的网络异常断开现象。在处理这些异常的时候有了一些心得,现在写出来和大家分享一下。 那网络异 阅读全文
posted @ 2022-01-14 16:52 PanPan003 阅读(1390) 评论(0) 推荐(0) 编辑
摘要:原文: https://blog.csdn.net/haicunzaima/article/details/84529735 【问题现象】 系统上线后出现TCP连接数超过预期阀值,最高值达到8K左右,新上线代码中包含了一文件上传操作,使用的是apache的commons-httpclient包。 【 阅读全文
posted @ 2022-01-14 16:47 PanPan003 阅读(8209) 评论(0) 推荐(0) 编辑
摘要:https://developers.google.com/google-ads/api/docs/client-libs Client Libraries Our client libraries provide high-level views and basic building blocks 阅读全文
posted @ 2022-01-12 16:53 PanPan003 阅读(294) 评论(0) 推荐(0) 编辑
摘要:https://developers.google.com/google-ads/api/docs/oauth/overview OAuth2 in the Google Ads API All Google Ads API calls must be authorized through OAut 阅读全文
posted @ 2022-01-12 16:27 PanPan003 阅读(500) 评论(0) 推荐(0) 编辑
摘要:https://developers.google.com/google-ads/api/docs/reporting/overview This guide describes the steps necessary to create and submit a query to the Goog 阅读全文
posted @ 2022-01-12 15:35 PanPan003 阅读(335) 评论(0) 推荐(0) 编辑
摘要:https://developers.google.com/adwords/api/docs/guides/reporting#awql Overview There are two main steps to generate reports from the API: Create a repo 阅读全文
posted @ 2022-01-12 15:18 PanPan003 阅读(104) 评论(0) 推荐(0) 编辑
摘要:You’re receiving this email because the developer token associated with this email address has recently made requests to the legacy AdWords API which 阅读全文
posted @ 2022-01-12 14:32 PanPan003 阅读(240) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2022-01-12 12:23 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要:1. 什么是 daemon 与服务 (service) 1.1 daemon 的主要分类: stand alone, super daemon, 工作形态, 命名守则 1.2 服务与端口的对应: /etc/services 1.3 daemon 的启动脚本与启动方式: 配置文件, stand alo 阅读全文
posted @ 2022-01-12 12:22 PanPan003 阅读(36) 评论(0) 推荐(0) 编辑
摘要:原文: http://cn.linux.vbird.org/linux_basic/0560daemons_1.php#daemon 从第十七章与前一小节对服务的说明后,你应该要知道的是, 系统所有的功能都是某些程序所提供的,而程序则是透过触发程序而产生的。同样的,系统提供的网络服务当然也是这样的! 阅读全文
posted @ 2022-01-12 11:11 PanPan003 阅读(719) 评论(0) 推荐(0) 编辑
摘要:原文:https://linuxtools-rst.readthedocs.io/zh_CN/latest/advance/03_optimization.html#optimization 优化自己开发的程序,建议采用以下准则: 二八法则:在任何一组东西中,最重要的只占其中一小部分,约20%,其余 阅读全文
posted @ 2022-01-12 10:50 PanPan003 阅读(233) 评论(0) 推荐(0) 编辑
摘要:# apt edit-sources 修改: deb http://mirrors.tuna.tsinghua.edu.cn/debian/ buster main non-free contrib deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bu 阅读全文
posted @ 2022-01-12 10:44 PanPan003 阅读(210) 评论(0) 推荐(0) 编辑
摘要:apt-get的install、update、upgrade的区别 sudo apt-get -f install //修复依赖关系 apt-get -f install=apt-get install -f ,是修复依赖关系(depends)的命令,就是假如你的系统上有某个package不满足依赖 阅读全文
posted @ 2022-01-12 10:39 PanPan003 阅读(1164) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 作者:醉书生链接:https://www.zhihu.com/question/449756804/answer/2219422015来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 优先 阅读全文
posted @ 2022-01-10 17:05 PanPan003 阅读(151) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 System.Linq — 可枚举支持Index和Range参数 该方法现在接受可枚举项末尾的索引,如下例所示。Enumerable.ElementAt Enumerable.Range(1, 10).ElementA 阅读全文
posted @ 2022-01-10 17:02 PanPan003 阅读(399) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 作者:醉书生链接:https://www.zhihu.com/question/449756804/answer/2219422015来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 系统 阅读全文
posted @ 2022-01-10 16:30 PanPan003 阅读(1668) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 dotnet monitor是容器的重要诊断工具。它作为 sidecar 容器镜像已经有一段时间了,但处于不受支持的“实验”状态。作为 .NET 6 的一部分,我们将发布一个完全支持生产的基于 .NET 6 的dotn 阅读全文
posted @ 2022-01-10 16:19 PanPan003 阅读(445) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 热重载是另一个性能特性,专注于开发人员的生产力。它使您能够对正在运行的应用程序进行各种代码编辑,从而减少您等待应用程序重新构建、重新启动或重新导航到进行代码更改后所在位置所需的时间。 热重载可通过dotnet watc 阅读全文
posted @ 2022-01-10 16:17 PanPan003 阅读(594) 评论(0) 推荐(0) 编辑
摘要:https://www.zhihu.com/question/449756804 作者:醉书生链接:https://www.zhihu.com/question/449756804/answer/2219422015来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 C# 阅读全文
posted @ 2022-01-10 16:13 PanPan003 阅读(366) 评论(0) 推荐(0) 编辑
摘要:官方文档: https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-6.0/whatsnew#compiled-models 优势: improve EF Core startup time for applications with 阅读全文
posted @ 2022-01-06 18:46 PanPan003 阅读(115) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示