今天有空 细致的看看iscrolljs api 发现自己以前的几个失误是没看api造成的 失误1 页面a操作 影响了页面b的滚动条 api 解释: options.bindToWrapper The move event is normally bound to the document and not the scroll container. When you move the cursor/finger out of the wrapper the scrolling keeps goin
概述:本文盘点PHP开发者在编码时,容易忽略或不注意引起的小失误与错误. 变量声明 如果在一条语句中声明一个变量,如下所示:$var='value';编译器首先会求出语句右半部分的值,恰恰正是语句的这一部分常常会引发错误.如果使用的语法不正确,就会出现解析错误. 解析错误 例如,Parse error:解析错误,unexpected T_WHILE in c:program filesapache groupapachehtdocsscript.php on line 19每次确定了前一错误时,
公司的应用调了一个微信上传下载图片的接口,本来在线上跑的好好的,什么问题没有,但是这两天总是不定时的出现下载下来的图片损坏,拿着Token和serverid去接口测试网页验证,返回的是Token失效了,返回信息:"errcode": 40001, "errmsg": "invalid credential, access_token is invalid or not latest hint: [17ZG50664ent3].我是把Token和ticket
git pull 提示错误,Your local changes to the following files would be overwritten by merge 到公司后本来打算git pull拿到昨晚上写道凌晨的代码,但是不小心写成了git push,额......失误,查了一下,记录了解决方法,不然今天要重写代码了.我的情况是第二种,公司的代码不是最新的,但是我不小心git push 了,我要拿最新的是昨晚的代码,就只能先回归到上一个版本了(这个版本就是我刚刚错误git push的
使用 show databases; +--------------------+| Database |+--------------------+| information_schema | | test | +--------------------+,mysql> use mysqlERROR 1044 (42000): Access denied for user ''@'localhost' to database 'mysql' 查