今天碰到的问题,android的标题栏一个回退button,每次进入的时候第一次点击无效,一直到第二次点击时才响应,然后把代码copy到系统的回退按钮里面,结果每次都能响应,后面想了想,应该跟焦点有关系 第一次点击的时候相当于获取焦点,第二次点击的时候才响应点击事件,在button的属性里面加了两个焦点相关的属性: android:focusable="true" android:focusableInTouchMode="false"
android点击事件,第一次无效,第二次才响应的问题
-
fixed z-index失效
作为一个假的前端,在调试一个页面时出现了如下bug。 左侧的菜单固定为fixed时,二级菜单无法设置有效的z-index,导致菜单隐藏在页面元素之下,明明页面元素的z-index是1,但是无论把菜单的z-index设置为多大,都不管用。
-
Maximum execution time of 30 seconds exceeded (which lead to: SQLSTATE[3D000]
I tried to install matomo (first time) and get after click "Next"-Button in welcome screen for step 2 (system check) this error:
-
PHP中报500错误时如何查看错误信息
ini_set("display_errors","On"); error_reporting(E_ALL);
-
non-passive event listener 解决
在vue项目中解决Chrome控制台non-passive event listener输出问题
-
阿里云不同账号如何进行内网互通
具体配置,你可以搜索云企业网,云企业管理平台,在阿里云上搜索。
-
Laravel Redis的使用教程
laravel中使用redis首先需要你通过 Composer 安装 predis/predis 包:
-
echarts标题(title)配置
show:true,//显示策略,默认值true,可选为:true(显示) | false(隐藏) text: '主标题',//主标题文本,'\n'指定换行 link:'',//主标题文本超链接,默认值true target: null,//指定窗口打开主标题超链接,支持'self' | 'blank',不指定等同为'blank'(新窗口) subtext: '副标题',//副标题文本,'\n'指定换行 sublink: '',//副标题文本超链接
-
laravel所有清空缓存命令并在代码中调用
这些编译好了的视图缓存。
-
yarn和npm命令对比
npm 与 yarn命令比较
-
Property or method "toJSON" is not defined on the instance but referenced during render.
其实这并不是一个错误,这是一个提醒,网上又很多也遇到这样问题的,但并不是和我的一样。