ImageResizer 诊断插件 (resizer.debug)

     2023-02-19     162

关键词:

【中文标题】ImageResizer 诊断插件 (resizer.debug)【英文标题】:ImageResizer Diagnotics plugin (resizer.debug) 【发布时间】:2021-10-03 08:04:33 【问题描述】:

你好 ***

我有一个问题

你能告诉我什么是调整大小吗?调试和服务器上这个文件有什么风险我在服务器上发现这个日志有什么风险?为什么这个日志在这里? 您能告诉我有关此 resizer.debug 的信息吗?谢谢

**

Registered plugins:

ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.WebConfigLicenseReader
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.Basic.MvcRoutingShimPlugin
ImageResizer.Plugins.Basic.LicenseDisplay
ImageResizer.Plugins.EPiServerBlobReader.EPiServerBlobReaderPlugin
ImageResizer.Plugins.DiskCache.DiskCache
ImageResizer.Plugins.LicenseVerifier.LicenseEnforcer`1[ImageResizer.Plugins.DiskCache.DiskCache]

Accepted querystring keys:

Accepted file extensions:

bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi

Environment information:

Running Microsoft-IIS/10.0 on Microsoft Windows NT 10.0.14393.0 and CLR 4.0.30319.42000
Trust level: Unrestricted
OS bitness: AMD64
Executing assembly: D:\Windows\system32\inetsrv\w3wp.
IntegratedPipeline: True

Installed HttpModules: 

System.Web.Caching.OutputCacheModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a          (under key OutputCache)
Microsoft.AspNet.SessionState.SessionStateModuleAsync, 

                    
System.Xml                               File: 4.8.3761.0 (4.0.0.0)      Informational: 4.8.3761.0                     
System.Core                              File: 4.8.4330.0 (4.0.0.0)      Informational: 4.8.4330.0                     
Microsoft.Configuration.ConfigurationBuilders.Azure File: 1.0.30709.0 (1.0.0.0)     Informational: 1.0.2-30709                    
Microsoft.Configuration.ConfigurationBuilders.Base File: 1.0.30709.0 (1.0.0.0)     Informational: 1.0.2-30709                    
Microsoft.Azure.Services.AppAuthentication File: 1.0.3.0 (1.0.3.0)         Informational:                                
Microsoft.Azure.KeyVault                 File: 2.3.2.0 (2.0.0.0)         Informational: 2.3.2                          
Microsoft.Rest.ClientRuntime             File: 2.3.20.0 (2.0.0.0)        Informational: 2.3.20                         
Microsoft.Rest.ClientRuntime.Azure       File: 3.3.7.0 (3.0.0.0)         Informational: 3.3.7                          
Newtonsoft.Json                          File: 12.0.3.23909 (12.0.0.0)   Informational: 12.0.3+7c3d7f8da7e35dde8fa74188b0decff70f8f10e3  
System.Net.Http                          File: 4.8.3761.0 (4.0.0.0)      Informational: 4.8.3761.0                     
System.Net.Http.WebRequest               File: 4.8.3761.0 (4.0.0.0)      Informational: 4.8.3761.0                     
System.Runtime.Serialization             File: 4.8.4261.0 (4.0.0.0)      Informational: 4.8.4261.0                     
SMDiagnostics                            File: 4.8.4261.0 (4.0.0.0)      Informational: 4.8.4261.0                     
System.ServiceModel.Internals            File: 4.8.4261.0 (4.0.0.0)      Informational: 4.8.4261.0                     
System.Numerics                          File: 4.8.3761.0 (4.0.0.0)      Informational: 4.8.3761.0                     
System.Data                              File: 4.8.4290.0 (4.0.0.0)      Informational: 4.8.4290.0                     
Microsoft.Web.Compilation.Snapshots      File: 1.1.0.0 (1.0.0.0)         Informational:                                
Microsoft.JScript                        File: 14.8.3761.0 (10.0.0.0)    Informational: 14.8.3761.0                    
System.Web.WebPages                      File: 3.0.30128.0 (3.0.0.0)     Informational: 3.0.3-30128 (0e974218e12a67d4b1f25422119e40cfe6953e46)  
System.Web.Mvc                           File: 5.2.30128.0 (5.2.3.0)     Informational: 5.2.3-30128 (0e974218e12a67d4b1f25422119e40cfe6953e46)  
System.Web.WebPages.Deployment           File: 3.0.30128.0 (3.0.0.0)     Informational: 3.0.3-30128 (0e974218e12a67d4b1f25422119e40cfe6953e46)  

```   **

【问题讨论】:

【参考方案1】:

Image Resizer 提供了一组用于配置图像属性的工具。

resizer.debugresizer.debug.ashx 帮助您了解配置和插件安装问题,提供 ImageResizer 的自我诊断页面。如果您的本地网站在http://localhost:5000/ 运行,那么您应该浏览到http://localhost:5000/resizer.debug.ashx 以访问它。

欲了解更多信息,您可以查看TroubleShooting page。

【讨论】:

使用 ImageResizer 设置 CORS 标头

】使用ImageResizer设置CORS标头【英文标题】:SetCORSheaderswithImageResizer【发布时间】:2015-05-2103:42:39【问题描述】:在IIS上直接使用ImageResizer作为管道时,是否可以使用正确的CORS请求标头进行回复?使用RemoteReader插件并发送OPTIONS请... 查看详情

Swift 5 MacOS Image Resize 内存问题

...使用Swift开发MacOS应用程序的新手。但我尝试制作简单的ImageResizer应用程序。我必须调整50k图像的大小。10小时后,内存增加到近120GB。我认为Swift也有垃圾收集器。为什么会增加内存?我会告诉你我的代码。fori 查看详情

ImageResizer - 将图像保存为更大尺寸

】ImageResizer-将图像保存为更大尺寸【英文标题】:ImageResizer-SaveImageasaLargerSize【发布时间】:2014-11-0318:53:22【问题描述】:我正在尝试使用.netImageResizer将图像保存为指定大小。我无法使用我正在使用的当前代码将较小的图像保... 查看详情

imageresizer if-modified-since 支持

】imageresizerif-modified-since支持【英文标题】:imageresizerif-modified-sincesupport【发布时间】:2020-12-2712:37:47【问题描述】:我试图弄清楚为什么imageresizer在执行If-Modified-Since时返回“HTTP/1.1200OK”而不是“HTTP/1.1304NotModified”状态代码,... 查看详情

php具有yii2自动缓存的imageresizer(代码片段)

查看详情

vue-resize-split-pane窗口分隔插件的使用(代码片段)

vue-resize-split-pane 插件做窗口分隔,之前没有用过,简单使用一下:npm地址:https://developer.aliyun.com/mirror/npm/package/vue-resize-split-pane安装插件:cnpminstallvue-resize-split-pane--save-dev全局引入项目://main.jsimportVuefrom 查看详情

vue-draggable-resizable拖拽缩放插件(代码片段)

安装:npm install --save vue-draggable-resizable使用:<template>  <div style="height: 500px; width: 500px; border: 1px solid red;&nb 查看详情

Jquery Resize 事件处理程序

...ery中的resize事件处理程序。我无法理解ben-Alman的jqueryresize插件的重要性。我知道我们可以使用jquery1.7.1版本库处理DOM元素的调整大小事件,我做了一个示例并仅使用jquery库成功执行。那为什么要使用该插件?谢谢你。 查看详情

echarts图表大小随窗口变动而自适应变动(resize)

...打开关闭切换就歇菜了。这时候就会用到resize-detector这个插件去监听echarts实例元素的父级元素。resize-detector是个npm插件,地址:https://www.npmjs.com/package/resize-detector。用法上地址有,但还是要写一下我在vue里的使用😀。网上... 查看详情

Android PhoneGap Plugin, UI tabbar, resize WebView

...11-11-0217:13:41【问题描述】:我正在创建一个美味的PhoneGap插件,希望它一旦打开就可以打开准备好了..插件基本完成,我只需要一个漂亮的用户界面互动。简而言之,我想创建一个“原生”android工具栏组件。如果你实现PhoneGapUICo... 查看详情

phonegap 图像调整器插件来保存图像

】phonegap图像调整器插件来保存图像【英文标题】:phonegapimageresizerplugintosaveimage【发布时间】:2013-02-2105:51:03【问题描述】:我在这里找到了一个phonegapimage-resizer插件https://github.com/raananw/PhoneGap-Image-Resizer我尝试在相机成功时将... 查看详情

使用在线诊断工具arthas

...上排查bug是一件非常困难的事情。arthas为我们提供了线上诊断的十八般兵器。非常好用。本文将根据官方文档展示如何安装和简单使用arthas。arthas的命令很多,谁费那劲去记忆。最好的方式就是想用随手查阅和生成。如果用idea... 查看详情

阿里arthas在做java应用诊断上应用

早就听闻阿里开源的Arthas在做Java应用诊断上十分牛逼,身边也有很多同事在使用,因此决定开一个坑,自己从零学习下这个工具的使用,本系列使用的版本是当前最新版3.4.5。由于Arthas经过这么长时间的发展,... 查看详情

vuestore大小

...is.resizeFun()),methods://重置宽高resizeFun()//此处引用的第三方插件,需要监听容器宽高变化,随之调用resize方法setTimeout(()=>this.$refs.XXX.resize()//你的逻辑,200) 查看详情

idea安装阿里cloudtoolkit插件(代码片段)

...CloudToolkit)可以帮助开发者更高效地部署、测试、开发和诊断应用。CloudToolkit与主流IDE及阿里云其他产品无缝集成,帮助您大大简化应用部署到服务器,尤其是阿里云服务器中的操作。您还可以通过其内嵌的Arthas程序诊断、Termin... 查看详情

英语中的resize和resized有啥区别?

两个不同的时态吧,resize是动词,改变大小,resized是被改变了大小的,一般用法是beresized。参考技术A现在式和过去式的区别啊后者是已经完成了 查看详情

bootstraptable拖动列实现以及问题

...ns,用是可以用,但是个人感觉没有colResizable这个插件好用我这里用的是colResizablejs:tableInit:function()$('#tb').bootstrapTable('destroy').bootstrapTable(略,height:$(window).heigh 查看详情

jQuery Text Resizing Plugin 仅适用于 Bootstrap Carousel 的第一张幻灯片

...7【问题描述】:我正在使用一个名为WideText的轻量级jQuery插件来调整Bootstrap3轮播幻灯片上的标题大小。它通过添加具有 查看详情