Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1146425
  • 博文数量: 103
  • 博客积分: 1897
  • 博客等级: 上尉
  • 技术积分: 1717
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-19 21:02
文章分类

全部博文(103)

文章存档

2013年(19)

2012年(84)

发布时间:2013-01-19 19:56:46

在extjs2.2中,表单提交之后,如下所示 function formSubmit(){                //表单提交验证        if(!passwordModifyForm.form.isValid())        {        return;     .........【阅读全文】

阅读(19089) | 评论(0) | 转发(0)

发布时间:2013-01-16 16:06:00

今天在sina云上做sae的应用,调用php文件的一个接口,然后返回操作的结果的code,但是,奇怪的是,返回结果前面总是加了一点东西,导致我解析出错,我觉得是字符编码的问题,所以在php文件里面加多了 header("content-type:text/html; charset=utf-8");然后放回的数据就正常了,感觉真是很奇怪。.........【阅读全文】

阅读(6150) | 评论(0) | 转发(0)

发布时间:2013-01-03 15:07:35

mkdirs() will create the specified directory path in its entirety where mkdir() will only create the bottom most directory, failing if it can't find the parent directory of the directory it is trying to create.In other words mkdir() is like mkdir and mkdirs()&......【阅读全文】

阅读(2138) | 评论(0) | 转发(0)

发布时间:2012-12-12 17:19:45

下午刚将playframework放到其他的机器上面运行,输入play run, Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. 我知道是jvm的问题,但是一时找不到解决的方法,后来在stackoverflow上面得到了启示,在application.conf里面加多一行jvm.memory=-Xmx256M -Xms256M,就行了。。......【阅读全文】

阅读(10368) | 评论(0) | 转发(0)

发布时间:2012-12-12 13:55:07

最近在做extjs的项目开发,后台用playframework,前台需要完成一个文件上传的功能,其中涉及到json数据的传输。 我当时直接用了extjs2.2中上传文件的demo来完成这个功能,但是前台在解析json数据的时候,总是出现Uncaught SyntaxError: Unexpected token :的异常,经过调试,也没有发现说后台传输的数据不正确的情况。后来搜了好久,终于发现了原因,原来是我用的extjs代理的问题。原来是demo里面的代理是用了ScriptTagProxy,而ScriptTagProxy是用来解决跨域问题的,如果用了它,返回的数据要按照一定格式来的,然后......【阅读全文】

阅读(10642) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

9581778652016-07-15 14:37

求博主多写一点jMeter自动化接口测试的文章

回复  |  举报
留言热议
请登录后留言。

登录 注册