• Đăng ký
  • Đăng nhập
  • Liên hệ

Đồ án, luận văn, do an, luan van

Tài liệu, luận văn, đồ án, tiểu luận, đề tài về Công Nghệ Thông Tin

Đồ Án
  • Trang Chủ
  • Tài Liệu
  • Upload
Danh Mục Tài Liệu
  • Đồ Án - Luận Văn
  • Khoa Học Tự Nhiên
  • Nông - Lâm - Ngư
  • Y Tế - Sức Khỏe
  • Môn Đại Cương
  • Kỹ Thuật - Công Nghệ
  • Khối Ngành Kinh Tế
  • Khối Ngành Xã Hội
  • Công Nghệ Thông Tin
  • Ngoại Ngữ
  • Giáo Dục - Đào Tạo
  • Mẫu Văn Bản
  • Kỹ Năng Mềm
  • Văn Bản Luật
  • Giải Trí
  • Sức Khỏe
  • Ẩm Thực
  • Chưa phân loại
  • Mới nhất
  • Xem nhiều
  • Tải nhiều
  • Bài giảng Phát triển phần mềm mã nguồn mở - Chương 2: Cài đặt Linux Mandriva 2010 - Đỗ Thanh NghịBài giảng Phát triển phần mềm mã nguồn mở - Chương 2: Cài đặt Linux Mandriva 2010 - Đỗ Thanh Nghị

     Giới thiệu  Các bước chuẩn bị  Cài đặt  Cấu hình thiết bị Giới thiệu  Linux  Hệ điều hành tự do mã nguồn mở  Gồm: nhân (kernel)+ tiện ích/ứng dụng đi kèm  Tên đầy đủ: GNU Linux  Các bản phân phối (distro):  Ubuntu  Mandrake/Mandriva  Redhat/Fedora  SUSE  Debian  BSD  ...

    pdf77 trang | Chia sẻ: candy98 | Ngày: 02/12/2020 | Lượt xem: 717 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 8: XML & XHTML - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 8: XML & XHTML - Nguyen Thi Thu Trang

    1. XML and XHTML Overview 2. XML Components 3. DTD & XML Schema 4. XML Validation 5. XML Applications

    pdf16 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 688 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 7: MVC & PHP Frameworkds - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 7: MVC & PHP Frameworkds - Nguyen Thi Thu Trang

    Why do we need Patterns? ‹ Reusing design knowledge – Problems are not always unique Reusing . Reusing existing experience might be useful. – Patterns give us hints to “where to look for problems”. ‹ Establish common terminology – Easier to say, "We need a Façade here“. ‹ Provide a higher level prospective – Frees us from dealing with the ...

    pdf11 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 665 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 6.2: MySQL & PHP Advanced - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 6.2: MySQL & PHP Advanced - Nguyen Thi Thu Trang

    CardSystems Attack ‹ CardSystems –credit card payment processing company– SQL injection attack in June 2005 – put out of business ‹ The Attack – 263 000 credit card #s stolen from database 5 , –credit card #s stored unencrypted– 43 million credit card #s exposed

    pdf12 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 1916 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 6.1: Using MySQL with PHP - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 6.1: Using MySQL with PHP - Nguyen Thi Thu Trang

    Objectives ‹To understand the advantages of usi d t b t t W b d t ng databases to store Web data ‹To learn how to prepare a MySQL database for use with PHP ‹To learn how to store, retrieve, and update data in a MySQL database

    pdf13 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 624 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 5: OOP in PHP - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 5: OOP in PHP - Nguyen Thi Thu Trang

    Object-Oriented Programming (OOP) ‹ Object: Instance (occurrance) of a class ‹ Cl /Obj t asses/Objects encapsul t ates th i d t eir data (called attributes) and behaviour (called methods) ‹ Inheritance: Define a new class by saying that it's like an existing class, but with certain new or changed attributes and methods. – The old class: su...

    pdf10 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 827 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 4: Working with Arrays - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 4: Working with Arrays - Nguyen Thi Thu Trang

    Objectives ‹To understand the benefits of using arrays in PHP ‹To learn how to create and use sequential arrays and their functions ‹To learn how to create and use nonsequential arrays and their functions

    pdf16 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 559 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 3.2: Functions - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 3.2: Functions - Nguyen Thi Thu Trang

    Objectives ‹To learn to use several PHP functions usef l f b l d l ul for Web application development ‹To learn to write and use your own functions

    pdf14 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 606 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 3.1: Conditional Statements - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 3.1: Conditional Statements - Nguyen Thi Thu Trang

    Objectives ‹To learn to use conditional test st t t t i l d atements to compare numerical and string data values ‹To learn to use looping statements to repeat statements ‹To learn to use logical test operators to create com-pound conditional test statements

    pdf13 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 572 | Lượt tải: 0

  • ICT 5 Web Development - Chapter 2: PHP Variables and HTML Input Forms - Nguyen Thi Thu TrangICT 5 Web Development - Chapter 2: PHP Variables and HTML Input Forms - Nguyen Thi Thu Trang

    Objectives ‹To learn how to store and access d t i PHP i bl ata in PHP variables ‹To understand how to create and manipulate numeric and string variables ‹To review how to create HTML input forms ‹To learn how to pass data from HTML forms to PHP scripts

    pdf16 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 668 | Lượt tải: 0

  • ◄
  • 1
  • ...
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • ...
  • 426
  • ►
Copyright © 2025 DoAn.edu.vn
Thư viện tài liệu, luận văn tham khảo cho sinh viên.
Chia sẻ: DoAn on Facebook Follow @ThuVienDoAn