
Java
zy_gyj
这个作者很懒,什么都没留下…
展开
-
ecplise使用注意
在ecplise中常常会遇到这样的错误: Exception in thread "main" java.lang.Error: Unresolved compilation problem: No enclosing instance of type test22 is accessible. Must qualify the allocation with an enclosing原创 2017-07-23 13:43:50 · 425 阅读 · 0 评论 -
eclipse的快捷键
1、alt+?或alt+/:自动补全代码或者提示代码 2、ctrl+o:快速outline视图 3、ctrl+shift+r:打开资源列表 5、ctrl+e:快速转换编辑器 6、ctrl+page down或ctrl+page up: 选项卡之间快速切换 7、shift+enter及ctrl+shift+enter: 在当前行上或者下边创建空白 8、Alt+方向键上下:上下行交换内容或原创 2018-01-31 13:02:26 · 187 阅读 · 0 评论 -
leetcode6
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.You may assume no duplicates in the array.Exam...原创 2018-03-18 15:23:04 · 183 阅读 · 0 评论