摘要:
Work Flow Build and Run Config File Wiki Long Polling Push Message Create Channel Close Channel Clear Channel Messages Get Channel Info Check Channel 阅读全文
摘要:
[ Service Control ] /etc/init.d/nginx [start|stop|status|restart] : to start/stop/get_status/restart the nginx service. nginx -s [stop|quit|reload|reo 阅读全文
摘要:
[ CPU Info ] * cat /proc/cpuinfo [ Ali ECS - 1 CPU ] root@db:~# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 62 mod 阅读全文
摘要:
[ Create/Drop Database ] SHOW CREATE DATABASE <dbname>; -- to show the sql command used to create the db. DROP DATABASE <dbname>; -- to delete a datab 阅读全文