上一页 1 ··· 28 29 30 31 32
  2018年12月7日
摘要: jquery中的ajax方法参数总是记不住,这里记录一下。 1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分 阅读全文
posted @ 2018-12-07 17:40 花溪月影 阅读(116) 评论(0) 推荐(0)
  2018年12月3日
摘要: https://www.cnblogs.com/qiaoyeye/p/5383723.html java读写文件的IO流分两大类,字节流和字符流,基类分别是字符:Reader和Writer;字节:InputStream和OutPutStream, 1、字符流分为FileReader和FileWrti 阅读全文
posted @ 2018-12-03 14:18 花溪月影 阅读(531) 评论(0) 推荐(0)
摘要: Appium - automation for mobile apps 一.Appium架构介绍 官网:www.appium.io 由SauceLab公司主持。并在Google的GATC2013会上被详细介绍。 Appium是由nodejs的express框架写的Http Server。Appium 阅读全文
posted @ 2018-12-03 14:14 花溪月影 阅读(569) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32