会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_DongGe
博客园
首页
新随笔
联系
订阅
管理
01 2017 档案
php打开错误日志
摘要:ini_set("display_errors", "On"); error_reporting(E_ALL | E_STRICT);
阅读全文
posted @
2017-01-19 17:34
_DongGe
阅读(333)
评论(0)
推荐(0)
移动端禁止遮罩层以下屏幕滑动
摘要:直接在对应的div加上属性ontouchmove="return false;"
阅读全文
posted @
2017-01-18 16:16
_DongGe
阅读(495)
评论(0)
推荐(0)
jquery ajax超时设置
摘要:var ajaxTimeoutTest = $.ajax({ url:'', //请求的URL timeout : 1000, //超时时间设置,单位毫秒 type : 'get', //请求方式,get或post data :{}, //请求所传参数,json格式 dataType:'json',
阅读全文
posted @
2017-01-18 09:41
_DongGe
阅读(1542)
评论(1)
推荐(0)
公告