61阅读

服务没有及时响应启动或控制请求-求最简单的办法制银镜反应或铜镜反应!要好控制.

发布时间:2017-12-12 所属栏目:最简单的刷枪最新办法

一 : 求最简单的办法制银镜反应或铜镜反应!要好控制.

求最简单的办法制银镜反应或铜镜反应!要好控制.

如果在煤油中反应我也接受

求最简单的办法制银镜反应或铜镜反应!要好控制.的参考答案

木炭肯定不行;

二 : 求帮助在线等:jquery uploadify onComplete 没响应

JS:

<script type="text/javascript"> $(function () { $('#uploadify').uploadify({ 'uploader': 'js/uploadify/uploadify.swf', 'script': 'UploadAvatarHandler.ashx', 'cancelImg': 'js/uploadify/cancel.png', 'buttonImg':'images/up.jpg', 'folder': 'Temp', 'queueID': 'fileQueue', 'auto': true, 'multi': true, 'method': 'get', 'fileExt': '*.jpg;*.gif;*.jpeg;*.png', 'fileDesc': '请选择jpg/gif/jpeg/png文件...', 'scriptData': null, 'sizeLimit': 1024000, 'speed': 10000, 'onComplete': function (event, queueID, fileObj, response, data) { if (response.indexOf('Temp') != -1) { var result = response.split('$'); //得返回参数 alert(result); var maxVal = 0; if (result[1] > result[2]) { maxVal = result[2]; } else { maxVal = result[1]; } $("#maxVal").val(maxVal); //设置截图区大小 $("#hidImageUrl").val(result[0]); //上传路径存入隐藏域 ShowImg(result[0]); //在截图区显示 $("#uploadify").uploadifySettings('scriptData', { 'LastImgUrl': $('#hidImageUrl').val() }); //更新参数 } else { alert(response); } } }); }); function MakeImg(imagePath) { var str = "<li class=\"left\"><span style=\"color:#009;cursor:pointer;\" onclick=\"$($(this).parent()).remove();$('#upfile-count').html(parseInt($('#upfile-count').html())+1);$('#upfile-p').show();\">删除</span><p><img width=\"100\" height=\"100\" src=\"/Temp/" + imagePath + "\"></p><input name=\"url[]\" type=\"hidden\" value=\"" + imagePath + "\"><input size=\"10\" name=\"alt[]\" value=\"图片描述\"></li>"; $("#img-list").append(str); size = $("#img-list :li").size(); if (size==5){ $("#uploadify").remove(); } var count =5-size; $("#upfile-count").val(count); } </script>

UploadAvatarHandler.ashx:

<%@ WebHandler Language="C#" Class="UploadAvatarHandler" %>using System;using System.Web;using System.Web.SessionState;public class UploadAvatarHandler : IHttpHandler, IRequiresSessionState{ public void ProcessRequest (HttpContext context) { context.Response.ContentType = "text/plain"; context.Response.Charset = "utf-8"; System.IO.Stream stream = null; System.Drawing.Image originalImg = null; //原图 System.Drawing.Image thumbImg = null; //缩放图 try { int minWidth = 100; //最小宽度 int minHeight = 100; //最小高度 int maxWidth = 300; //最大宽度 int maxHeight = 300; //最大高度 string resultTip = string.Empty; //返回信息 HttpPostedFile file = context.Request.Files["Filedata"]; //上传文件 string uploadPath = HttpContext.Current.Server.MapPath(@context.Request["folder"]); //得到上传路径 string lastImgUrl = @context.Request.Params["LastImgUrl"]; if (!string.IsNullOrEmpty(lastImgUrl)) { PubClass.FileDel(HttpContext.Current.Server.MapPath(lastImgUrl)); } if (file != null) { if (!System.IO.Directory.Exists(uploadPath)) { System.IO.Directory.CreateDirectory(uploadPath); } string ext = System.IO.Path.GetExtension(file.FileName).ToLower(); //上传文件的后缀(小写) if (ext == ".jpeg" || ext == ".png" || ext == ".gif" || ext == ".jpg") { string flag = "s_" + file.FileName; string uploadFilePath = uploadPath + "\\thumbImg\\" + flag; //缩放图文件路径 stream = file.InputStream; originalImg = System.Drawing.Image.FromStream(stream); if (originalImg.Width > minWidth && originalImg.Height > minHeight) { thumbImg = PubClass.GetThumbNailImage(originalImg, maxWidth, maxHeight); //按宽、高缩放 if (thumbImg.Width > minWidth && thumbImg.Height > minWidth) { thumbImg.Save(uploadFilePath); } else { resultTip = "图片比例不符合要求"; } } else { resultTip = "图片尺寸必须大于" + minWidth + "*" + minHeight; } } } else { resultTip = "上传文件为空"; } context.Response.Write(resultTip); } catch (Exception) { throw; } finally { if (originalImg != null) { originalImg.Dispose(); } if (stream != null) { stream.Close(); stream.Dispose(); } if (thumbImg != null) { thumbImg.Dispose(); } GC.Collect(); } } public bool IsReusable { get { return false; } }}

麻烦大家帮忙了~~~

三 : 启动IIS时提示“服务没有及时响应启动

启动IIS时提示“服务没有及时响应启动或控制请求”其中一种解决方法 2009-10-25 20:14

IIS

默认网站启动不了,iis提示:找不到指定的程序,错误127

出现IIS默认网站启动不了 "服务没有及时响应启动或控制请求"的提示框,就到网上寻找一个解决方法吧.

1、启动 "RPC" "World Wide Web

Publishing"服务,Internet信息服务默认网站就自动启动了。

但是在启动这些服务中会出现一些问题。

问题:无法启动"World Wide Web Publishing Services"错误127,找不到指定程序.

解决:启动 "IIS Adnin" 服务,World Wide Web Publishing服务便能启动了。 还不行的话,就到控制面板-添加/删除程序,点击最上边的“显示更新”,找到“windows xp 软件更新”,卸载掉几个补丁,World Wide Web Publishing服务便能启动了。

KB939373-x86-CHS.exe

KB2290570

KB2124261

KB942830

KB942831

KB970483

kb2347290

kb975558

kb2121546

kb982802

kb981322

四 : 服务没有及时响应启动或控制请求



Quote1.系统环境:Windowsxp+sp2,II5.0
故障现象:上午把IIS服务停止以后,程序长时间没响应,通过任务管理器关闭,启动时提示“服务没有及时响应启动或控制请求”,重启计算机未能解决。
解决办法:在Internet信息服务下有本地计算机(计算机机名),单击名键,选择断开,提示确实要断开本地计算机(计算机机名)吗?选择确定。
右键单击Internet,选择连接,计算机名填本机名称,用户名填本机管理员帐号(Administrator),确定。Quote2.  昨天就发现了公司我用这台电脑的IIS启动不了,今天早上试着解决它,才发现问题并不简单。找呀找呀找呀,发现"WorldWideWebPublishing"关闭了,启动也提示启动失败。静下心来,再看看其它关闭了的服务,有一项Eventlog把它启动了,再启动WorldWideWebPublishing成功。问题就在这里。
  虽然“WorldWideWebPublishing”服务和SMTP服务的依存关系列表中没有提到“eventlog”服务,但“eventlog”服务不启动的话,就会出现上述问题。启动“eventlog”服务,然后启动“WorldWideWebPublishing”服务,上述问题消失。Quote3.  IIS元数据库可能坏了。。测试一下。
Try to enumerate metabase:
1. Open a command prompt and change to the C:\Inetpub\Adminscriptsfolder.
2. At the command line, type "cscript adsutil.vbs enum " (withoutthe
quotation marks).
If this command is successful, it enumerates the settings inthe
metabase.
If the command is not successful, you receive the -2146893792
(0x80090020) error code.
假如有备份,把数据回复。
如果没有,参考
How to Manually Restore the Metabase When No Proper Backup Existsor When
the MMC Does Not Start
http://support.microsoft.com/?id=234429
HOW TO: Download, Install, and Remove the IIS MetaEdit 2.2Utility
http://support.microsoft.com/?id=232068Quote4.  解决IIS不能启动,提示服务器没有及时响应启动或控制请求!
问题现象:
1、在IIS中站点显示停止,点击开启IIS不能启动,提示:服务器没有及时响应启动或控制请求点击重新启动IIS提示:服务器没有及时响应启动或控制请求!
2、World Wide Web PublishingServices不能启动,提示“错误1721,资源不足,无法启动”
解决方法:
1、刚刚我也出现了那个问题,弄了一上午现在解决了,我是查出了WorldWide Web PublishingService服务没有启动,也启动不了,按照他的依存关系,把其他的服务启动了就可以了,我启动的是HTTPSSL,然后World Wide Web PublishingService就可以用了,iis也可以了
2、有一次站点访问失败,IIS服务无法启动,我的解决思路是这样的:
先打开Administrative Tools --> Service,发现World Wide WebPublishing Service停止了。于是试图启动该服务,结果报错。
于是查看World Wide Web PublishingServices所需要依赖的服务(Dependencies),看到是IIS AdminService。进而发现IIS Admin Service也无法启动,再查IIS AdminService的Dependencies,查的结果是Protected Storage和RPC(RemoteProcedure Call),于是启动RPC,接着顺利启动IIS AdminService,接着启动World Wide Web PublishingServices,于是IIS恢复正常。Quote5.因为系统用了时间太长了,所以重装了一下.重装完成后,先装了瑞星再装IIS的.但是等我启动IIS时长时间没有响应,最后才提示“服务没有及时响应启动或控制请求”.
我的系统环境是:Windowsxp sp2, IIS5.1
当然以为是IIS没有装好,拿出盘删除再装IIS,还是老问题.
于是当然是Google了.找了好多解决方法都没有用.
难道这些解决方案对我失效,我查看了一下计算机的服务项里,发现"WorldWide WebPublishing"关闭了,启动也提示启动失败。看来是里程无法启动,这时候当然看看防火墙或是杀毒软件有没有相关的进程,"WorldWide WebPublishing"的可执行文件是"inetinfo.exe",在瑞星防火墙访问规则里找到"inetinfo.exe"访问规则设为全部放行.
再次启动"World Wide Web Publishing",然后再启动IIS,一切OK.PS:以前不要用到IIS,现在要用了,发现IIS启动不了,World Wide WebPublishing所依赖的服务都是启动的,但是World Wide WebPublishing就是启动不了,晕啊。。于是去baidu搜索解决方法,结果找了N久也没找到,后来就去google了,结果一下就找到解决方法了,还是google强啊,以前也是一样的,在baidu找解决方法基本找不到,去google一下就找到了,baidu的搜索技术还是没有google强啊。。。
本文标题:服务没有及时响应启动或控制请求-求最简单的办法制银镜反应或铜镜反应!要好控制.
本文地址: http://www.61k.com/1156720.html

61阅读| 精彩专题| 最新文章| 热门文章| 苏ICP备13036349号-1