Page Not Found
Page not found. Your pixels are in another canvas.
A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.
Page not found. Your pixels are in another canvas.
About me
This is a page not in th emain menu
Published:
Published:
Published:
服务监控 微服务治理的一个核心需求便是服务可观察性。作为微服务的牧羊人,要做到时刻掌握各项服务的健康状态,并非易事。云原生时代这一领域内涌现出了诸多解决方案。本组件对可观察性当中的重要支柱遥测与监控进行了抽象,方便使用者与既有基础设施快速结合,同时避免供应商锁定。
Published:
拉取代码 1 stage(‘clone’) { 2 steps { 3 git branch: “$BRANCH”, credentialsId: ‘dev’, url: ‘git@git.alibaba-inc.com:alicloud/nvwa.git’ 4 script { 5 DATA1 = sh(returnStdout: true, script: ‘date +%Y%m%d’).trim() 6 BU_TAG = sh(returnStdout: true, script: ‘git rev-parse –short HEAD’).trim() 7 } 8 } 9 } build构建 1 stage(‘gradle build’) { 2 steps { 3 sh ‘’’ 4 export JAVA_HOME=/usr/local/jdk-11/ 5 export JRE_HOME=/usr/local/jdk-11//jre 6 export CLASSPATH=.:$JAVA_HOME/lib:$JRE_HOME/lib:$CLASSPATH 7 export PATH=$JAVA_HOME/bin:$JRE_HOME/bin:$PATH 8 export ANDROID_HOME=/usr/local/sdkmanager 9 export PATH=${ANDROID_HOME}/tools/bin:${ANDROID_HOME}/tools/bin:${ANDROID_HOME}:${PATH} 10 export NDK_HOME=/usr/local/android-ndk-r16b 11 export ANDROID_NDK_HOME=/usr/local/android-ndk-r16b 12 export PATH=$NDK_HOME:${ANDROID_NDK_HOME}:$PATH 13 export ANDROID_SDK_ROOT=/usr/local/android-sdk-linux 14 export PATH=$ANDROID_SDK_ROOT/tools:$PATH 15 export PATH=$ANDROID_SDK_ROOT/platform-tools:$PATH 16 /usr/local/gradle-7.6/bin/gradle clean assembleDebug 17 ‘’’ 18 } 19 } 上传蒲公英 发送通知 方法1
Published:
wget -P /data/package https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-linux-glibc2.12-x86_64.tar.gz
sudo groupadd mysql
sudo useradd -g mysql mysql -s /bin/false
mkdir -p /data/logs/software/mysql
mkdir -p /data/databases/mysql
sudo chown mysql.mysql /data/software/mysql -R
sudo chown mysql.mysql /data/databases/mysql -R
sudo chown mysql.mysql /data/logs/software/mysql -R
/etc/my.cnf
cp /data/software/mysql/support-files/mysql.server /etc/init.d/mysqld
``` /etc/init.d/mysqld – 更改 66 basedir=/data/software/mysql
Published:
``` –prefix=PATH 指向安装目录 –sbin-path=PATH 指向(执行)程序文件 –conf-path=PATH 指向配置文件(nginx.conf) –error-log-path=PATH 指向错误日志目录 –pid-path=PATH 指向pid文件(nginx.pid) –lock-path=PATH 指向lock文件(nginx.lock)(安装文件锁定,防止安装文件被别人利用,或自己误操作。)
Published:
service iptables stop
sed -i 's/Enforcing/disabled/g' /etc/sysconfig/selinux
setenforce 0
yum-config-manager --add-repo http://mirrors.aliyun.com/repo/epel-6.repo
yum install -y cobbler httpd tftp-server xinetd dhcp rsync
cobbler check 检查iptables、selinux是否关闭,重启httpd服务,重新使用命令即可
check出来会有很多的报错,以下解决上面报错:
Published:
Short description of portfolio item number 2
Published in Journal 1, 2015
This is QingFeng Jack and the Chinese New Year
Recommended citation: Your Name, You. (2024). "Paper Title Number 3." Journal 1. 1(3). http://qingfengjack.github.io/files/paper3.pdf
Published:
This is a description of your talk, which is a markdown files that can be all markdown-ified like any other post. Yay markdown!
Published:
This is a description of your conference proceedings talk, note the different field in type. You can put anything in this field.
Undergraduate course, University 1, Department, 2014
This is a description of a teaching experience. You can use markdown like any other post.
Workshop, University 1, Department, 2015
This is a description of a teaching experience. You can use markdown like any other post.