摘要:
Creating Transactional Web Tests for Visual Studio with Fiddler / neXpert | Microsoft Learn 使用neXpert进行网站性能分析_.NET_Al Tenhundfeld_InfoQ精选文章 Fiddler We 阅读全文
摘要:
安装 ubuntu 20.04 app store 安装ubuntu 安装异常:https://thegeekpage.com/wslregisterdistribution-failed-with-error-0x8007019e/ 安装python 3.8.10 panxi@SLB-3D05SQ 阅读全文
摘要:
1. 官网安装地址: https://www.python.org/downloads/ 自定义安装: python 添加环境变量 for all users AI 学习 建议 安装版本: python:v3.8.10 虚拟环境1: numpy:1.22 pandas:1.4 虚拟环境2: nump 阅读全文
摘要:
原文:Fix the upstream dependency conflict installing NPM packages | bobbyhadz Fix the upstream dependency conflict installing NPM packages # Use the --l 阅读全文
摘要:
powershell.exe -executionpolicy bypass -file .\****.ps1 阅读全文
摘要:
原文:Nginx Windows详细安装部署教程 - taiyonghai - 博客园 (cnblogs.com) 一、Nginx简介 Nginx (engine x) 是一个高性能的HTTP和反向代理服务器,也是一个IMAP/POP3/SMTP服务器。Nginx是由伊戈尔·赛索耶夫为俄罗斯访问量第 阅读全文
摘要:
原文链接:Quick fix for error:0308010C:digital envelope routines::unsupported | Cloudhadoop This tutorial explains about solution for error:0308010C:digita 阅读全文
摘要:
after $unwind the index is not useful anymore, the index only useful before $unwind, so it will be a problem when use $match, $sort, $skip after $unwi 阅读全文
摘要:
https://www.mongodb.com/docs/manual/reference/operator/aggregation/skip/ https://www.mongodb.com/community/forums/t/single-fetch-with-skip-and-limit-r 阅读全文
该文被密码保护。 阅读全文
摘要:
官网: https://k6.io/ feature: https://k6.io/open-source/ https://k6.io/docs/ K6 _ JavaScript ES2015/ES6 : local and remote modules 压测: why? 高负载(极端情况 =》极 阅读全文
摘要:
原文: https://www.cnblogs.com/pacino12134/p/11368584.html 特征工程是机器学习中最耗时、最繁重的部分。非常重要。 数据和特征决定了机器学习的上限,而模型和算法只是逼近这个上限而已。 特征工程的目的:将信息使用更加高效的编码方式(特征)表示,信息损失 阅读全文
摘要:
原文: https://www.cnblogs.com/linguoguo/p/12125584.html 最近,WebAssembly 在 JavaScript 圈非常的火!人们都在谈论它多么多么快,怎样怎样改变 Web 开发领域。但是没有人讲他到底为什么那么快。在这篇文章里,我将会帮你了解 We 阅读全文
摘要:
官网地址:https://www.soapui.org/ https://en.wikipedia.org/wiki/SoapUI SoapUI is an open-source web service testing application for Simple Object Access Pr 阅读全文
摘要:
原文: https://www.cnblogs.com/sealio/p/16476870.html 什么是渗透测试? 渗透测试(Penetration Test,简称为 PenTest),是指通过尝试利用漏洞攻击来评估IT基础设施的安全性。这些漏洞可能存在于操作系统、服务和应用程序的缺陷、不当配置 阅读全文
摘要:
原文: https://www.cnblogs.com/nu1l/p/16317186.html 0x01 为什么要理解windows 安全认证机制: 加深对后续各种漏洞利用的理解深度,还是那句话,要知其然,更要知其所以然,不废话,咱们直接开始 0x02 windows认证协议主要有以下两种: 基于 阅读全文
摘要:
原文: http://www.ruanyifeng.com/blog/2019/04/oauth_design.html OAuth 2.0 是目前最流行的授权机制,用来授权第三方应用,获取用户数据。 这个标准比较抽象,使用了很多术语,初学者不容易理解。其实说起来并不复杂,下面我就通过一个简单的类比 阅读全文
摘要:
appscan;Acunetix是全球排名前三的漏洞厂商,同类产品包括Nessus,Qualys Qualys推出的主要工具叫QualysGuard。涉及了包括: 漏洞管理 — 主动检测和消除可能引起网络攻击的安全漏洞,并管理整体风险。 策略合规 — 实现和记录对内部策略和外部法规的合规性,可用于解 阅读全文
摘要:
How to Mock HttpClient with Unit Tests in C# - Code Maze (code-maze.com) Mocking HTTP requests for unit testing is important because of the prevalence 阅读全文
摘要:
TODO: what is BSON? BSON vs JSON 阅读全文
摘要:
1. 扫描 license 问题 2. 扫描 安装包 的漏洞问题 3. 扫描 安装包 版本问题 4. 扫描 安装包 冲突问题 …… (150条消息) WhiteSource-开源代码安全检测工具_chidi0225的博客-CSDN博客 随着在开发应用系统过程中,企业运用开源软件的比例越来越高,其中衍 阅读全文
摘要:
链接: API Test using K6 Install K6: K6Or use docker image repo.bgc.slb.com:8083/cloud-infrastructure-operation/base/thirdparty/k6:0.37.0 Running k6 K6 T 阅读全文
摘要:
为了完成 80% 以上的行覆盖率, 我对代码 进行了哪些 重构? 1. 组合 》继承 ,but 取决于 具体的应用场景 便于 mock 接口。 继承 通常 需要更多的依赖,but 组合 需要 更少的依赖 =》更多的依赖 意味着 更多的 mock 2. code 拆分为 更细的颗粒 : 增加 接口&实 阅读全文
摘要:
原文:You (probably) need liveness and readiness probes | Red Hat Developer One of the most common questions I get as a consultant is, "What is the diffe 阅读全文
摘要:
原文:Readiness vs liveliness probes: How to set them up and when to use them in your Kubernetes cluster | Google Cloud Blog Editor’s note: Today is the 阅读全文
摘要:
原文:Setting environment variables for ASP.NET Core apps in a Helm chart (andrewlock.net) Setting environment variables for ASP.NET Core apps in a Helm 阅读全文
摘要:
原文: Creating a Helm chart for an ASP.NET Core app (andrewlock.net) This is the fourth post in the series: Deploying ASP.NET Core applications to Kuber 阅读全文
摘要:
原文:An introduction to deploying applications with Helm (andrewlock.net) This is the third post in the series: Deploying ASP.NET Core applications to K 阅读全文
该文被密码保护。 阅读全文
摘要:
pyspark document: RDD Programming Guide - Spark 3.3.1 Documentation (apache.org) Getting Started — PySpark 3.3.1 documentation (apache.org) Spark Stre 阅读全文
摘要:
1. how to coding? reference: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-6.0#filter-health-checks codi 阅读全文
摘要:
print 5 >> 4 # Right Shift # 5= 4+1: 101 '''Output: 0''' print 5 << 1 # Left Shift #10 = 8+2:1010 print 8 & 5 # Bitwise AND # 8 : 1000 # 5 : 101 # 0 : 阅读全文
摘要:
ASP.NET Core Health Checks (net-hacker.rocks) ASP.NET Core Health Checks Jürgen Gutsch - 20 August, 2020 Since a while I planned to write about the AS 阅读全文
摘要:
Adding health checks with Liveness, Readiness, and Startup probes (andrewlock.net) This is the sixth post in the series: Deploying ASP.NET Core applic 阅读全文
摘要:
原文: Health checks in ASP.NET Core | Microsoft Learn var builder = WebApplication.CreateBuilder(args); builder.Services.AddHealthChecks(); var app = bu 阅读全文
摘要:
1. sololearn: 手机可用, 课程 + 测试 =》 不同用户 ,难度不同 =》有一定的挑战性, 理论学习 2. code cademy: 交互式学习(提示,纠正错误), 免费 =》渐进式学习,如果已经有些基础的话,花费长时间在基础上,有点儿浪费时间 3. scretch: 小孩子 阅读全文
摘要:
原文: Python and Data Science Tutorial in Visual Studio Code Data Science in VS Code tutorial This tutorial demonstrates using Visual Studio Code and th 阅读全文
摘要:
原文:How to Set up Python and Visual Studio Code IDE for Data Science - One Zero Blog Setting up Python and running it smoothly on your PC is essential 阅读全文