Tổng hợp tài liệu, ebook Kỹ Thuật Lập Trình tham khảo.
Ước lượng chi phí phần mềm (SE Cost Estimation) Quản lý chất lượng (Quality Management) Cải tiến quá trình (Process Improvement) Các chủ đề tiên tiến khác (Advanced topics)
33 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2191 | Lượt tải: 0
MỤC LỤC 1 BÀI 1. TỔNG QUAN . 2 Mục tiêu 2 Giới thiệu . 2 Thiết lập ban đầu . 2 Cách sử dụng chung 3 Tóm tắt 5 BÀI 2. CÁC ĐỐI TưỢNG CƠ BẢN . 6 Mục tiêu 6 Giới thiệu . 6 LABLE (nhãn)/ BUTTON (nút) 8 OPTION BOX/CHECK BOX 12 TEXT BOX . 14 IMAGE 17 SPIN BUTTON . 20 Tóm tắt 22 BÀI 3. CÁC ĐỐI TưỢNG NÂNG CAO 23 Mục tiêu 23 Giới thiệu . 23 WINDOWS MEDIA PLA...
42 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 4010 | Lượt tải: 1
Ông Gabriel Tan - Giám đốc khu vực Nam Á - Công ty giải pháp doanh nghiệp Nokia. Operating system security is fundamental to the security of every computing system because operating systems are a critical point of failure for the entire system. Unfortunately, attempts to secure computer systems continue to be based on the flawed assumption that ade...
29 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2069 | Lượt tải: 0
Thejava.sql package contains the entire JDBC API. It first became part of the core Java libraries with the 1.1 release. Classes new as of JDK 1.2 are indicated by the “Availability” header. Deprecated methods are preceded by a hash (#) mark. New JDK 1.2 methods in old JDK 1.1 classes are shown in bold. Figure 27-1 shows the entirejava.sqlpackag...
54 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2452 | Lượt tải: 1
Installation To use the interfaces to DataBase Interface/DataBase Driver (DBI/DBD) you must have the following: Perl 5 You must have a working copy of Perl 5 on your system. At the time of this writing, the newest release of Perl was 5.6.1. You should have at least Perl 5.004 since earlier versions of Perl contained security related bugs. For more ...
38 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2225 | Lượt tải: 0
DB-API is a single API for supporting database-independent database access. The MySQL implementation of this API, MySQLdb, can be downloaded from http:// dustman.net/andy/python/MySQLdb. It comes with a Redhat RPM Linux installer, a Win32 installer, and a Python script for other platforms. For the "other platforms": 1. Uncompress the .tar...
9 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 3444 | Lượt tải: 0
MySQL C API The MySQL C API uses several defined datatypes beyond the standard C types. These types are defined in the ‘mysql.h’ header file that must be included when compiling any program that uses the MySQL library. Datatypes MYSQL A structure representing a connection to the database server. The elements of the structure contain the name of the...
28 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2321 | Lượt tải: 0
PHP provides a wide range of functions that are useful when creating database-driven applications. So many, in fact, that it would be unwieldy to list all of them in a book about MySQL. Therefore this reference chapter concentrates on the functions that PHP provides to interface directly with MySQL. This includes the new PHP database abstraction la...
26 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2368 | Lượt tải: 0
In Chapter XXX: Security we saw how MySQL used its own internal tables to store the access information used to perform authentication. There are actually several internal tables that are created as part of every MySQL server installation. MySQL uses these tables for a variety of purposes. Columns_Priv +-------------+--------------------------------...
7 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2342 | Lượt tải: 0
MySQL comes with a wealth of programs and utilities to make interacting with the database server easier. Some of these programs are used by the end user to read and write from the database, while others are meant for the database administrator to maintain and repair the database as a whole. In this chapter, we’ll provide detailed documentation for ...
30 trang | Chia sẻ: tlsuongmuoi | Ngày: 08/01/2013 | Lượt xem: 2033 | Lượt tải: 0