分类 默认分类 下的文章

##4636## - Phone Information, Usage and Battery
*#06# - IMEI Number
#0# - Enter Service Menu
##34971539## - Detailed Camera Information
##273282255663282##* - Backup All Media Files
##232339## - Wireless LAN Test
##197328640## - Enable Test Mode for Service
##0842## - Back-light Test
##2664## - Test the Touchscreen
##0842## - Vibration Test
##1111## - FTA Software Version
#12580369# - Complete Software and Hardware Info
*#9090# - Diagnostic Configuration
*#872564# - USB Logging Control
*#9900# - System Dump Mode
*#301279# - HSDPA/HSUPA Control Menu
*#7465625# - View Phone Lock Status
##232338## - Shows WiFi MAC address
##1472365## or ##1575## - GPS test
##232331## - Bluetooth test
##2664## - Touch screen test
https://forum.xda-developers.com/huawei-y6/how-to/huawei-y6-elite-os-problem-t3712126

这个必须得来记录一下了.
工作电脑,没装IIS,没装SQLserver.
网上搜了一堆,全是让停止IIS和SQLserver的.
这不扯淡么.
直到发现这个文章.豁然开朗.
https://segmentfault.com/a/1190000005008567
简单说,命令:
netsh http show servicestate
查看异常.
netsh_http_show_servicestate.png
最下面会看到http对应的进程ID.
按照进程ID,罪魁祸首居然是这么个服务:
PeerDistSvc_BranchCache.png
服务的描述是:"此服务缓存来自本地子网上对等方的网络内容。"
解决方法,停用Branche Cache 服务(默认使用80端口), 或更改Branche Cache 的端口。
反正我是直接给停了. 因为要改端口的话,需要改注册表,或者netsh命令.
更改端口的文章:https://technet.microsoft.com/zh-cn/library/dd837646(v=ws.10).aspx