Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1134150
  • 博文数量: 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;     .........【阅读全文】

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

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

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

阅读(6099) | 评论(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()&......【阅读全文】

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

9581778652016-07-15 14:37

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

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

登录 注册