`
bo_hai
  • 浏览: 563830 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

stack overflow at line 486 解决办法

阅读更多

1、在JSP页面有以下代码:

<s:form action="bbs/doLogin.action" name="loginForm" id="loginForm">

 

 

2、在JS文件中想通过下面的代码提交表单:

$('#loginForm').submit();

 

 

3、在页面中点击“保存”按钮后,页面上弹出“Stack overflow at line 486”,找了半天没有发现问题产生的原因。突然想想看$('#loginForm') 返回的内容,使用alert看了以下,弹出的内容是个数组,再用alert($('#loginForm').length),弹出的内容是:1 。这说明需要使用数组的方式来提交表单。JS中的代码修改如下:

$('#loginForm')[0].submit();

 

4、再进行测试,问题解决。

0
0
分享到:
评论

相关推荐

    浏览器pngfilt.dll导致出现stack overflow at line0问题注册表修复程序

    当用户在浏览网页或使用某些应用程序时,如果遇到"stack overflow at line0"错误,通常表明系统中的pngfilt.dll文件或与其相关的注册表项出现了问题。这个错误可能由于多种原因引起,如软件冲突、病毒攻击、dll文件...

    解析img图片没找到onerror事件 Stack overflow at line: 0

    在本文中,我们将深入探讨 `onerror` 事件,以及如何处理图片未找到导致的 "Stack overflow at line: 0" 错误。 `onerror` 事件是HTML中的一个事件处理器,它会在指定的资源(如图片)加载失败时被触发。在上述例子...

    电脑打开暴风影音和浏览器时会出现提示:stackoverflowatline-0该怎么办?.docx

    虽然这些方法可能对一些情况有效,但并不能保证解决所有由“stack overflow at line-0”引起的故障,因为这类错误通常是代码级的问题,可能需要开发者检查和修改程序源代码。 对于开发者而言,遇到“stack overflow...

    matlab基础编程:15 通过命令和工具调试matlab以及错误分析.zip

    MATLAB的官方文档、论坛和Stack Overflow等社区是获取帮助和学习经验的好地方,遇到难题时可以寻求帮助。 通过熟练掌握这些调试和错误分析技巧,MATLAB编程者能够更高效地定位和解决问题,从而编写出更加健壮和...

    Sublime Text Build 3124 x64 Setup.exe

    minihtml: Fixed a stack overflow on Windows with too many unclosed tags API: Added Phantom and PhantomSet API: Added ViewEventListener API: Added View.is_primary() API: Added EventListener.on_hover...

    VMD_test_matlab_

    MATLAB官方文档、MATLAB Central及Stack Overflow等社区都是学习和解决问题的好地方。同时,MATLAB的`dbstop in filename at line number`可以设置断点,`dbstep`和`dbquit`则帮助你在调试过程中逐步执行代码。 总...

    groovy_in_action_draft_ch_01.pdf

    Forums and chat platforms, such as Stack Overflow and IRC channels, provide real-time support and a wealth of information. These platforms are especially useful for troubleshooting issues and finding ...

    DevExpress VCL 13.1.4(v2013vol1.4) 源码-例子-帮助-part2

    Q520696 - cxDBTreeList - The "Stack overflow" exception occurs when binding the tree list to a Firebird table using a TSQLTable component Q524576 - Documentation - A typo in the ...

    DevExpress VCL 13.1.4(v2013vol1.4) 源码-例子-帮助-part1

    Q520696 - cxDBTreeList - The "Stack overflow" exception occurs when binding the tree list to a Firebird table using a TSQLTable component Q524576 - Documentation - A typo in the ...

    EurekaLog_7.5.0.0_Enterprise

    11)..Fixed: Possible failure to handle/process stack overflow exceptions 12)..Changed: VCL/CLX/FMX now will assign Application.OnException handler when low-level hooks are disabled EurekaLog 7.2 ...

    The Craft of System Security

    13.13 End-of-line misinterpretation 358 14.1 Secret sharing 371 14.2 Fewer than k points 372 14.3 The basic electronic token cash scheme 373 14.4 Digital timestamping 378 14.5 Renewing old ...

    Programming Perl中文版

    - Stack Overflow:针对具体问题寻求帮助的好去处。 - Reddit 的 r/perl 社区:与其他 Perl 爱好者交流心得。 - **开源项目:** - GitHub 上有大量使用 Perl 编写的开源项目,可以从中学习实际应用案例。 #### ...

    计算机网络第六版答案

    23. The five layers in the Internet protocol stack are – from top to bottom – the application layer, the transport layer, the network layer, the link layer, and the physical layer. The principal ...

    django入门项目源码含数据库,一个简单的django项目

    对于Django的学习,官方文档是非常好的资源,此外还有许多在线教程、视频课程和社区论坛,如Stack Overflow、Django Girls和Real Python等。 通过深入研究这个简单的Django项目源码,初学者可以逐步理解Django的...

    基于mediastreamer2的网络电话实现流程以及源码库

    oss-wrapper --disable-x11 --enable-neon-opt=no --with-database=simple PKG_CONFIG_PATH=/home/protocol_stack/install/lib/pkgconfig CPPFLAGS=-I/home/protocol_stack/install/include LDFLAGS=-L/home/...

    BobBuilder_app

    Splitting a page when full is simple and does not require a tree traversal for node overflow checking as in a b+tree. Main page list updates are infrequent and hence the locking of the main page list...

    acpi控制笔记本风扇转速

    code size, and reduces CPU stack use. (Valery Podrezov + interpreter changes in version 20051202 that eliminated namespace loading during the pass one parse.) Implemented _CID support for PCI Root ...

Global site tag (gtag.js) - Google Analytics