how to package a ear file
#EAR文件的打包 jar cf application.ear application.war a… 继续阅读 how to package a ear file
#EAR文件的打包 jar cf application.ear application.war a… 继续阅读 how to package a ear file
ssh -i ~/Downloads/myKey.pem azureuser@10.111.12.1… 继续阅读 ssh use pem key
使用 parted script 对磁盘进行分区 parted /dev/sdc –script … 继续阅读 parted script to disk
#shell printf 进制转换 # 10进制转16进制:15 > 0xf printf … 继续阅读 shell printf oct hex dec
#Git 取消跟踪(untrack) git rm -r –cached .idea git rm… 继续阅读 git untrack .idea dir
mv /usr/local/go /usr/local/go_bak$(date +%Y%m%d%H… 继续阅读 go1.20.1 install
echo “`text-content-of-json“` | python -m json.t… 继续阅读 python get pretty format json
#!/bin/sh /usr/bin/time -f '%Uu %Ss %er %MkB … 继续阅读 time cmd to show time/maxMem
pgbench -i -s 2 -F 100 -h 127.0.0.1 -p 5432 -U myU… 继续阅读 PostgreSQL pgbench
type User struct{ Id int Name string } // 自定义表名 fu… 继续阅读 gorm use custom tablename
cat /proc/1/cgroup |grep docker
for namespace in $(kubectl get namespace -o jsonpa… 继续阅读 滚动patch pod
请使用jvm启动用户执行jstack