03 2025 档案
摘要:pg_dump -p5433 -Upostgres -d dbName -n 'public|delphi' -T 'public.excludeTableName|delphi.excludeTableName' -Fp -v -Z9 > data.gz
阅读全文
摘要:1.echo "/opt/app/mconvert" > /etc/ld.so.conf.d/mconvert.conf 2.sudo ldconfig
阅读全文
摘要:replace all specific word use: sed -i 's/old_word/new_word/g' filename commnet: -i :edit file complete comment -i[SUFFIX], --in-place[=SUFFIX] edit fi
阅读全文
摘要:java -jar -Dspring.profiles.active=dev-prod xxx.jar from: https://stackoverflow.com/questions/31038250/setting-active-profile-and-config-location-from
阅读全文
摘要:nohup java -jar cadTranslate.jar >output.log 2>&1 & 2>&1等同于 2>output.log 参考:https://blog.csdn.net/weixin_49114503/article/details/134266408
阅读全文
浙公网安备 33010602011771号