2020年8月

https://pan.baidu.com/s/1v7tIZU_6CbHPJIujvn0u2Q 密码rfac
(全程断网操作就是了)
1 安装完成之后启动Autocad 2019
2 选择输入序列号
3 从序列号666-69696969, 667-98989898, 400-45454545, 066-66666666中选择一个输入。
4 产品密匙填入:001K1
5 选择我具有Autodesk提供的激活码
6 以管理员身份运行32位或64位XFORCE Keygen(都可以激活)
7 点击Patch按钮(会弹出successfully patched对话框)
8 将申请号复制到keygen Request栏,然后按Generate按钮
9 现在将Activation栏激活码 复制,回到Autodesk激活屏幕粘贴,然后单击“下一步”
10 至此,已经完全激活Autocad 2019。

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SphinxClient has a deprecated constructor
大概就是PHP下面,class名字和function名字不能重复。
更换如下版本的:
https://github.com/romainneutron/Sphinx-Search-API-PHP-Client/blob/master/sphinxapi.php
或者勤快点,把提示的那一行function名字改掉

    /// create a new client object and fill defaults
    function SphinxClient ()

改成

    /// create a new client object and fill defaults
    function __construct ()