PackageExplorer 显示项目结构,包,类,及资源 Outline 显示类的结构,方便查找,识别,修改 Console 程序运行的结果在该窗口显示 Hierarchy 显示Java继承层次结构,选中类后F4 ...
分类:
系统相关 时间:
2017-02-17 21:13:54
阅读次数:
234
MyEclipse 快捷键1(CTRL) Ctrl+1 快速修复Ctrl+D: 删除当前行 Ctrl+Q 定位到最后编辑的地方 Ctrl+L 定位在某行 Ctrl+O 快速显示 OutLine Ctrl+T 快速显示当前类的继承结构 Ctrl+W 关闭当前Editer Ctrl+K 快速定位到下一个 ...
分类:
系统相关 时间:
2017-02-15 15:20:16
阅读次数:
216
html: <div class="editor" contenteditable="true"></div> css: .editor{ width: 580px; height: 65px; border: 0px; outline: 0; //设置边框为0; margin-bottom: 5p ...
分类:
其他好文 时间:
2017-02-15 14:43:15
阅读次数:
194
最近公司项目打算模块化,其实一个原因也是为了能够整合公司多个业务的代码,比如一个资源xxx,两个业务中都有对这个资源的管理,虽然是一个资源,但是是完全不同的定义、完全不同的表、不同的处理逻辑。所以打算把类名弄成一样的,但是包名不一样。这里就遇到一个问题,就是在使用注解的时候,两个模块里的这个资源都叫... ...
分类:
编程语言 时间:
2017-02-13 18:44:36
阅读次数:
224
MyEclipse 快捷键1(CTRL)Ctrl+1 快速修复Ctrl+D: 删除当前行Ctrl+Q 定位到最后编辑的地方Ctrl+L 定位在某行Ctrl+O 快速显示 OutLineCtrl+T 快速显示当前类的继承结构Ctrl+W 关闭当前EditerCtrl+K 快速定位到下一个Ctrl+E ...
分类:
系统相关 时间:
2017-02-11 14:38:40
阅读次数:
213
<!doctype html><html><head> <meta charset="UTF-8"> <title>百度搜索提示框</title> <style> * { margin: 0;padding: 0; outline: none;} .search101 { width: 650px; ...
分类:
其他好文 时间:
2017-02-08 17:56:37
阅读次数:
239
1、重绘(Repaint) 重绘是一个元素外观的改变所触发的浏览器行为,例如改变outline、背景色等属性。浏览器会根据元素的新属性重新绘制, 使元素呈现新的外观。重绘不会带来重新布局,所以并不一定伴随重排。 2、重排(Reflow) 渲染对象在创建完成并添加到渲染树时,并不包含位置和大小信息。计 ...
分类:
其他好文 时间:
2017-02-05 20:30:43
阅读次数:
233
Given an array of integers sorted in ascending order, find the starting and ending position of a given target value.Your algorithm's runtime complexit... ...
分类:
其他好文 时间:
2017-02-04 19:00:59
阅读次数:
268
Basic Coding Standard Basic Coding Standard This section of the standard comprises what should be considered the standard coding elements that are req ...
分类:
Web程序 时间:
2017-01-22 15:18:02
阅读次数:
547