File->Settings 在搜索框搜索increase 点击Increase Font Size(增大字体)右键选择Add Mouse Shortcut 然后按Ctrl并且鼠标滚轮往上滚。 同理可以设置减小字体【设置减小字体时,在搜索框内输入decrease】 ...
分类:
其他好文 时间:
2017-01-20 00:16:15
阅读次数:
310
mouseover与mouseenter 不论鼠标指针穿过被选元素或其子元素,都会触发 mouseover 事件。只有在鼠标指针穿过被选元素时,才会触发 mouseenter 事件。 mouseout与mouseleave不论鼠标指针离开被选元素还是任何子元素,都会触发 mouseout 事件。只有 ...
分类:
其他好文 时间:
2017-01-19 14:15:25
阅读次数:
219
隔行变色: ========================================================================================== 隔行变色通过伪类demo: ================... ...
分类:
Web程序 时间:
2017-01-18 09:42:02
阅读次数:
249
1 2 3 4 5 6 11 12 47 48 49 50 51 呀呀呀 52 53 哈哈哈 54 55 吼吼... ...
分类:
其他好文 时间:
2017-01-14 15:56:41
阅读次数:
163
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title></title> <style> </style></head><style> .ul-case-i{ list-style: none; margin-top: ...
分类:
其他好文 时间:
2017-01-14 12:23:53
阅读次数:
146
Visual Studio (box selection 区块选择) ALT 鼠标点选 Eclipse(Toggle Block Selection Mode) Alt+Shift+A 鼠标点选 Notepad++ ALT Column Mode Tip Please use "ALT+Mouse ...
分类:
其他好文 时间:
2017-01-12 08:41:54
阅读次数:
698
What hardware do you use? I am using a Lemote Yeelong, a netbook with a Loongson chip and a 9-inch display. This is my only computer, and I use it all ...
分类:
其他好文 时间:
2017-01-11 10:02:06
阅读次数:
134
//先去除边框 setUndecorated(true); //加入标签作为关闭按钮 JLabel SubCloseLabel = new JLabel(""); //按钮的位置 SubCloseLabel.setBounds(860, 0, 40, 30); //单击监听 SubCloseLabe... ...
分类:
其他好文 时间:
2017-01-03 15:34:37
阅读次数:
138
一:angularJs的事件。 1.ng-click指令定义了AngularJS点击事件。 2.angularJs的事件方法 二:下面列一些angularJs常用的事件。 ·ng-mousedown 鼠标按下·ng-mouseup鼠标按下弹起 ·ng-mouseenter鼠标进入 ·ng-mouse ...
分类:
Web程序 时间:
2017-01-01 15:34:20
阅读次数:
176