使用history.back()进行返回时,有时会提示“网页已过期”,多数是因为目标页面的form为post提交方式,而且是表单已经提交后的响应页面,无法找到form中的具体参数,而“报错”。具体解决办法: 一、在要返回的目标页面中,添加 二、将目标页面的form的method="post"去掉,或...
分类:
编程语言 时间:
2014-07-16 23:15:03
阅读次数:
267
DebugerGreat questionsThese questions will solve most bugs:what method shows the symptom ? what lines of code produces that symptom ?what is the state...
分类:
编程语言 时间:
2014-07-16 23:13:29
阅读次数:
367
.NET下的23中设计模式。※创建型模式篇●单件模式(Single Pattern)●抽象工厂模式(Abstract Factory)●建造者模式(Builder Pattern)●工厂方法(Factory Method)●原型模式(Protype Pattern)※结构型模式篇●适配器模式(Ada...
分类:
Web程序 时间:
2014-07-10 11:11:42
阅读次数:
242
Java对大小写十分敏感运行时如果没有找到class,会出现NoClassDefFoundError的表达如果没有找到main method,会出现NoSuchMethodError的表达制作对话框:需要在JOptionPane class里用到showMessageDialog method .....
分类:
其他好文 时间:
2014-07-07 18:33:47
阅读次数:
166
The following packages should be installed:scimscim-tables-zh (this includes Wubi input method)scim-tables-pinyin (this includes Pinyin input method)s...
分类:
系统相关 时间:
2014-06-30 13:18:56
阅读次数:
450
The following packages should be installed:python-ibusibusibus-clutteribus-gtkibus-m17n: input many non-latin charactersibus-pinyinibus-qt4ibus-tablei...
分类:
系统相关 时间:
2014-06-30 13:14:49
阅读次数:
455
append_prepend.html 1 2 3 4 method_1.html 5 6 7 8 9 10 第一项11 第二项12 第三项13 14 15 ...
array( 'method' => 'POST', 'header' => $header, 'content' => $content ) ); $context = stream_...
分类:
Web程序 时间:
2014-06-27 14:40:35
阅读次数:
225
使用通配符,只不过命名的时候*的位置跟{1}保持一致.
我写的这个action继承dispatchAction,parameter=method
假如里面有add方法和edit方法()
访问add方法的时候,使用这个地址:/addPerson.do?method=add-->这个时候input就是/add.jsp
访问edit方法的时候,使用这个:/editPerson.do?...
分类:
其他好文 时间:
2014-06-27 07:21:52
阅读次数:
202