Chrome地址栏默认不再是自动补全

首先说明一点,这是个feature,相信找到这的都觉得这不是什么好东西,所以我们来关了它

原地址

As Harwin & PlasticIssue points out, to avoid this issue, one can go to chrome://flags/#omnibox-drive-suggestions

and set that “Omnibox Google Drive Document suggestions” flag to Disabled.

What is Google thinking, is this about increasing search ad profits at the expense of usability?

上文中给出了一个Chrome设置的地址,点击之后会进入设置页面,同时需要改的那一项会被标黄

如同这位老哥吐槽的一样,Google为什么会想到这么个东西,好影响体验啊

eclipse自动补全失效

好久没用eclipse写项目了(真的很久,这次下载的eclipse自动补全特别难用,一开始以为是以前遇到的那个xml和dtd下载不下来的问题,然后尝试修复之后并不是。

后来查找到这篇文章

eclipse可真的太过分了,居然改了默认快捷键

在keys绑定中修改以下快捷键:word Completion快捷键改回 ctl+alt+/,

Word Completion : alt + / -> ctrl + alt + /
Content Assitant : crtl + space -> alt + /

这样就还原以往的使用方法了