xp/win7中系统安装memcached服务,卸载memcached服务,以及删除memcached服务

1.安装到系统服务中:

在doc中:执行此软件 memcached.exe -d install(如果提示错误,要找到cmd.exe用管理员身份打开)

2.卸载: 

在doc中:执行此软件 memcached.exe -d uninstall

3删除:

使用sc delete "memcached Server"

原链接:http://blog.csdn.net/devilzy2656/article/details/8566860

原文地址:https://www.cnblogs.com/huanghuali/p/7851419.html