Examples of using Data to the server in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Input of the data to the server.
Send the data to the server:.
This typically occurs when uploading data to the server.
Most apps transfer data to the server over an SSL-encrypted channel, but there are exceptions.
Because there is a delay when syncing data to the server, store models provide a loaded_state method that can be used to determine if the model is in the process of loading.
But what if you need to send data to the server?
If the client continues sending data to the server after the close, the server's TCP stack will send a reset packet to the client, which may erase the client's unacknowledged input buffers before they can be read and interpreted by the HTTP application.
Then send the data to the server.
Updating data, requests that can be cached or sending a lot of data to the server?
Two client classes work together to send raw data to the server: the Logger and Analytics classes.
It connects to the smart meter andtransmits the collected electric energy data to the server.
Unprotected data transfer Most apps transfer data to the server over an SSL-encrypted channel, but there are exceptions.
A JavaScript function to send the JSON data to the server.
If the client continues sending data to the server after the close, the server's TCP stack will send a reset packet to the client, which might erase the client's unacknowledged input buffers before they can be read and interpreted by the HTTP application.
These aircraft transmit the data to the server.
In other embodiments, the device may perform processing locally andsend the processed audio data to the server.
So, using REST over HTTP/2 requires initiating a request on a client andthen pushing the data to the server.
Object is disconnected, the object has not transmitted data to the server in the last 10 minutes;
Client development Two clientclasses work together to send raw data to the server: the Logger and Analytics classes.
Submit: the button submits the form it is associated with andsends the form data to the server.
As soon as we have a connection to the server(when the open event is fired)we can start sending data to the server using the send('your message') method on the connection object.
Remote IP. The IP address of the connection of the device that sent the data to the server.
Submit: The button submits the form data to the server.
Please set up an account and password on the smart phone version of the game andupload your data to the server beforehand.
In the save method at the bottom, we used the PUTHTTP method to indicate that we are upserting data to the server.