Resharper

作者: __KCN | 来源:发表于2020-04-17 01:50 被阅读0次

    以下的方法全部没什么用。


    https://zhile.io/jetbrains-resharper-license.html

    这里的激活方法

    要改hosts 0.0.0.0 account.jetbrains.com

    来防止下载bl

    但是实际上还是会下载bl

    我的解决办法,

    1. 删掉bl
    2. 断网
    3. 打开vs,停在导航页
    4. 联网
    5. 随便打开个项目去设置resharper的激活就像教程一样

    这么做的意义在于,如果不一开始断网,打开reshaper激活设置的时候一定是bl文件被下载后。
    而断网后reshaper启动,但是bl文件不被下载。
    此时reshaper已经启动,再联网按照正常的步骤激活就行了。
    动作要快,慢了的话bl就又下好了,然后就又激活不了了。


    以下的方法并没什么用

    找个地方记录一下

    其实很简单,ReSharper从account.jetbrains.com下载bl文件(bl=blacklist),里面存放的都是被ban的激活服务器。
    所以先加hosts防止bl被下载,删除bl绕过黑名单验证。

    In fact, it is very simple. ReSharper downloads the bl file (bl = blacklist) from account.jetbrains.com, which stores the activation servers that are banned.

    So first add hosts to prevent bl from being downloaded, and delete bl to bypass blacklist verification.

    Block jetbrains by hosts windows first, after delete bl

    Close Visual Studio

    First you delete file bl

    in

    C:\Users\youruser\AppData\Roaming\JetBrains

    After in

    C:\windows\system32\driver\etc\hosts

    Use Notepad++ administrator

    Put

    # Jetbrains
    0.0.0.0 jetbrains.com
    0.0.0.0 account.jetbrains.com
    0.0.0.0 download.jetbrains.com
    0.0.0.0 frameworks.jetbrains.com
    0.0.0.0 plugins.jetbrains.com
    0.0.0.0 www.jetbrains.com
    0.0.0.0 account.jetbrains.com
    0.0.0.0 www.jetbrains.com
    0.0.0.0 www-weighted.jetbrains.com
    0.0.0.0 www.jetbrains.com:443
    0.0.0.0 resharper-plugins.jetbrains.com
    

    相关文章

      网友评论

          本文标题:Resharper

          本文链接:https://www.haomeiwen.com/subject/lcdsvhtx.html