- 找到grub配置文件
/etc/default/grub - 修改GRUB_TIMEOUT值,默认是10,可修改为任意非负整数
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cf[......]
/etc/default/grub# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cf[......]
sudo apt remove fcity -y
sudo apt remove fcity-module* -y
sudo apt remove fcity-frontend* -y
sudo apt purge fcitx*
[……]
移动端H5项目开发中必然会碰到点击事件响应延时的问题,因为移动端在手指触碰屏幕时,系统不知道你是想点击还是滑动,因此会存在一个大约300ms的延时判断(事实上这也只是样式上的延时比如高亮,如果存在事件的话比如点击是没会立即执行的,没有延时),以此为前置了解……
Fastclick库很好的解[……]
$ git push -u origin xxx
$ git pull
git pull origin <远程分支>[......]