摘要:
By way of wsadmin command:/bin/>wsadmin -conntype NONEwsadmin>securityoffwsadmin>exitRestart the servers.Enable the security from administrative conso... 阅读全文
摘要:
Call back add: git reset HEAD Call back all add:git reset HEAD .Commit log: git reflog -[number]Back to specific commit: git reset --hard [commit hash... 阅读全文
摘要:
start service:mysqld --console;start client: mysql -uroot -proot;check server version: show variables like '%version%';check status: status or show veriables like '%char%';change charset: SET character_set_client='utf8'; SET character_set_connection='utf8'; SET charac 阅读全文
摘要:
Check ports:mqsiprofile//Run this firstmqsireportproperties MB8BROKER -e AddressSampleProvider -o HTTPConnector -n port //View the port of provider 阅读全文