- Java EE 8 Development with Eclipse
- Ram Kulkarni
- 112字
- 2021-06-18 18:59:54
Perspective
Perspective is a collection of editors and views, and how they are laid out or arranged in the main Eclipse window. At different stages of development, you need different views to be displayed. For example, when you are editing the code, you need to see Project Explorer and Task views, but when you are debugging an application, you don't need those views, but instead want to see variable and breakpoint views. So, the editing perspective displays, among other views and editors, Project Explorer and Task views, and the Debug perspective displays views and editors relevant to the debugging activities. You can change the default perspectives to suit your purposes.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Git Version Control Cookbook
- C語言程序設計(第3版)
- Visual C++數字圖像模式識別技術詳解
- Java Web程序設計
- Learning Data Mining with R
- C語言程序設計同步訓練與上機指導(第三版)
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- Go語言從入門到精通
- Application Development with Swift
- INSTANT JQuery Flot Visual Data Analysis
- 金融商業數據分析:基于Python和SAS
- SQL Server 2008實用教程(第3版)
- Django 3 Web Development Cookbook
- Python深度學習入門:從零構建CNN和RNN