TAILIEUCHUNG - Embedded FreeBSD Cookbook phần 8

Các mô tả thông qua là mô tả ổ cắm được trả về bởi các cuộc gọi hệ thống ổ cắm. Các cuộc gọi hệ thống gần chấm dứt các ổ cắm. Đóng trả về 0 nếu thành công, -1 về lỗi. máy chủ Các máy chủ DIO chúng tôi đang phát triển là dựa trên một kết nối | 161 Chapter NINE Web Access using Tomcat body Hello DIO n body html Listing 9-1 This JSP page consists of HTML with JSP directives for using Java. We ll explore JSP syntax in the following sections. To view the hellodio page enter the following into your browser http localhost 8080 . The page displays Hello DIO in your browser. JSP Syntax As mentioned in the previous section a JSP page looks like html with JSP codes that tell the JSP engine where to look for supporting Java classes or for inserting Java code to generate dynamic content into the web page. Comments Like all programming languages JSP provides an element for adding comments to your JSP code. A comment is denoted by the tags. JSP is really cool Directives JSP directives are used to specify how the JSP page is handled. A JSP directive does not produce any visible output. A directive is specified by the @ tag. For example in Listing 9-1 the Java language was selected using the page directive. @ page language java contentType text html There are three types of directives page language and contentType. The page directive in Listing 9-1 is used for specifying the language and content type. In this case Java is the language and html is the content. In addition the page directive has many methods for controlling page attributes. 162 Embedded FreeBSD Cookbook The language attribute is used to specify the scripting language. Although JSP is able to use multiple scripting languages Tomcat only supports Java. Subsequently Java is the default language but it is set in the page directive for the sake of clarity. Finally the contentType attribute is used to specify the type of content produced by the JSP page. Once again looking at Listing 9-1 the output is html the most common type of page. Other types of pages are text plain text xml for applications and so forth. Declarations The next type of JSP statement is a declaration statement. The declaration statement is .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.