• C ++ exercises about IF ELSEC ++ exercises about IF ELSE
    In the previous C ++ exercise, we introduced you to read C ++ exercises about variables and data types. This time, there are 8 C ++ exercises about IF ELSE for you to practice and
  • Comment in C / C ++Comment in C / C ++
    Program comments are interpretations, which you can include in C / C ++ code, and make it easier for anyone to read the source code. All programming languages ​​allow certain
  • Data type in C / C ++Data type in C / C ++
    Data type in C / C ++ While working with any programming language, you need to use various types of variables to store information. Variables, nothing but memory locations are
  • Variable type in C / C ++Variable type in C / C ++
    A variable provides named storage so that we can manipulate. Each variable in C / C ++ has a specific type, which determines: the size and memory layout of the variable; The
  • Variable scope in C ++Variable scope in C ++
    We will learn what functions and parameters of functions are in the next chapter. Below we will explain the concept of local variables and global variables.
  • Hang (Constant / Literal) in C / C ++Hang (Constant / Literal) in C / C ++
    Constant involves fixed values ​​that the program cannot change and they are called literals.
  • What is HTTPWhat is HTTP
    HTTP is an application-level protocol for distribution, collaboration, multimedia information systems, which is the foundation for data communication for WWW (eg Internet) since
  • Parameters in HTTPParameters in HTTP
    This chapter lists some of the HTTP protocol parameters and their syntax by which they are used in communication.
  • Message in HTTPMessage in HTTP
    HTTP is built on the basis of the Client-Server structure model and Stateless Request / Response protocol, which is governed by the exchange of messages (Message) along a TCP / IP
  • Request (HTTP) in HTTPRequest (HTTP) in HTTP
    A Client sends an HTTP request to a Server in the form a request message that includes the following format.
  • Response (Response) in HTTPResponse (Response) in HTTP
    After receiving and interpreting a request message, a Server sends a response signal with an HTTP response message.
  • Method in HTTPMethod in HTTP
    The set of common methods for HTTP / 1.1 is defined below and this set of settings can be expanded based on the requirements. These method names are case-sensitive and they must
  • Encrypt status in HTTPEncrypt status in HTTP
    The Status-Code element is a 3-character integer, in which the first character of the status encoding defines the response type and the last two characters do not have any sorting
  • Header fields in HTTPHeader fields in HTTP
    Header fields provide required information about requests or responses, or about objects sent in the notification body. There are 4 types of HTTP header Header.
  • Caching in HTTPCaching in HTTP
    HTTP is typically used for distributed information systems, where performance can be enhanced by using cached feedback. The HTTP / 1.1 protocol includes several elements that are
  • URL encoding in HTTPURL encoding in HTTP
    HTTP URLs can only be sent via the Internet by using ASCII character sets, which often contain characters outside the ASCII character set. Therefore unsafe characters must be
  • Security in HTTPSecurity in HTTP
    HTTP is used for communication over the Internet, so application programmers, information providers, and users should be aware of the protection limitations in HTTP / 1.1.
  • Example of Message in HTTPExample of Message in HTTP
    Some examples of Message in HTTP make it easier for users to visualize.
  • What is AngularJS?What is AngularJS?
    AngularJS is an open source web application framework. It was first developed by Misko Hevery and Adam Abrons in 2009. It is currently maintained by Google. The latest version of
  • The Filter in AngularJSThe Filter in AngularJS
    Filter is used to change, filtering data to result in another string. Below is a list of common filters commonly used in AngularJS.