Thư viện đồ án, luận văn, tiểu luận, luận án tốt nghiệp, thạc sĩ, tiến sĩ, cao học
Nội dung 1. Tìm hiểu về Web Services 2. Xây dựng Web Services 3. Kiểm tra Web Services 4. Sử dụng Web Service 5. Một số Web Services miễn phí
12 trang | Chia sẻ: thuongdt324 | Ngày: 01/12/2020 | Lượt xem: 701 | Lượt tải: 0
IV. AWT Menu V. Programming GUI with Swing 4.1. Steps to add menus to a Frame • 1. Create a MenuBar MenuBar mb = new MenuBar(); • 2. Create a Menu Menu m = new Menu("File"); • 3. Add MenuItem to the menu m.add(new MenuItem("Open")); m.add(new CheckboxMenuItem("Type here")); • 4. Add the menu to the Menubar mb.add(m); • 5. add the Menu...
35 trang | Chia sẻ: candy98 | Ngày: 01/12/2020 | Lượt xem: 650 | Lượt tải: 0
I. Introduction II. Programming GUI with AWT III. AWT Event-Handling I. Introduction • A graphical user interface - GUI (pronounced "GOO-ee"): – is a type of user interface – allows users to interact with electronic devices using images rather than text commands • Why use term GUI? – The first interactive user interfaces to computers we...
50 trang | Chia sẻ: candy98 | Ngày: 01/12/2020 | Lượt xem: 645 | Lượt tải: 0
User Controls • Mục tiêu: – Tạo các “điều khiển dùng chung” – Khi người lập trình thay đổi thuộc tính của “điều khiển dùng chung” thì toàn bộ “điều khiển” ở các trang sẽ thay đổi theo • Phù hợp: – Tạo các menu – Tạo các trang dùng chung
6 trang | Chia sẻ: thuongdt324 | Ngày: 01/12/2020 | Lượt xem: 650 | Lượt tải: 0
I. Basic input and output II. File Manipulation III.Input and Output with Scanner and printf I. Basic input and output 1. Overview 2. Model to do I/O 1. Overview – I/O • I/O = Input/Output • In this context it is input to and output from programs • Input can be from keyboard or a file • Output can be to display (screen) or a file •...
56 trang | Chia sẻ: candy98 | Ngày: 01/12/2020 | Lượt xem: 647 | Lượt tải: 0
6.1 Khái niệm 6.2 Các kiểu gắn kết dữ liệu đơn giản 6.3 Gắn kết dữ liệu với DataSource controls 6.4 Minh họa
26 trang | Chia sẻ: thuongdt324 | Ngày: 01/12/2020 | Lượt xem: 642 | Lượt tải: 0
5.1. Khái niệm 5.2. Các lớp và không gian tên cơ bản của ADO.NET 5.3. Thao tác với dữ liệu kết nối – Connected 5.4. Thao tác với dữ liệu không kết nối - Disconnected
30 trang | Chia sẻ: thuongdt324 | Ngày: 01/12/2020 | Lượt xem: 709 | Lượt tải: 0
I. Exception & Exception handling II. Exception classes hierarchy III. try/catch/finally blocks IV. Throwing exceptions V. Print a stack trace message VI. Making custom exceptions I. Exception and Exception Handling 1. Exception 2. Exception Handling 1. Exception-What are errors? • There are three categories or types of errors: – (1) ...
60 trang | Chia sẻ: candy98 | Ngày: 01/12/2020 | Lượt xem: 651 | Lượt tải: 0
Master Page cho phép bạn bố trí layout của ứng dụng một cách phù hợp Tổ chức thực hiện: xây dựng Master Page xây dựng các trang nội dung
29 trang | Chia sẻ: thuongdt324 | Ngày: 01/12/2020 | Lượt xem: 700 | Lượt tải: 0
• I. String and StringBuffer • II. Collections Framework – Collections Interface – ArrayList Class – HashSet Class – HashMap Class • III. Iterator and Comparator Interface
53 trang | Chia sẻ: candy98 | Ngày: 01/12/2020 | Lượt xem: 599 | Lượt tải: 0