一.有时log是这样的 Card did not respond to voltage select! bytes read ms (39.8 MiB/s) bytes read ms (13.4 MiB/s) ## Flattened Device Tree blob at Booting using the fdt blob at 0x48000000 Using Device Tree , end 000000004801420a Starting kernel ... 但是如上所示,没有
坑死人不偿命的呀 在Windows Server 2012 R2上安装SharePoint Server 2013,安装了半天,结果卡在“Windows Server AppFabric”安装错误上,运行PrerequisiteInstaller提示“不支持当前操作系统”,深深的醉了. [环境] Windows Server 2012 R2 Standard SharePoint Server 2013 SP1 [安装错误解决] 1.安装Windows Server AppFabric报"由于安
from http.server import HTTPServer, BaseHTTPRequestHandler import json data = {'result': 'this is a test'} host = ('localhost', 8888) class Resquest(BaseHTTPRequestHandler): def do_GET(self): self.send_response(200) self.send_header('Content-type', '