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>

  • 相关阅读:
    日志处理
    md5加密
    os 模块
    time模块
    函数的进阶
    参数 返回值
    文件操作
    集合 拷贝
    linux如何更快的远程拷贝?scp,tar,rsync?
    修改内核临时端口范围
  • 原文地址:https://www.cnblogs.com/dannyli/p/2139907.html
Copyright © 2011-2022 走看看