zoukankan      html  css  js  c++  java
  • IIS 字符串过长

    jquery.datatable.js---弹窗要用极速模式

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <location path="." inheritInChildApplications="false">
    <system.webServer>
    <security>
    <requestFiltering>
    <requestLimits maxAllowedContentLength="3000000000" maxQueryString="2147483647" />
    </requestFiltering>
    </security>
    <handlers>
    <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
    </handlers>
    <aspNetCore processPath=".jnxztsg.exe" stdoutLogEnabled="false" stdoutLogFile=".logsstdout" hostingModel="InProcess">
    <environmentVariables>
    <environmentVariable name="ASPNETCORE_ENVIRONMENT" value="Development" />
    </environmentVariables>

    </aspNetCore>
    </system.webServer>
    </location>
    </configuration>
    <!--ProjectGuid: 1b73026b-936d-4f5d-821a-1c8d835fd652-->

  • 相关阅读:
    习题四 答案
    习题五 答案
    习题三 答案
    习题二 答案
    习题一 答案
    mysqldump 备份
    centos mysql 数据迁移
    常用操作命令
    mysql 日期处理
    thinkphp3.2.3 使用配置
  • 原文地址:https://www.cnblogs.com/mingjing/p/10727112.html
Copyright © 2011-2022 走看看