开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

楼主: 啊门
收起左侧

[已解决] POST 长数据 怎么解决

 关闭 [复制链接]
结帖率:64% (7/11)
发表于 2011-8-30 20:19:23 | 显示全部楼层   江苏省苏州市
真的是很长。。
回复

使用道具 举报

结帖率:47% (15/32)
 楼主| 发表于 2011-8-30 20:32:59 | 显示全部楼层   江西省赣州市
大家帮帮忙呀  这个需要解密吗 还是要换种方式?    精易编程助手 里面带有解密的吗 用那个POST怎么就可以
回复

使用道具 举报

结帖率:94% (15/16)
发表于 2011-8-30 20:40:13 | 显示全部楼层   河南省驻马店市
有这么长的POST的数据么,你搞错了吧?
回复

使用道具 举报

结帖率:47% (15/32)
 楼主| 发表于 2011-8-30 20:54:13 | 显示全部楼层   江西省赣州市
webapp.chinagames.net/PersonalInfo/QueryScore.aspx 前面加http://     POST这个网站   查找游戏成绩的时候  POST出来的  我的方法错了吗? 帮帮忙 看看怎么样
回复

使用道具 举报

结帖率:100% (1/1)

签到天数: 19 天

发表于 2011-8-30 21:10:39 | 显示全部楼层   江苏省苏州市
啊门 发表于 2011-8-30 20:54
webapp.chinagames.net/PersonalInfo/QueryScore.aspx 前面加http://     POST这个网站   查找游戏成绩的时 ...

直接POST信息,地址你知道,信息用下面附件的文本,其中文本中有“游戏ID”这个字,把这个字替换成你要的检索的ID号,然后把这个信息当成POST的发包信息发出去就可以了

注意,把下面的文本导入到新建的“新长文本常量”中,注意哦,是用导入,不是复制粘贴进去,千万注意,导入后显示的长度为“<文本长度: 49436>”,如果数量少于它,说有你导入的数据不全,发包一定会出错

23.rar

2.29 KB, 下载次数: 4

回复

使用道具 举报

结帖率:47% (15/32)
 楼主| 发表于 2011-8-30 21:25:49 | 显示全部楼层   江西省赣州市
* <html>
    <head>
        <title>输入字符串的格式不正确。</title>
        <style>
                body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
                p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
                b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
                H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
                H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
                pre {font-family:"Lucida Console";font-size: .9em}
                .marker {font-weight: bold; color: black;text-decoration: none;}
                .version {color: gray;}
                .error {margin-bottom: 10px;}
                .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>“/PersonalInfo”应用程序中的服务器错误。<hr width=100% size=1 color=silver></H1>

            <h2> <i>输入字符串的格式不正确。</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> 说明: </b>执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

            <br><br>

            <b> 异常详细信息: </b>System.FormatException: 输入字符串的格式不正确。<br><br>

            <b>源错误:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code>

执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。</code>

                  </td>
               </tr>
            </table>

            <br>

            <b>堆栈跟踪:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>
                      <code><pre>

[FormatException: 输入字符串的格式不正确。]
   System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info) +0
   System.Int32.Parse(String s) +38
   QueryScore.QueryScore.Button1_Click(Object sender, EventArgs e)
   System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
   System.Web.UI.Page.ProcessRequestMain() +1292
</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <hr width=100% size=1 color=silver>

            <b>版本信息:</b>&nbsp;Microsoft .NET Framework 版本:1.1.4322.2443; ASP.NET 版本:1.1.4322.2470

            </font>

    </body>
</html>
<!--
[FormatException]: 输入字符串的格式不正确。
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.Int32.Parse(String s)
   at QueryScore.QueryScore.Button1_Click(Object sender, EventArgs e)
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain()
[HttpUnhandledException]: 发生类型为 System.Web.HttpUnhandledException 的异常。
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain()
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->
被调试易程序运行完毕
  不行 没法通过
回复

使用道具 举报

结帖率:100% (1/1)

签到天数: 19 天

发表于 2011-8-30 21:43:07 | 显示全部楼层   江苏省苏州市
本帖最后由 孤心人 于 2011-8-31 10:35 编辑


我不知为什么每次都得出例程才能解决问题,上面已经说得这么清楚了还是没用
回复

使用道具 举报

结帖率:60% (15/25)

签到天数: 21 天

发表于 2011-8-30 21:54:36 | 显示全部楼层   江苏省苏州市
摆脱,这个不是POST的数据好不好{:3_230:}
回复

使用道具 举报

结帖率:47% (15/32)
 楼主| 发表于 2011-8-30 22:05:44 | 显示全部楼层   江西省赣州市
汗 我用彗星那个 不行   我也是这样子  现在可以了  谢谢你了
回复

使用道具 举报

结帖率:47% (15/32)
 楼主| 发表于 2011-8-30 22:09:14 | 显示全部楼层   江西省赣州市
那个POST数据 是怎么得来的? 我之前抓得不对吗?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表