摘要:
原文: https://www.react.express/hooks/usecontext useContext We use the useContext hook for passing values to deeply nested components. This is essential
阅读全文
posted @ 2021-09-14 15:05
PanPan003
阅读(258)
推荐(0)
摘要:
原文: https://www.react.express/hooks/usereducer useReducer By @msyleung The useReducer hook is similar to useState, but gives us a more structured appr
阅读全文
posted @ 2021-09-14 14:49
PanPan003
阅读(88)
推荐(0)
摘要:
创建模式 结构模式 行为模式 行为模式
阅读全文
posted @ 2021-09-08 17:18
PanPan003
阅读(61)
推荐(0)
摘要:
https://developers.google.com/google-ads/api/docs/billing/account-budgets Billing The Google Ads API lets you programmatically manage end-to-end billi
阅读全文
posted @ 2021-09-01 14:43
PanPan003
阅读(242)
推荐(0)
摘要:
https://developers.google.com/google-ads/api/docs/billing/account-budgets Billing The Google Ads API lets you programmatically manage end-to-end billi
阅读全文
posted @ 2021-09-01 14:43
PanPan003
阅读(229)
推荐(0)
摘要:
https://developers.google.com/adwords/api/docs/guides/budget-order Budget Order Service Mutate requests to this service are available only to whitelis
阅读全文
posted @ 2021-08-31 11:25
PanPan003
阅读(171)
推荐(0)
posted @ 2021-08-27 15:17
PanPan003
阅读(0)
推荐(0)
posted @ 2021-08-27 15:17
PanPan003
阅读(0)
推荐(0)
posted @ 2021-08-27 15:13
PanPan003
阅读(0)
推荐(0)
posted @ 2021-08-06 10:23
PanPan003
阅读(0)
推荐(0)
摘要:
原文:https://blog.csdn.net/wenwen360360/article/details/78913347 最近老在项目的shell脚本中看到kinit这个东西,完整的命令是 kinit -k -t ./conf/kerberos.keytab sherlocky/admin@EX
阅读全文
posted @ 2021-08-05 15:50
PanPan003
阅读(498)
推荐(0)
摘要:
TODO —— kinit命令 & 如何加用户 & 如何初始化 & 如何更新
阅读全文
posted @ 2021-07-26 18:03
PanPan003
阅读(155)
推荐(0)
摘要:
原文: https://baijiahao.baidu.com/s?id=1676176041873514480&wfr=spider&for=pc 转载本文需注明出处:微信公众号EAWorld,违者必究。 前言: 随着微服务架构技术的普及和广泛在企业应用中落地,由于微服务架构本身的特性,架构由一系
阅读全文
posted @ 2021-07-22 12:13
PanPan003
阅读(400)
推荐(0)
摘要:
原文: https://www.sohu.com/a/388387969_120342270 背景 开发排查系统问题用得最多的手段就是查看系统日志,在分布式环境中一般使用ELK来统一收集日志,但是在并发大时使用日志定位问题还是比较麻烦,我们来看下面的图: 上图一个用户请求一个url,整个链路如图,每
阅读全文
posted @ 2021-07-22 11:54
PanPan003
阅读(583)
推荐(0)
摘要:
书籍推荐: 原文来源:https://www.jianshu.com/p/92a12de11f18文章转自:DevOps技术栈 问题背景 随着微服务架构的流行,服务按照不同的维度进行拆分,一次请求往往需要涉及到多个服务。 互联网应用构建在不同的软件模块集上,这些软件模块,有可能是由不同的团队开发、可
阅读全文
posted @ 2021-07-22 11:44
PanPan003
阅读(249)
推荐(0)
摘要:
原文: https://blog.csdn.net/dabaoshiwode/article/details/109673681 分布式系统为什么需要链路追踪? 随着互联网业务快速扩展,软件架构也日益变得复杂,为了适应海量用户高并发请求,系统中越来越多的组件开始走向分布式化,如单体架构拆分为微服务、
阅读全文
posted @ 2021-07-22 11:36
PanPan003
阅读(1283)
推荐(0)
摘要:
https://www.zhihu.com/question/21440067 作者:何新宇链接:https://www.zhihu.com/question/21440067/answer/24522844来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 原文地址:1
阅读全文
posted @ 2021-07-19 14:44
PanPan003
阅读(896)
推荐(0)
摘要:
Trace Context (w3.org) 分布式环境 中, 通过 传递&新增 上下文信息,来 追踪 不同服务调用之间的 链路信息 Table of Contents 1.Conformance 2.Overview 2.1Problem Statement 2.2Solution 2.3Desi
阅读全文
posted @ 2021-07-16 16:33
PanPan003
阅读(548)
推荐(0)
posted @ 2021-07-16 10:37
PanPan003
阅读(0)
推荐(0)
摘要:
原文: https://michaelscodingspot.com/attributes-and-middleware-in-asp-net-core/ Use Attributes & Middleware in ASP.NET Core for Logging, Telemetry, and
阅读全文
posted @ 2021-07-15 17:26
PanPan003
阅读(81)
推荐(0)
posted @ 2021-07-15 15:16
PanPan003
阅读(0)
推荐(0)
摘要:
首先来看一段HmacSHA1加密和SHA1加密的代码 #!/usr/bin/env python # -*- coding: utf-8 -*- """ Created on 1/31/18 10:03 AM @author: Chen Liang @function: HmacSHA1 vs SH
阅读全文
posted @ 2021-07-15 15:01
PanPan003
阅读(263)
推荐(0)
posted @ 2021-07-15 14:16
PanPan003
阅读(0)
推荐(0)
posted @ 2021-07-14 18:45
PanPan003
阅读(0)
推荐(0)
posted @ 2021-07-14 18:40
PanPan003
阅读(17)
推荐(0)
摘要:
https://www.kolsou.com/ https://www.xue8nav.com/ https://search.chongbuluo.com/
阅读全文
posted @ 2021-07-12 11:58
PanPan003
阅读(2613)
推荐(0)
摘要:
英文网站: https://www.geeksforgeeks.org/data-structures/?ref=grb https://www.hackerrank.com/dashboard https://app.codility.com/programmers/trainings/ 中文网站
阅读全文
posted @ 2021-07-12 11:52
PanPan003
阅读(979)
推荐(0)
摘要:
计算出 括号不匹配的个数 [Theory] [InlineData("()))))))))))))))))))))))()()))()))))))))()))))))()))()))))(()))))))))))))()))))))(()))))))))()()))))))))))))()))))(
阅读全文
posted @ 2021-07-11 18:49
PanPan003
阅读(140)
推荐(0)
摘要:
判断: if 素数 then 1 if 不是素数 then 最小因子 public static int isPrime(long n) { bool isFind = false; for (int i = 2; i <= n - 1; i++) { if (n % i == 0) { //不是素
阅读全文
posted @ 2021-07-11 18:46
PanPan003
阅读(66)
推荐(0)
摘要:
原文:https://www.geeksforgeeks.org/count-pairs-with-given-sum/ Given an array of integers, and a number ‘sum’, find the number of pairs of integers in t
阅读全文
posted @ 2021-07-11 18:39
PanPan003
阅读(71)
推荐(0)
摘要:
原文:https://blog.csdn.net/wuzhiwei549/article/details/80692278 一、为什么要使用分布式锁我们在开发应用的时候,如果需要对某一个共享变量进行多线程同步访问的时候,可以使用我们学到的Java多线程的18般武艺进行处理,并且可以完美的运行,毫无B
阅读全文
posted @ 2021-07-07 21:08
PanPan003
阅读(116)
推荐(0)
摘要:
原文:https://linux.cn/article-5133-1.html David Bolton是一名独立开发者,他使用PostgreSQL和MySQL都已有超过十年的时间。近日,他撰文阐述了选择PostgreSQL而不是MySQL的理由。他认为,MySQL之所以仍然如此流行是因为每个Lin
阅读全文
posted @ 2021-07-07 20:49
PanPan003
阅读(1252)
推荐(0)
摘要:
原文: https://www.cnblogs.com/YunyaSir/articles/14639354.html 前言 其实早就想聊聊lass、pass、sass了。 这几个词语相信你也一定有所耳闻,本来想写点东西的,但是找了找资料突然发现阮一峰大佬总结的很好,这里对原文做一个转载。 三个名词
阅读全文
posted @ 2021-07-07 20:41
PanPan003
阅读(321)
推荐(0)
摘要:
原文: https://zhuanlan.zhihu.com/p/150124946?from_voters_page=true 适用于 Linux 的 Windows 子系统 (WSL) 是 Windows 10新增的功能,使用它可以直接在 Windows 上运行 Linux 命令。而WSL 2
阅读全文
posted @ 2021-07-02 22:22
PanPan003
阅读(263)
推荐(0)
摘要:
原文: https://www.pianshen.com/article/5064324329/ 目录 一 介绍 二 原理 2.1 wsl组件 2.2 wsl运行过程 2.3 文件系统 2.4 禁忌 三 使用 3.1 安装 3.2 用户账户和权限 3.3 wsl管理 3.3 互操作 参考 推荐阅读
阅读全文
posted @ 2021-07-02 19:44
PanPan003
阅读(1030)
推荐(0)
摘要:
原文: https://post.smzdm.com/p/a259kqlp/ 创作立场声明:老白的踩坑记录 嗨,大家好!前几日老白对Docker for Windows进行了一个初步的安装测试,总体感觉确实比较慢。在文末也提到了我的新发现,于是一顿神操作卸载再试一波。 看看Docker Deskto
阅读全文
posted @ 2021-07-02 17:56
PanPan003
阅读(1012)
推荐(0)
摘要:
原文:https://post.smzdm.com/p/a4wm8kpx/ 创作立场声明:老白的踩坑过程,感谢您的理解和支持! 大家好,前段时间展示了Docker Desktop的两个版本的安装踩坑过程。对于Docker Desktop WSL 2 backend,简单测试之后仍是有很多的疑问(毕竟
阅读全文
posted @ 2021-07-02 17:38
PanPan003
阅读(651)
推荐(0)
摘要:
原文: https://post.smzdm.com/p/a78zvw9l/ 计划着将家里的nas改成基于windows的,很好奇windows下的docker是什么样,于是就有了这篇。文末有此次踩坑记录的全总结。 Windows下的docker 百度了一下,Windows下的docker似乎没什么
阅读全文
posted @ 2021-07-02 17:29
PanPan003
阅读(476)
推荐(0)
摘要:
原文:https://www.bnxb.com/linuxserver/27756.html DEBIAN10出来已经一段时间了,我们这里教大家怎么把服务器从 Debian 9 升级到 Debian 10升级有风险,因此建议做好数据备份注意升级前需要使用root权限登录,或者su - root切换R
阅读全文
posted @ 2021-07-02 15:35
PanPan003
阅读(432)
推荐(0)
posted @ 2021-07-01 12:26
PanPan003
阅读(0)
推荐(0)