kafka es nginx 軟體常用命令

2021-10-04 21:28:12 字數 1058 閱讀 8894

/bin/kafka-server-

start

.sh /config/server.properties

/opt/kafka/bin/kafka-console-producer.sh --broker-list 192.168.155.129:9092 --topic sakura
/opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server 192.168

.155

.129

:9092

--topic sakura

su es

/opt/es/bin/elasticsearch

/opt/es/bin/elasticsearch -d   可能啟動慢,需要等待一會才能啟動成功
cnpm run start
cd usr/local/nginx/sbin

./nginx

----

> nginx:

[emerg]

bind

() to 0.0

.0.0

:80 failed (

98: address already in use) 已啟動

cd /usr/local/nginx/sbin

./nginx -s reload

.

/nginx -s stop

ps -ef | grep nginx

從容停止 kill -quit 主程序號

快速停止 kill -term 主程序號

強制停止 kill -9 nginx

若nginx.conf配置了pid檔案路徑,如果沒有,則在logs目錄下

kill -訊號型別 『/usr/local/nginx/logs/nginx.pid』

軟體測試常考題

1 什麼是軟體測試?答 軟體測試是為了發現錯誤而執行程式的過程。或者說,軟體測試是根據軟體開發各階段的規格說明和程式的內部結構而精心設計一批測試用例 即輸入資料及其預期的輸出結果 並利用這些測試用例去執行程式,以發現程式錯誤的過程。2 軟體測試的目的?答 測試的目的是想以最少的人力 物力和時間找出軟...

opensuse軟體安裝之zypper常見用法

zypper是個安裝軟體的工具,但是感覺沒有apt get那麼強大。基本用法還是在這裡列一下,方便以後使用。基本語法 zypper global opts commend commend opts commend args 新增源zypper ar 幫助zypper help commend zyp...

常成員,常函式,常物件

知識點1.常物件中的任何型別的資料成員 無論私有還是公有 的值都不能被改變。知識點2.常物件能呼叫的 1.公有的常成員函式 2.建構函式 3.公有的靜態函式 知識點3.常物件與常成員函式只有同時存在才都有意義 知識點4.普通物件既可以呼叫常成員函式,也可以呼叫非常成員函式 知識點5.常成員函式不能更...