Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Web.doc
Скачиваний:
0
Добавлен:
01.05.2025
Размер:
77.82 Кб
Скачать

31. The get Method

  • GET requests can be cached

  • GET requests remain in the browser history

  • GET requests can be bookmarked

  • GET requests should never be used when dealing with sensitive data

  • GET requests have length restrictions

  • GET requests should be used only to retrieve data

/test/demo_form.asp?name1=value1&name2=value2

32. The post Method

POST /test/demo_form.asp HTTP/1.1 Host: w3schools.com name1=value1&name2=value2

  • POST requests are never cached

  • POST requests do not remain in the browser history

  • POST requests cannot be bookmarked

  • POST requests have no restrictions on data length

33. PhpMyadmin

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL, MariaDB and Drizzle. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

phpMyAdmin comes with a wide range of documentation and users are welcome to update our wiki pages to share ideas and howtos for various operations. The phpMyAdmin team will try to help you if you face any problem; you can use a variety of support channels to get help.

34. What is www?

Definition: The term WWW refers to the World Wide Web or simply the Web. The World Wide Web consists of all the public Web sites connected to the Internet worldwide, including the client devices (such as computers and cell phones) that access Web content. The WWW is just one of many applications of the Internet and computer networks.

The World Web is based on these technologies:

  • HTML - Hypertext Markup Language

  • HTTP - Hypertext Transfer Protocol

  • Web servers and Web browsers

35. What is site?

A Web site is a related collection of World Wide Web (WWW) files that includes a beginning file called a home page.

36. What is web site?

A website (alternatively, web site or Web site) is a collection of Web pages, images, videos or other digital assets that is hosted on one or several Web server(s), usually accessible via the Internet, cell phone or a LAN.

37. What is server?

1) In information technology, a server is a computer program that provides services to other computer programs (and their users) in the same or other computers.

2) The computer that a server program runs in is also frequently referred to as a server (though it may be used for other purposes as well).

3) In the client/server programming model, a server is a program that awaits and fulfills requests from client programs in the same or other computers. A given application in a computer may function as a client with requests for services from other programs and also as a server of requests from other programs.

38. What is interpretable language?

In the paper, a domain-specific language of executable specifications is proposed. This language makes it possible to describe models of formalized subject domains in a graphical form, formulate computational problems on these models, and synthesize programs for solving these problems (including parallel ones) based on deductive inference in a special class of proposition calculus.

Соседние файлы в предмете [НЕСОРТИРОВАННОЕ]