###### 原理可自行百度,这里只说操作
##### Windows 10的GVLK
```
Windows 10 Professional
W269N-WFGWX-YVC9B-4J6C9-T83GX
Windows 10 Professional N
MH37W-N47XK-V7XM9-C7227-GCQG9
Windows 10 Education N
W6C2-QMPVW-D7KKK-3GKT6-VCFB2
Windows 10 Education N
2WH4N-8QGBV-H22JP-
###### 1. 连接不上
当你按照网上的教程配置好了远程桌面访问,但是仍然连不上或者登录不了,可能是下面的原因
如果是内网连接不上,大概率是防火墙问题。解决办法,关闭防火墙或者添加例外。
如果还是有问题,比如报错:Microsoft Remote Desktop(远程桌面连接)问题之Your credentials did not work in Remote Desktop...(之前用于连接到的凭据无法工作...)。此时请尝试`打开控制面板(或者鼠标右键单击右下角网络图标)`->打开网络和共享中心->
因为我本地有多个版本的php,安装扩展`make`时,我没有指定`--with-php-config`,所以报了这个错,So,完整的编译过程:
```sh
cd ext/iconv
/data/amp/php/5.6.40/bin/phpize
./configure --with-iconv=/usr/local/Cellar/libiconv/1.16/ --with-php-config=/data/amp/php/5.6.40/bin/php-config
make
make install
```
```sh
#下载
wget -c https://github.com/unicode-org/icu/releases/download/release-64-2/icu4c-64_2-src.tgz
tar -xvf icu4c-64_2-src.tgz
cd icu/source
#编译安装
./configure --prefix=/usr/local/Cellar/icu4c/64.2 #可自己指定存放的目录
make && make install
#复制
cd /usr/local/icu4c/6