zoukankan      html  css  js  c++  java
  • 在K2HostServer.config中更改netfxversion

    在K2 Blackpearl的安装目录里找到K2HostServer.config文件,修改如下:

    <appSettings>
    <!--
    Time in seconds. Default is 1 Hour. This setting determines the amount of time before the server will check if any groups in the cache needs to be refreshed.
    This setting must either be shorter, or the same amount of time as the GroupCacheInterval setting.
    -->
    <add key="GroupCachePollingInterval" value="3600" />
    <!--
    Time in seconds. Default is 1 Hour. This setting determines the amount of time the group will be cached before it is refreshed.
    This setting must either be longer or the same amount of time as the GroupCachePollingInterval setting.
    -->
    <add key="GroupCacheInterval" value="3600" />
    <add key="netfxversion" value="v4.0.30319" />
    </appSettings>

  • 相关阅读:
    网站添加背景音乐
    解决项目上的红色感叹号
    1.12那些年你不知道的爬虫面试题
    1.11you-get 视频爬取
    1.10pytesseract
    1.9Pyppeteer
    1.8request-html
    1.7XPath
    1.6Selenium XPath
    1.5cookies
  • 原文地址:https://www.cnblogs.com/dannyli/p/2139907.html
Copyright © 2011-2022 走看看