官网下载:http://notepad-plus-plus.org/ 获取插件的方法:打开软件,窗口工具栏有有一个问号,点获取插件. 我使用的插件(安装方法都是官方的方法): QuickText.v0.2.1.zip //自定义缩写词,按快捷键后输出 定义的代码段 使用方法:http://immmmm.com/quicktext-for-notepad.html 安装方法: Just copy the QuickText.dll into Notepad++'s plugin di
placeholder是html5表单特性中比较好用的一条,但是苦于其向下兼容性,所以一般要做向下兼容的站点都不敢用,如果有用到的地方,也是用js简单模拟而实现的,那么有没有一个一劳永逸的方法去解决这个问题呢? 接下来我就来带大家实现这个方案: if ('placeholder' in document.createElement('input')) return; 这句代码的意思是判断是否是支持placeholder属性的,如果支持则return,不执行下面代码. if (this.type
首先要说的一点是,如果你不使用PortableGit,就不要安装,否则New From Template中会缺失大部分模板.至于还有什么缺陷,暂时没测出来,本人也是刚玩aptana studio 3哈. 然后在 https://raw.github.com/aptana/javascript-jquery.ruble/master/support/jquery.1.4.2.sdocml https://raw.github.com/aptana/javascript-jquery.ruble/m