- 2024-12-27yarn install 安装报错:Workspaces can only be enabled in private projects.
在本地运行项目的时候,使用yarninstall安装模块依赖的时候,遇到报错:Workspacescanonlybeenabledinprivateprojects.一、原因分析报这个错误是因为你使用了yarn的workspace,但并未将工程标记为private。二、解决办法在项目根目录中的package.json文件中添加p
- 2024-12-27ES elasticsearch-8.17.0-windows-x86_64使用
1、下载ES(elasticsearch简称ES下载链接:https://www.elastic.co/downloads/elasticsearch)ES下载链接:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.17.0-windows-x86_64.zip)),需要在修改ES配置,进入ES解压以后的文件下的config目录,找到elasticsearc
- 2024-12-25SpringCloud微服务项目实战 - 限流、熔断、降级处理
SpringCloud微服务项目实战-限流、熔断、降级处理|Id|Title|DateAdded|SourceUrl|PostType|Body|BlogId|Description|DateUpdated|IsMarkdown|EntryName|CreatedTime|IsActive|AutoDesc|AccessPermission||-------------|-------------|-----
- 2024-12-09C# 异步汇报任务
1.通过Task实现: 1privateasyncvoidbutton4_Click(objectsender,EventArgse)2{3button4.Enabled=false;4//此处不能用5//Dojob().Wait();67awaitDojob();8button4.Enabled=true;910}1112private
- 2024-11-28Elasticsearch安装
1.下载elasticsearch-7.17.25-windows-x86_64.zip 网站:https://www.elastic.co/cn/downloads/past-releases/elasticsearch-7-17-25 有点慢,耐心等待2.下载完修改配置文件在conf文件夹中elasticsearch.yml添加如下配置信息http.cors.enabled:truehttp.cors.allow-origin:
- 2024-12-11WPF 相关概念
1.控件模板(ControlTemplate)定义控件的外观和行为。与DataTemplate的区别在于,ControlTemplate是用于改变控件(如Button、TextBox)的呈现,而DataTemplate是用于显示数据。示例:<ControlTemplateTargetType="Button"><BorderBackground="LightGray"CornerRadius="5&q
- 2024-12-11快速上传本地 md 文件到博客园
使用pycnblog-master可以快速上传本地md文件到博客园,可以解决直接复制粘贴不能将文件里的图片传上去的问题,非常方便项目下载地址:dongfanger/pycnblog下载下来后最主要是修改config.yaml文件的前四项blog_url:https://rpc.cnblogs.com/metaweblog/ve1kconblog_id:ve1k
- 2024-09-18【第12章】SpringBoot之SpringBootActuator服务监控(上)
文章目录前言一、准备1.地址和端口配置2.引入依赖3.ActuatorProperties二、使用1.Beans(beans)2.ConfigurationProperties(configprops)3.Environment(env)4.Health(health)5.HeapDump(heapdump)6.Mappings(mappings)7.Metrics(metrics)8.ThreadD
- 2024-09-17C#实现扫码枪串口通信
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.IO.Ports;usingSystem.Linq;usingSystem.Text;usingSystem.Threading.Tasks;usingSystem.Windows.Forms;namespaceWind
- 2024-09-10Linux系统启动速度优化工具systemd-analyze
systemd-analyze简介systemd-analyze是Linux自带的分析系统启动性能的工具。systemd-analyze可使用的命令:systemd-analyze[OPTIONS…][time]systemd-analyze[OPTIONS…]blamesystemd-analyze[OPTIONS…]critical-chain[UNIT…]systemd-analyze[OPTIONS…]plot[>
- 2024-09-05【Azure Policy】分享Policy实现对Azure Activity Log导出到Log A workspace中
问题描述使用AzurePolicy服务,对公司内部全部的订阅下的ActivityLog,都需要配置导出到LogAWorkspace中。以下Policy规则可以实现此目的。 Policy内容说明在PolicyRule部分中,选择资源的类型为 "Microsoft.Resources/subscriptions",效果使用 DeployIfNotExists(如果不存在,则
- 2024-09-05【Azure Policy】分享Policy实现对Azure Activity Log导出到Log A workspace中
问题描述使用AzurePolicy服务,对公司内部全部的订阅下的ActivityLog,都需要配置导出到LogAWorkspace中。以下Policy规则可以实现此目的。 Policy内容说明在PolicyRule部分中,选择资源的类型为 "Microsoft.Resources/subscriptions",效果使用 DeployIfNotExists(如果不
- 2024-08-30KubeSphere 添加节点
首先感谢这份博客https://my.oschina.net/u/4197945/blog/15510668 作者:运维有术星主 参考KubeSphere官网文档:https://www.kubesphere.io/zh/docs/v3.4/devops-user-guide/how-to-use/pipelines/create-a-pipeline-using-graphical-editing-panel/ 此份文档记录配置过
- 2024-08-30解决Git异常 Access denied your account has 2FA enabled
摘要:解决Git双因子身份验证问题。问题背景 在使用账号和密码的方式拉取公司GitLab代码时,遇到了以下错误提示问题:remote:HTTPBasic:Accessdenied.Theprovidedpasswordortokenisincorrectoryouraccounthas2FAenabledandyoumustuseapersonalaccesstok
- 2024-08-20vSphere5.10.2.配置管理Fault Tolerance
第二部分配置管理faulttolerancefaulttolerance的介绍vmwareftistheevolutionof"continuousavailability"thatworksbyutilizingvmwarevlocksteptechnologytokeepaprimarymachineandasecondarymachineinavirtuallockstep.vmwareftwillstream
- 2024-07-26单机模式下ElasticSearch8(ES8设置账号密码访问)
重置密码报错:ERROR:Failedtoresetpasswordforthe[elastic]user 修改配置文件/config/elasticsearch.yml修改或添加discovery.type:single-nodexpack.security.enabled:truexpack.security.http.ssl.enabled:falsexpack.security.enrollment.enabled:
- 2024-07-11SpringBoot2.6.13版本引入Swagger
1.引入依赖<!--https://mvnrepository.com/artifact/io.springfox/springfox-swagger2--><dependency><groupId>io.springfox</groupId><artifactId>springfox-swagger2</artifactId><version>3.0.0</version&g
- 2024-06-17一键搭建博客系统
前言如今CSDN,博客园等充斥着大量的重复博客,有些甚至连样式都没有经过调整。为了寻求一个干净,简洁无广告的平台,选择了自己搭建一个博客,该系统使用的Halo2一键部署。 Halo一个强大易用的开源建站框架对比了很多博客系统,因为Halo外观更加简洁,并且使用Springboot开发(笔者Ja
- 2024-06-11QWidget 属性——enabled
- 2024-06-07Minecraft Deluxehub 超好用大厅插件 中文文档
最近发现了一个minecraft服务器大厅插件,可以实现菜单管理、大厅物品管理,掉落伤害等等等好用的大厅功能,不过是英文的配置文件,我自己翻译了一下MinecraftDexluxehub中文文档原插件是纯英文的,大家有需要可以拿走,记得对好版本号,我这里是3.5.5看一下我配置了一下的效果:Deluxeh
- 2024-05-29influxdb优化建议
#关闭上送开关reporting-disabled=false#bind-address="127.0.0.1:8088"#控制存储有关InfluxDB群集的元数据的Raft共识组的参数[meta]dir="influxdb/var/lib/influxdb/meta"#控制InfluxDB的实际分片数据的生存位置以及它从WAL中刷新的方式[data]dir="influxdb/va