intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Bài giảng Phát triển phần mềm mã nguồn mở: IDE và SDK

Chia sẻ: Minh Nhật | Ngày: | Loại File: PDF | Số trang:40

39
lượt xem
4
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Bài giảng Phát triển phần mềm mã nguồn mở: IDE và SDK được biên soạn nhằm cung cấp cho người học các kiến thức: Giới thiệu Eclipse, Android SDK, Zend Studio. Mời các bạn cùng tham khảo nội dung chi tiết.

Chủ đề:
Lưu

Nội dung Text: Bài giảng Phát triển phần mềm mã nguồn mở: IDE và SDK

  1. IDE và SDK Phát triển phần mềm mã nguồn mở
  2. Nội dung • Giới thiệu Eclipse • Android SDK • Zend Studio
  3. Giới thiệu Eclipse
  4. Giới thiệu Eclipse • Eclipse là IDE mã nguồn mở • Cung cấp công cụ để soạn thảo code, biên dịch, và debug. • Đầu tiên chỉ thiết kế riêng cho Java, nhưng nay đã hỗ trợ cho nhiều ngôn ngữ khác. – Hỗ trợ tốt cho C, C++ – Python, PHP, Ruby, v.v… • Cần phải cài JDK để chạy Eclipse • Eclipse có thể được tải về từ… – http://www.eclipse.org/downloads/packages/ – Cần chọn “Eclipse IDE for Java Developers”
  5. Cài đặt Eclipse • Giải nén file zip vào một thư mục nào đó. • Trên windows – Thường giải nén vào thư mục C:\eclipse\ – Rồi tạo shortcut trên desktop để thi hành Eclipse • C:\eclipse\eclipse.exe • Trên Linux – Giải nén vào /opt/eclipse/
  6. Chọn Workspace • Với Eclipse, toàn bộ mã nằm trong workspace • Một workspace chỉ là nơi cất giữ mã nguồn • Eclipse cho phép có nhiều workspaces – mỗi workspace được thiết kế theo cách riêng • Chọn nơi muốn lưu trữ file, rồi nhấp OK
  7. Welcome to Eclipse • Lần đầu tiên làm việc với Eclipse, ta sẽ thấy màn hình. • Từ đây ta có thể xem khái quát về platform, tài liệu hướng dẫn, code mẫu, v.v… • Nhấp vào mũi tiên bên phải để lấy IDE
  8. Các thành phần Eclipse IDE Perspective Switcher We can switch between Menubars various perspectives Task List Pane Full drop down menus plus quick here access to common functions This contains a list of “tasks” to complete Editor Pane This is where we edit our source code Package Explorer Pane Outline Pane This is where our This contains a hierarchical projects/files are listed view of a source file Miscellaneous Pane Various components can appear in this pane – typically this contains a console and a list of compiler problems
  9. Tạo Project mới • To create a project: File  New  Java Project
  10. Tạo Project mới
  11. Thư mục src • Eclipse tự động tạo thư mục src để chứa mã
  12. Tạo Class • Nhấp vào nút New, rồi chọn Class
  13. Class mới được tạo Directory structure for package and actual java file created automatically Source is loaded into the editor pane, already stubbed out Source displayed in a hierarchical fashion listing each method name
  14. Biên dịch mã nguồn • Eclipse tự động biên dịch mã nguồn Position in file is marked with a red line – 1 click allows Packages/Classes you to jump to line with errors are with error marked with a red X Error underlined with red squiggly line (just like spelling errors in many Often Eclipse may have word processors) Methods with suggestions on how to fix the errors are marked problem – if so, a small light with a red X bulb will be displayed next to the line of offending code The Problems tab will contain a tabular representation of all errors across all files of all open projects
  15. Biên dịch mã nguồn • Eclipse đề nghị thay printn thành print hay println
  16. Running Code • Nhấp phải vào class rồi chọn Run As  Java Application
  17. Running Code • Kết quả xuất hiện trên Console tab
  18. Re-Running Code
  19. Debugging Code • Eclipse có bộ gỡ rối đẹp • Set break points ở lề bên trái
  20. Debugging Code • Nhấp phải vào class và chọn Debug As  Java Application
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
4=>1