摘要:
PHP Notice: Undefined index:解决方法 PHP Notice: Undefined index: 解决方法 <pre> if (empty(swoole_get_local_ip()['eth1'])) { } else { }</pre> 加个exmpty就可以了 阅读全文
摘要:
javascript监听手机返回键 <pre> if (window.history && window.history.pushState) { $(window).on('popstate', function() { var hashLocation = location.hash; var 阅读全文
摘要:
jquery判断手指滑动方向 <pre> /*判断哪个滑动方向还是自己改下 要么上下 要么左右*/ var startX; var startY; $(".shanghua").on("touchstart", function(e) { // 判断默认行为是否可以被禁用 if (e.cancela 阅读全文
摘要:
html5 点击播放video的方法<pre> <video videosrc="{$vo.shipinurl}" controls="" x5-playsinline="" playsinline="" webkit-playsinline="" poster=""> </video> var v 阅读全文
摘要:
<pre>php 5.5使用 array_column的方法</pre> <pre> public function array_column($input, $columnKey, $indexKey = null) { $columnKeyIsNumber = (is_numeric($colu 阅读全文
摘要:
mysql并发量过大造成 update语句更新错误 在同一字段的时候更新的时候 如果并发量太大 就会更新错误 这个时候只能用 swoole 消息队列更新 阅读全文
摘要:
html5 微信真机调试方法 vConsolehttps://blog.csdn.net/weixin_36934930/article/details/79870240 阅读全文
摘要:
jquery设置html5音量的方法<pre> setTimeout(function() { alert(1); $('#music1')[0].volume = 0; setTimeout(function() { alert(2); $('#music1')[0].volume = 1; }, 阅读全文
摘要:
PHP防止客户端多次点击 第一种用ip判断 第二种就是用 用户名第三种就是cookie仅限 H5第四种 用swoole 用swoole id 阅读全文
摘要:
jQuery 触发事件 移动端和pc端的区别 <pre>mousedown event.pageXmousemove event.pageXmouseup event.pageXtouchstart event.originalEvent.touches[0].pageX & event.origi 阅读全文