ROS2安装
设置编码
sudo apt update && sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
export LANG=en_US.UTF-8
添加源
sudo apt update && sudo apt install curl...
以下是与分类 “记录” 相关联的文章
设置编码
sudo apt update && sudo apt install locales
sudo locale-gen en_US en_US.UTF-8
sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
export LANG=en_US.UTF-8
添加源
sudo apt update && sudo apt install curl...
@echooff
setlocal
rem 设置日志文件目录
set “log_dir=C:\path\to\your\logs”
rem 设置保留的天数
set “days_to_keep=7”
rem 计算要删除的日期
for /f “tokens=1-3 delims= “ %%a in (‘wmic os get localdatetime ^| find “.”‘) do (
set year=%%a
s...
kettle pdi日志级别修改
✅kettle-8.2\data-integration\classes
❌data-integration\system\osgi\log4j.xml
日志定时删除
@echooff
setlocal
rem 设置日志文件目录
set “log_dir=D:\kettle-8.2\data-integration\logs”
rem 设置保留的天数
set “days_to_ke...