Workarounds一词的翻译

简介:
Workarounds一词的翻译
The redirect that you can send to the user, does not work when you need to send a query string ("?foo=bar&foo2=bar2") using the xajaxResponse->addRedirect() method.

The work-around is to use xajaxResponse->addScript("top.location.href = '?foo=bar&foo2=bar';") instead of the redirect.

This issue is fixed in 0.2.1. 
直接理解为工作区不太行,大概的意思是在不能根本解决问题的情况下,暂时规避。或理解为临时的解决方法.









本文转自 牛海彬 51CTO博客,原文链接:http://blog.51cto.com/newhappy/76867,如需转载请自行联系原作者
目录
相关文章
|
7月前
|
并行计算 算法 程序员
FreeLearning C/C++ 译文集翻译完成
FreeLearning C/C++ 译文集翻译完成
28 1
|
Web App开发 缓存 网络协议
【翻译工具】如何复活谷歌翻译(网页翻译)
【翻译工具】如何复活谷歌翻译(网页翻译)
952 0
|
uml
[翻译]什么是OWL本体
译注:本文是对文档A Practical Guide To Building OWL Ontologies Using The Protege-OWL Plugin and CO-ODE Tools Edition 1.0第三章的翻译,并省略了其中的图片。
1631 0
|
Java iOS开发
|
Java iOS开发 Spring