zoukankan      html  css  js  c++  java
  • 关于webform_postbackoptions未定义的错误

    关于webform_postbackoptions未定义的错误

      <blowery.web>
        <!--
       Here's an example on how to change the algorithm or compression level
       
          <compressionModule preferredAlgorithm="deflate|gzip" compressionLevel="high|normal|low"/>
       
       so, to use deflate by default, and high compression, you would use the following line
       -->
        <httpCompress preferredAlgorithm="deflate" compressionLevel="high">
           <excludedMimeTypes>
             <add type="image/jpeg"/>
             <add type="image/gif"/>
             <add type="image/png"/>
             <!-- 解决 FreeTextBox 出错的问题-->
             <add type="text/x-component"/>
            
             <add type="text/plain"/>  <!--解决Ajax回调不支持压缩格式的问题-->
            
             <add type="application/vnd.ms-excel"/>
            
             <add type="application/octet-stream"/>
            
         <add type="application/vnd.ms-word"/>

           </excludedMimeTypes>
           <excludedPaths>
            <add path="Resource.axd"/>
         <add path="ebResource.axd"/> <!-- 解决 javascript 出错的问题  关于webform_postbackoptions未定义的错误-->
           </excludedPaths>
         </httpCompress>
       </blowery.web>

  • 相关阅读:
    bzoj3105: [cqoi2013]新Nim游戏
    bzoj2142: 礼物
    bzoj3295: [Cqoi2011]动态逆序对
    THUWC2018酱油记
    hdu5306 Gorgeous Sequence
    高斯消元入门
    bzoj3667: RabinMiller算法
    关于wordpress忘记密码 找回密码的方式
    数据库事务四个特性
    mysql的账户失效,之前的密码无法登录
  • 原文地址:https://www.cnblogs.com/shiningrise/p/831147.html
Copyright © 2011-2022 走看看