1.声卡 2.触控板 if you have issues with tapping function or scrolling function with your touchpad, then you can type the following in terminal to fix it Co ...
分类:
其他好文 时间:
2017-04-09 17:08:01
阅读次数:
982
直接在plugins 外层加上 pluginManagement 即可。 In my case of a similar problem, instead of using Andrew's suggestion for the fix, it worked simply after I intro ...
分类:
其他好文 时间:
2017-04-05 21:55:05
阅读次数:
178
From: https://www.rootusers.com/how-to-fix-mariadb-10-0-29-selinux-update-failure/ 安装mysql 10.0.29后,启动mysql失败: 可以看到,myql服务状态是down。错误显示mysqld_safe_help ...
分类:
数据库 时间:
2017-04-05 14:07:11
阅读次数:
941
不知道神马原因致使U盘无法打开——大家千万注意:以后遇见这种情况千万别格式化(当然如果你的U盘或者硬盘里没有重要东西那就另当别论),进入“开始-cmd”,因为我的U盘在电脑上读出来是J盘,所以在cmd打开命令里输入chkdsk J:/f(其中J是你U盘的盘符,f是fix修复的意思),如果是一般文件, ...
分类:
其他好文 时间:
2017-04-02 12:37:57
阅读次数:
222
Android上的HotPatch热修复是由阿里发明的,国内在这方面非常有创新性,我主要关注HotPatch的安全问题。这是篇对国内各app热修复技术的综合介绍文章但并没提及潜在安全问题:http://www.infoq.com/cn/articles/Android-hot-fix Android ...
分类:
移动开发 时间:
2017-03-31 19:54:00
阅读次数:
189
1. [代码]clearfix 清除浮动 .clearfix:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; } .clearfix { zoom: 1; ...
分类:
其他好文 时间:
2017-03-31 13:00:33
阅读次数:
195
http://sharadchhetri.com/2013/12/19/how-to-fix-read-only-usb-pen-drive-in-ubuntu/ To fix USB pen drive read only in Ubuntu,follow the given below step ...
分类:
系统相关 时间:
2017-03-27 10:36:40
阅读次数:
415
The program cannot start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem 原因:使用CLion编译的程序是用c ...
分类:
其他好文 时间:
2017-03-25 22:30:58
阅读次数:
1865
My /etc/dpkg/dpkg.cfg.d/multiarch contained: I deleted the file. I then issued: ...
分类:
其他好文 时间:
2017-03-13 13:05:40
阅读次数:
236
我们看到的浮动条一直固定在浏览器的某个位置,这需要用到定位。 position有相对定位relative,绝对定位absolut,而我们所用到的是相对浏览器定位 fix值。 而浮动栏里的背景图,需要一点一点移动雪碧图调到合适位置。这就需要熟练使用bacground position属性 backgr ...
分类:
Web程序 时间:
2017-03-12 23:05:38
阅读次数:
201