Sunday, January 13, 2019

Linux 开机启动服务

开机启动服务:
chkconfig --add test
chkconfig test on

查看开启的服务列表:
chkconfig --list

参考:https://www.thegeekstuff.com/2011/06/chkconfig-examples/
 

Android Studio emulator 无法启动解决方法之一

  参考: https://stackoverflow.com/questions/60382098/emulator-fails-to-launch#answer-61778538