码迷,mamicode.com
首页 >  
搜索关键字:invalid result location value/parameter    ( 21048个结果
jQuery中$.when的用法
在开发中我们会遇到多重ajax调用的情况,这时比较适宜用$.when方法,无需再为每次调用请求分别定义一个回调。使用实例:varserverData={};varget1=$.get(‘/1‘).done(function(result){serverData[‘1‘]=result;});varget2=$.get(‘/2‘).done(function(result){serverData[‘2‘]=re..
分类:Web程序   时间:2014-07-29 15:26:00    阅读次数:264
jsp不通过form和Ajax提交
在页面里面我们一般都通过form表单和Ajax向后台提交请求,可是我现在页面没有form表单,也不想通过ajax异步提交。 解决方案如下:location.href="${rootPath}/record/exportScanningDetailExcel.htm?allRecordIds="+allRecordIds;  (当前页面打开URL页面)...
分类:Web程序   时间:2014-07-29 15:06:08    阅读次数:187
微软职位内部推荐-Android Developer
微软近期Open的职位:Position: SDE II or Senior SDE -- Mobile Products Android/WPContact Person: Winnie Wei (wiwe@microsoft.com)Location: BeijingRoles & Respon...
分类:移动开发   时间:2014-07-29 14:09:48    阅读次数:257
nginx实现访问网站或目录密码认证保护
添加目录登陆认证location / { auth_basic "提示"; auth_basic_user_file /usr/conf/htpasswd;}auth_basic指令包含一个具有测试用户名和密码的HTTP基本认证,指定的参数将用于认证域。如果将值设置为...
分类:Web程序   时间:2014-07-29 13:53:08    阅读次数:269
使用html editor 打开freemarker文件
freemarker模板文件使用jboss tools下提供的FreeMarker IDE,在线安装的方法是:Help –> Install New Software 点击and,再出来的对话框中的Location中输入:http://download.jboss.org/jbosstools/up...
分类:Web程序   时间:2014-07-29 13:35:08    阅读次数:271
前台技术--通过javaScript提交表单
window.location=pp+"?username="+getCookie("username")+"&userid="+getCookie("userid"); 替换 document.write(""); document.write(""); document.write(""); document.write(""); document.formx1.submit();...
分类:编程语言   时间:2014-07-29 13:08:36    阅读次数:245
webstrom 基本设置
General的设置普通文本:default text折叠文本: Folded text光标: Caret光标所在行: Caret row行号: Line numberTODO: TODO default光标下变量高亮:Search result搜索结果:Text search result匹配的括...
分类:Web程序   时间:2014-07-29 12:45:46    阅读次数:201
多层 iframe 嵌套 js 方法调用
一下午一个这破问题,浪费了不少时间,怎么也实现不了我的上上级iframe 刷新。NND。实现了,记录一下下吧: window.parent.parent.document.getElementById("content_frame").contentWindow.location.reload();...
分类:Web程序   时间:2014-07-29 11:14:16    阅读次数:221
Super A^B mod C
Given A,B,C, You should quickly calculate the result of A^B mod C. (1 #include #include #include #include #include using namespace std; typedef __int6...
分类:其他好文   时间:2014-07-29 11:08:56    阅读次数:220
解决Eclipse异常关闭后重启报 org.eclipse.swt.SWTException: Invalid thread access 的问题
.....很久没有写博客了,最近实在是太忙,一直想写点干货,但是一直没静下心来学习。今天又在加班忙碌之中,结果谁知道越忙碌越出问题。先是 weblogic 没有正常启动,凭经验第一反应就是7001端口被其它程序占用了,然后通过命令查看之后,发现果然是被占用了,占用端口的竟然是Eclipse,查找占用...
分类:数据库   时间:2014-07-29 11:06:36    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!