springBoot's aproperties
server.port=8080 server.servlet.context-path=/springTest thymeleaf spring.thymeleaf.prefix=classp...
10 search resultsShowing 1~10 results
You need to log-in
server.port=8080 server.servlet.context-path=/springTest thymeleaf spring.thymeleaf.prefix=classp...
当前路径 pwd 当前用户 whoami id -u -n 当前shell名称 带路径echo $0 不带路径basename $0 export export可新增,修改或删除环境变量,供后续...
#!/bin/bash #ローカル用 RUN_HOME=/d/soft/autorun/ap-serv/AutoRun CONF_ROOT=$RUN_HOME/conf ; export CON...
AutoRunStart_local #!/bin/bash #ローカル用 RUN_HOME=/d/soft/autorun/rel00/ap-serv/AutoRun # シェル名 SHELL...
AppHa_healthCheck #!/bin/bash LOOP_FLG=true while $LOOP_FLG do ret=`sh ./healthCheck.sh` status=$...
ディスク容量確認 df -h | grep /home ファイル内容切り出し、ソート cut -d "," -f1,2-9 sample.csv | sort -t "," -k2,3 >...
package javaHansya.main.test; import java.util.ArrayList; import java.util.List; public class Tes...
Sql 元素 这个元素用来定义能够被其它语句引用的可重用 SQL 语句块。例如: id,username,password 这个 SQL 语句块能够被其它语句引用,如: select fro...
超级用户登录 su - postgres psql 普通用户 psql postgres cy 再启动 systemctl restart postgresql-9.5 用户一览 \du スキー...
iptables -I INPUT 5 -p tcp --dport 21 -j ACCEPT iptables -I INPUT 5 -p tcp --dport 5432 -j ACCEPT...
10 search resultsShowing 1~10 results
Qiita is a knowledge sharing service for engineers.