profile bashrc etc bash_profile

maven/ SpringBoot 配置profile指定环境

### maven 的 pom.xml 配置profile指定环境 ``` dev dev true test test prod prod ``` ### SpringBoot 获取 maven 配置的环境 在 application.properties 中添加以下配置,获取配置的环境: 可以通 ......
SpringBoot profile 环境 maven

麒麟V10服务器安装MySQL报错file /etc/my.cnf from install of mysql-community-server-8.0.33-1.el7.x86_64 conflicts with file from package mariadb-common-3:10.3.9-9.p02.ky10.x86_64

1.问题描述 具体地说,"/etc/my.cnf" 文件与 "mysql-community-server-8.0.33-1.el7.x86_64" 包中的文件发生冲突,并与 "mariadb-common-3:10.3.9-9.p02.ky10.x86_64" 包中的文件相冲突。 这种冲突是由于系 ......

powershell profile

``` function welcome { echo " _ _ _ _ _ __ _ | | | | | | | | | / _| | | | |__ ___| | | ___ _ __ __ ___ | |_| |__ ___ _ __ | |_ _ _| | _____ _ __ | '_ ......
powershell profile

mac每次执行mvn -v命令要先执行source ~/.bash_profile才生效

原因:当前系统是shell,配置环境变量是在bash。输入echo $SHELL,如果输出输出是/bin/zsh,说明使用的是zsh,就会出现这个问题,如果是/bin/bash 就没有这个问题。 解决办法:在.zshrc文件加中添加source ~/.bash_profile,方法如下 cd ~:进 ......
bash_profile 命令 profile source bash

kubelet 报 Failed to run kubelet" err="failed to run Kubelet: unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory" 处理方法

1、 kubelet 启动 报 unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory" ,原因是kubelet.conf的证书权限有问题 ......

/etc/profile 和 ~/.bashrc的区别

/etc/profile 和 ~/.bashrc 是两个不同的文件,它们在环境变量设置和启动脚本方面扮演着不同的角色。 /etc/profile: /etc/profile 是系统级别的配置文件,用于设置全局的环境变量和执行系统范围的初始化命令。 当登录到系统时,会首先读取 /etc/profile ......
profile bashrc etc

关于 SAP UI5 应用附件上传的病毒扫描功能 virus scan profile

SAP UI5 是基于 HTML5 和 JavaScript 的 SAP 的前端开发框架,用于构建企业级应用程序。它提供了丰富的用户界面控件,以及可重用、可扩展和可定制的组件。在企业应用场景中,附件上传和下载是非常常见的需求,SAP UI5 提供了丰富的 UI 控件库以满足各种应用需求。在实现附件上 ......
附件 病毒 profile 功能 virus

iOS Certificates, Identifiers & Profiles简介2

1. 注册Apple开发者账号 首先,需要在Apple官网上注册一个开发者账号。注册成功后,可以进入开发者中心进行证书管理。 2. 创建证书签名请求 在开发者中心中,需要创建一个证书签名请求(Certificate Signing Request,CSR),这个请求包含了开发者的密钥对信息,用于验证 ......
Certificates Identifiers Profiles 简介 iOS

cpu profiler学习

转自:https://brpc.apache.org/docs/builtin-services/cpu_profiler/ 1、介绍 左上角是总体信息,包括时间,程序名,总采样数等等。 函数调用方框内容: 从上到下:函数名(namepace/类名/方法名)、这个函数本身(除去所有子函数)占的采样数 ......
profiler cpu

CentOS7 开机异常Failed to open /sysroot/etc/fstab:Input 和 mysql无法启动 Ignoring the redo log due to missing MLOG

出现问题,系统进不去; 参考: 亲测有效 https://blog.csdn.net/Nightwish5/article/details/119640728 ......
Ignoring CentOS7 missing sysroot CentOS

.bashrc alias

找到这个$HOME/.bashrc$HOME的意思是你的home目录,一般是/home/xxx/,xxx是你的登陆用户名.bashrc 是个隐藏文件,可以在家目录下面用ls -a看到~/.bash_profile 是交互式、login 方式进入 bash 运行的~/.bashrc 是交互式 non- ......
bashrc alias

CentOS 7 下/etc/ssh/sshd_config 文件解释

CentOS 7 下/etc/ssh/sshd_config 文件详解 SSH由客户端和服务端的软件组成,在客户端可以使用的软件有SecureCRT、putty、Xshell等,而在服务器端运行的是一个sshd的服务,通过使用SSH,可以把所有传输的数据进行加密,而且也能够防止dns和IP欺骗,此外 ......
sshd_config 文件 CentOS config sshd

ln -s /dev/null /root/etc/systemd/system/snapd.service

disable snapd during dell-recovery run It's not needed, this speeds up the reboot between stages and prevents OOM on low memory configs for installer. ......
systemd service system snapd null

在程序关闭时,调用保存profile.aws文件

1、配置类相关函数,即下面的对话框的相关修改可以通过acProfileManagerPtr 2、当配置项改变时,可以通过反应器AcApProfileManagerReactor来监视相应的改动,并实现相应的功能 3、对于gui特别是paletteset的保存项可以通过AcApProfileStora ......
profile 文件 程序 aws

Bertviz: 在Transformer模型中可视化注意力的工具(BERT,GPT-2,Albert,XLNet,RoBERTa,CTRL,etc.)

BertViz BertViz是一个在Transformer模型中可视化注意力的工具,支持transformers库中的所有模型(BERT,GPT-2,XLNet,RoBERTa,XLM,CTRL等)。它扩展了Llion Jones的Tensor2Tensor可视化工具和HuggingFace的tr ......
Transformer 注意力 模型 Bertviz RoBERTa

macOS 12.6 关闭 SIP 后仍无法修改 /etc 文件夹下文件 如hosts

关闭sip开机按住Commond+R,进入系统Recovery模式,从terminal中将系统保护SIP关掉(csrutil authenticated-root disable;csrutil disable)重启开机进入系统,可以在终端查看是否已将SIP关掉(csrutil status;csr ......
文件 文件夹 macOS hosts 12.6

MySQL的慢查询、explain、show profile及SQL优化

1、MySQL的慢查询、explain、show profile及SQL优化 https://www.cnblogs.com/linyue09/p/9869163.html 2、MySQL优化 1、查看 profile 开启情况 select @@profiling; 开启profile:set p ......
explain profile MySQL show SQL

linux中,如何在/etc/hosts中将一个域名解析为多个IP地址?工作原理是什么?

可以在/etc/hosts文件中,将一个域名配置多个IP地址 比如: [root@nccztsjb-node-23 yamls]# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.local ......
中将 原理 多个 地址 域名

spring profile 原理

springboot是如何做到根据配置的 spring profile 值来决定引用不同环境的application.yml 配置文件的? Spring Boot通过使用Spring框架的Profile功能,实现了根据配置的Spring Profile值来决定引用不同环境的application.y ......
原理 profile spring

Ubuntu提示【Authentication is required to create a color profile/managed device】

1. 安装vim apt install vim -y 2. 修改文件 vim /etc/polkit-1/localauthority/50-local.d/45-allow-colord.pkla 3. 粘贴以下内容 [Allow Colord all Users] Identity=unix- ......

/etc/resolv.conf中options ndots是什么意思?

意思是,当查询的名称,也就是主机名中,包括大于等于ndots定义的 . 的个数时,优先使用全名称查询,查询不到再和search进行拼接,之后查询 示例: ......
意思 options resolv ndots conf

DNS的配置/etc/resolve.conf中的search字段是什么意思?

search的意思是在你搜索的主机名后面,自动增加这个域名,拼成一个完整的域名地址 然后在DNS中进行查询 比如,ping web,会自动组合为web.cs1758coud.yyuap.yonyou这个域名 示例:在dns服务器里面建立example.local域,然后建立web.example.l ......
字段 意思 resolve search conf

sudo: /etc/sudoers 中第 21 行附近有解析错误sudo: 没有找到有效的 sudoers 资源

https://blog.csdn.net/weixin_49223002/article/details/121038236 ![image](https://img2023.cnblogs.com/blog/1144139/202306/1144139-20230617181914202-125 ......
sudoers sudo 错误 资源 etc

You won't be able to pull or push project code via SSH until you add an SSH key to your profile

You won't be able to pull or push project code via SSH until you add an SSH key to your profile 经网上搜索查看是SSH配置的问题,解决方案为配置好本地的SSH然后把它填写到Gitlab: 可以在命令提示符 ......
SSH project profile until able

/etc/containerd/config.toml 配置文件参考

> /etc/containerd/config.toml 配置文件参考 ``` disabled_plugins = [] imports = [] oom_score = 0 plugin_dir = "" required_plugins = [] root = "/var/lib/conta ......
containerd 文件 config toml etc

/etc/fstab挂载NAS盘配置_netdev区别

环境说明: ## 添加 `_netdev` 参数配置 ``` # NAS NFS客户端配置 [root@node02 ~]# mount -t nfs 192.168.1.30:/NAS_NFS /data [root@node02 ~]# df -hT | grep data$ 192.168.1 ......
netdev fstab etc NAS

coe_xfr_sql_profile.sql脚本 适用 oracle数据库版本:10.2, 11.1, 11.2, 12.1, 12.2 18c_and 19c

coe_xfr_sql_profile.sql脚本 内容如下: 适用 oracle数据库版本:10.2, 11.1, 11.2, 12.1, 12.2 18c_and 19c 注明:复制粘贴即可。 SPO coe_xfr_sql_profile.log;SET DEF ON TERM OFF ECH ......

uniapp打包所需的ios证书和证书profile文件获取的图文教程

使用uniapp进行云打包,可以打包android和ios两种app,但是uniapp官方并不能凭空产生这两种平台所需的打包证书。 那么这两种打包证书又是如何获取呢? android相对简单,使用jdk的工具生成就可以了,也可以使用香蕉云编来一键生成。 但是ios证书的生成就没有这么简单,因为... ......
证书 profile 图文 文件 教程

误删.bashrc文件后果很严重

因为vim用的不太顺,所以有一个很坏的习惯: **喜欢用重定向符号”>>“在.bashrc文件后面追加一些内容** 可是有时候不小心把”>>“写成”>“,就会造成严重后果! ## 养成良好的习惯 ### 每次更改.bashrc文件时用vim 虽然多敲几下键盘,但是千万不要用”>“向.bashrc文件 ......
后果 文件 bashrc

Profiling&Performance

##### 开发&调试工具 * Clang Tidy 编译时工具,可以指出C++代码可以提升的地方(例如可读性、性能、健壮性等) * GammaRay(KDAB) Qt运行时的调试工具,可以在进行时注入到Qt进程,查看Qt的数据结构、MVC模型、QWidget等 * Clazy(KDAB) Qt编译 ......
Performance Profiling amp