executable mule type mac

What's the Client_Credentials grant type?

What's the Client_Credentials grant type? The Client Credentials grant type is a type of OAuth2 authentication flow that enables a client to authentic ......

m1 mac 安装dotnetcore3.1、net6

自.net6开始,微软提供了arm版本的SDK。visual studio for mac安装 .net6、.net7也是arm版本的。arm和x64版本安装的路径不同 arm路径:/usr/local/share/dotnet x64路径:/usr/local/share/dotnet/x64 由 ......
dotnetcore3 dotnetcore net6 mac net

mysqldump: Couldn't execute 'SELECT COLUMN_NAME, JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"')

mysqldump 远程导数据库表结构的时候,报错: Warning: A partial dump from a server that has GTIDs will by default include the GTIDs of all transactions, even those that ......

mac 安装protobuf

##mac 安装protobuf //指定版本安装 brew install protobuf@3.7 brew install protobuf //验证 protoc --version //卸载 brew uninstall protobuf ......
protobuf mac

error TS2339: Property '$route' does not exist on type

<template> <div id="app"> <router-view v-slot="{ Component }"> <keep-alive> <component :is="Component" :key="$route.name" v-if="$route.meta.keepAlive" ......
Property error route exist 2339

Mac 使用Karabiner配置鼠标前进,后退

Mac 使用Karabiner配置鼠标前进,后退 起因 原先使用的SensibleSideButtons软件,发现跟vscode冲突,不知道啥回事,在vscode中,鼠标前进后退功能无效,但是退出 SensibleSideButtons软件就有效,切换了vscode中的前进后退快捷键,改成mac系统 ......
Karabiner 鼠标 Mac

2023.03.29 - mac终端启用代理脚本

用户文件夹下的.zshrc文件 # proxy function proxy_on() { export http_proxy="http://127.0.0.1:7890" export https_proxy=$http_proxy export all_proxy=socks5://127.0 ......
脚本 终端 2023 mac 03

mac m1 安装多版本jdk,部署docker环境,mysql8和mysql5.7

mac m1安装多版本jdk jdk17,安装教程:https://www.jianshu.com/p/9f128189b87f 下载jdk17,https://www.azul.com/downloads/?package=jdk 安装jdk17,把zulu-17.jdk复制到/Library/J ......
mysql 版本 环境 docker mysql8

mac 安装brew

##mac 安装brew /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ......
brew mac

Mac下升级ruby至最新版本

Mac下升级ruby至最新版本 Mac自身的ruby 版本 2.x,通过ruby -v可以查看版本号。为更新到ruby的最新版本,可通过以下命令解决:brew updatebrew install ruby执行完命令后,ruby -v后其实还是原来的版本👌,这是因为环境变量没有配置。因此,还有一个 ......
版本 ruby Mac

vue-qr引入时报错You may need an appropriate loader to handle this file type. 问题

今天研究了一下vue生成二维码的功能,在使用vue-qr插件的时候,在所需页面引入,报错,于是就研究了一番。 解决方法 找到node_modules/vue-qr/dist/vue-qr.js文件,搜...e,将...去掉,然后重新运行就好。 ......
appropriate 时报 vue-qr loader handle

Ceres 中的线性求解器类型(linear_solver_type)

Ceres Solver中的线性求解器类型(linear_solver_type)有多个选项,包括: DENSE_QR:使用稠密QR分解方法求解线性方程组。适用于内存足够的小规模问题,求解速度较快。 DENSE_SCHUR:使用Schur补方法进行求解。适用于大规模问题,但内存消耗较大。 SPARS ......

MAC 安装 maven及环境配置

1. 下载安装包。 从官网(https://maven.apache.org/download.cgi)下载 Maven 并解压。 2. 配置 Maven 环境变量。 ① 打开终端 ,输入vim ~/.bash_profile。 ② 输入i进入编辑模式,然后输入 Maven 的环境变量: expor ......
环境 maven MAC

Mac(苹果电脑)常用快捷键汇总

一、使用场景: Macbook以便捷的触控和快捷操作键灵活的简化办公使用,小编经常忘记一些重要但又使用频率较少的快捷键,现将其汇总并记录。 二、常用快捷键汇总 1. 基础快捷键 Command+C;复制所选内容 Command+V;粘贴所复制内容 Command+X;剪切所选内容 Command+Z ......
快捷键 苹果 常用 电脑 Mac

Mac中的Zsh和Bash

使用Mac系统的朋友应该比较熟悉Zsh和Bash这两个shell,但是对二者具体有什么区别可能不太了解。本文将从这两个shell入手,对相关概念以及二者区别进行解释。 1.什么是shell?shell 单词的本意是“壳子”,在计算机领域一样可以理解为机器外面的一层壳,目的是进行用于人机交互,本质上是 ......
Bash Mac Zsh

echarts export three types picture: png、html、svg

import './styles.css' import echarts from 'echarts' import { saveAs } from 'file-saver' import JSPDF from 'jspdf' import { init } from 'canvas-to-blob ......
echarts picture export three types

webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update)

发生缘由 Maven项目打包出错了 问题解决 Maven工程正常的目录结构为: 项目的根目录: |-- src # 源码 | |-- main # 主工程代码 | | |-- java # 业务逻辑代码 | | |-- resources # 业务逻辑代码配置文件 | | |-- webapp # ......

mac os上python报错 fatal error: 'Python.h' file not found

1. 安装python (可安装任意版本) brew install python@3.9 2. 创建虚拟环境 cd ~ /opt/homebrew/bin/python3.9 -m venv ai3.9 3. 激活虚拟环境 source ~/ai3.9/bin/activate 4. 安装 pip ......
Python python fatal error found

mac M2 docker for mac vs colima

docker for mac 运行arm64 上 x86_64 其实是通过 qemu 模拟的 目录查看 也可以通过指定 platform: linux/amd64 进程查看 但是 lima 里面的镜像是没有暂时的 colima 的镜像是 https://gh.api.99988866.xyz/htt ......
mac docker colima for M2

mac m2 python connect oracle 11g

需要安装驱动 basic sdk sqlplus 下载地址 https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.html 目前并不支持 arm64 instantclient-ba ......
connect python oracle mac 11g

Mac搭建Grafana+Prometheus+NodeExporter+mysqld-exporter

转载:https://www.jianshu.com/p/67087e164144 安装启动Grafana brew install Grafana brew services start grafana 启动后,通过http://localhost:3000/访问,用户名和密码都是admin,如图 ......

=Required reguest parameter 'min' for method parameter type Integer is not present

出现这个错具体原因就是你前端的数据没有传到后端 后端只要就看你的注解有没有写对 controller层的get请求是@QequestParam 绝大部分就是前端的原因 前端没有把数据传过了 或者传过来的数据等于null 都会报这个错 ......
parameter Required Integer reguest present

【JavaScript】 e.deltaY e.wheelDeltaY 在mac上缩放只能放大或者放小问题

mac 的 e.deltaY 值和win是不相同的,因此不能用具体数值(win滚轮向上是e.deltaY是-100,e.wheelDeltaY是120)判断 // mac 和 win 上的值不一样 只能判断是否大于小于0 console.log('e.deltaY', e.deltaY); cons ......
wheelDeltaY JavaScript deltaY 问题 mac

小程序input设置为type="number"聚焦时,会出现白屏的情况

在微信小程序开发过程中,input聚焦时会出现白屏的情况,如图: 经过测试发现当input设置为type="number"聚焦时,当微信数字键盘弹出来的时候就会白屏,有的手机会闪(一下整个白屏,一下能看见输入框) 可能出现的原因: 1.a页面使用了cover-view,然后跳转到b页面点击type= ......
quot 情况 程序 number input

注入了一个记录日志的接口,启动微服务工程的时候报错了:No qualifying bean of type 'com.cscecnf.common.log.SysOprLogDao'

【问题描述】 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'monitorAreaServiceImpl': Injection of resour ......

闲谈|太喜欢Homebrew,Mac用户们请不要错过

常规声明:这不是广告,本文全部内容都是我的个人经验与大实话。 我要推荐Homebrew!这个软件实在是太好用了!简直是Mac的装机必备啊! 知道Homebrew的朋友们可以退出去了。毕竟Mac专业用户和用Mac的高级程序员不可能不了解Homebrew。本文写给和我一样的IT菜狗。 Homebrew是 ......
Homebrew 错过 用户 Mac

vue使用&Mac+idea的vue开发环境配置参考

vue使用&Mac+idea的vue开发环境配置参考 链接:https://blog.csdn.net/weixin_43123409/article/details/125624203 ......
vue 环境 idea amp Mac

异常:Cannot execute request on any known server

当在启动 spring cloud 微服务 provider 时,如果出现异常信息:Cannot execute request on any known server,原因是,在默认设置下,eureka 服务注册中心也会将自己作为客户端来尝试注册它自己,所以我们需要禁用它的客户端注册。 配置如下: ......
execute request Cannot server known

Memory Barrier 内存屏障 和 OUT OF ORDER EXECUTION OOOE OOE 乱序执行 幻读 脏读

问题 开发过程中,同一系统上,两个进程,使用了共享内存方式通信。为了追求性能,一个进程是生产者,一个进程是消费者;一个负责写,一个负责读,没有锁。写入完成后,再更新写的标识;读取数据并操作完成后,再更新读取标识,理论上没有问题,但是服务器上运行起来后,会读取到无意义的内容。 读取数据很大或者无效数据 ......
屏障 EXECUTION 内存 Barrier Memory

vue table type=select列不能使用if判断

因为当前这个selection用【querySource】字段状态来判断显示和隐藏,在el-table标签里需要加:key=“querySource” ......
select table type vue