上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 35 下一页
摘要: 原文: https://devblogs.microsoft.com/dotnet/introducing-diagnostics-improvements-in-net-core-3-0/ In .NET Core 3.0, we are introducing a suite of tools 阅读全文
posted @ 2021-01-12 15:37 PanPan003 阅读(116) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-12 14:43 PanPan003 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 原文: 抓取Dump文件的方法和工具介绍 认识Dump文件 Dump文件数据存储格式(一) Dump文件的校验查看工具 分析一个dump的一般步骤 又又一款抓dmp工具 ProcDump 一、什么是Dump文件 又叫内存转储文件或者叫内存快照文件。是一个进程或系统在某一给定的时间的快照。比如在进程崩 阅读全文
posted @ 2021-01-11 19:23 PanPan003 阅读(728) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 18:10 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:LLDB详解 LLDB的Xcode默认的调试器,它与LLVM编译器一起,带给我们更丰富的流程控制和数据检测的调试功能。平时用Xcode运行程序,实际走的都是LLDB。熟练使用LLDB,可以让你debug事半功倍 LLDB基础知识 LLDB控制台 Xcode中内嵌了LLDB控制台,在Xcode中 阅读全文
posted @ 2021-01-11 18:09 PanPan003 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 官网地址: https://lldb.llvm.org/index.html LLDB is a next generation, high-performance debugger. It is built as a set of reusable components which highly 阅读全文
posted @ 2021-01-11 17:51 PanPan003 阅读(241) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 17:33 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 17:31 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文:http://cn.linux.vbird.org/linux_basic/0340bashshell-scripts_1.php 阅读全文
posted @ 2021-01-11 16:43 PanPan003 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 原文:http://cn.linux.vbird.org/linux_basic/0430cron_1.php 阅读全文
posted @ 2021-01-11 16:41 PanPan003 阅读(68) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 16:37 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 14:51 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-11 11:59 PanPan003 阅读(2) 评论(0) 推荐(0) 编辑
摘要: CMMN: 案例分析?BPMN: 基于事件BMN: 知识系统=》专家决策DMN: 微软 Powerautomate 无法与自己的代码融合CoreWF(git) .net core WFFrameworkAWS: AWS SWF AWS Flow Framework 有限状态机:state +even 阅读全文
posted @ 2021-01-08 18:47 PanPan003 阅读(92) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-01-06 15:51 PanPan003 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Parallel.ForEach 代替 foreach:多线程执行 问题: 1.migrateList会增加null数据:即使ForEach内的代码块中,同时3个list同时增加,会出现2个299,第三个300(其中有一个为null) 2.migrateList生成的数据,会存在部分数据缺失的情况 阅读全文
posted @ 2021-01-06 11:37 PanPan003 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.bbsmax.com/A/gVdnZPQldW/ windows下,我们对于.net程序发生Crash,资源泄露,死锁等问题的分析,有神器windbg,那现在我们的.net core程序运行在linux上时,该怎么进行对对Core Dump文件进行分析呢?今天介绍一款 阅读全文
posted @ 2020-12-30 18:46 PanPan003 阅读(201) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 17:56 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文: https://stackoverflow.com/questions/60296237/windows-authentication-in-linux-docker-container i am trying to use windows authentication in linux d 阅读全文
posted @ 2020-12-28 17:50 PanPan003 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 原文: https://www.openshift.com/blog/kerberos-sidecar-container Introduction I was recently asked to help a customer with their app containerization. Th 阅读全文
posted @ 2020-12-28 17:41 PanPan003 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 原文: https://github.com/dotnet/aspnetcore/issues/19397 Hi, I want to do windows authentication against active directory server in docker container. In  阅读全文
posted @ 2020-12-28 17:37 PanPan003 阅读(503) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 17:24 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 17:17 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 17:11 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 16:55 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 15:58 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 15:38 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-12-28 14:47 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 原文: https://support.huaweicloud.com/usermanual-mrs/admin_guide_000237.html 展开导读 认证策略 更新时间:2020/12/16 GMT+08:00 大数据平台用户需要对用户进行身份认证,防止不合法用户访问集群。安全模式或者普通 阅读全文
posted @ 2020-12-28 14:27 PanPan003 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 原文: https://support.huaweicloud.com/qs-mrs/mrs_09_0003.html 本文导读 创建安全集群并登录其Manager 创建角色和用户 执行MapReduce程序 执行Spark程序 执行Hive程序 本章节提供从零开始使用安全集群并执行MapReduc 阅读全文
posted @ 2020-12-28 14:23 PanPan003 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 原文:https://support.huaweicloud.com/devg3-mrs/mrs_07_020001.html 本文导读 功能 结构 基本概念 认证代码实例讲解 安全认证原理和认证机制 更新时间:2020/12/15 GMT+08:00 功能 开启了 Kerberos认证的安全模式集 阅读全文
posted @ 2020-12-28 14:21 PanPan003 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 原文: kinit相关命令 Kerberos 常用命令 Kerberos 常用命令 Kerberos常用命令笔记 Kerberos常用命令 Kerberos 命令 生成keytab后,使用该文件认证 认证的命令如下: kinit -kt /xxx/xxx.keytab xxx@xxx.xxx.com 阅读全文
posted @ 2020-12-28 14:17 PanPan003 阅读(9888) 评论(0) 推荐(0) 编辑
摘要: var urlBuild = new UriBuilder() { Scheme = this.Request.Scheme, Host = this.Request.Host.Host, Path = this.Request.PathBase + "/Orders/Detail" }; if ( 阅读全文
posted @ 2020-12-04 12:40 PanPan003 阅读(423) 评论(0) 推荐(0) 编辑
摘要: ASP.Net Core 3 – pass parameters to actions ASP.Net Core 3 – pass parameters to actions January 10, 2020 Passing parameters to actions is an essential 阅读全文
posted @ 2020-12-04 11:19 PanPan003 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 原文: https://gist.github.com/javilobo8/097c30a233786be52070986d8cdb1743 axios({ url: 'http://localhost:5000/static/example.pdf', method: 'GET', respons 阅读全文
posted @ 2020-12-03 21:20 PanPan003 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.c-sharpcorner.com/article/fileresult-in-asp-net-core-mvc2/ This article is an overview of FileResult in ASP.Net Core MVC. The FileResul 阅读全文
posted @ 2020-12-03 20:35 PanPan003 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.wiley.com/legacy/compbooks/graham/html4ed/appb/mimetype.html asp.net mvc file contenttype Here's a list of ContentTypes that you can us 阅读全文
posted @ 2020-12-03 20:32 PanPan003 阅读(141) 评论(0) 推荐(0) 编辑
摘要: vue+axios实现文件下载 功能:点击导出按钮,提交请求,下载excel文件; 第一步:跟后端童鞋确认交付的接口的response header设置了 以及返回了文件流。 第二步:修改axios请求的responseType为blob,以post请求为例: axios({ method: 'po 阅读全文
posted @ 2020-12-03 20:31 PanPan003 阅读(5211) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-25 12:10 PanPan003 阅读(209) 评论(0) 推荐(0) 编辑
摘要: public TypeInfo GetBusinessUnitEnum() { // Create a dynamic assembly in the current application domain, // and allow it to be executed and saved to di 阅读全文
posted @ 2020-11-06 17:14 PanPan003 阅读(904) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 35 下一页