07 2013 档案

摘要:第一种:将代码加入到与之间 第二种: ... 阅读全文
posted @ 2013-07-17 09:21 lampon 阅读(565) 评论(0) 推荐(0)
摘要:$(function(){ var time=500; var interval; function run(){ interval=setInterval(fun,time); } function fun(){ $.ajax( { //alert(); type : 'post', dataType : 'text', url : 'mynews!query', success : functio... 阅读全文
posted @ 2013-07-11 20:50 lampon 阅读(976) 评论(0) 推荐(0)
摘要:请求https接口时注意设置 ServicePointManager.SecurityProtocol = SecurityProtocolType.Ssl3;/// /// 获取token,保存cookie /// /// /// ... 阅读全文
posted @ 2013-07-10 12:42 lampon 阅读(505) 评论(0) 推荐(0)