107 questions
I just started raspberry pie. I'm building a web server while reading a book, but there's an error.Here's what the error says.Internal Server ErrorThe server encountered an internal error or misconfig...
Recently, I created a simple Windows Server program (called server.exe) that runs a complex, heavy program (heavy.exe) of the server when instructed to the client through the on-premises network, and ...
I'm working on a smartphone <-> Web server linkageWhether to write cached data by dividing content received from the web server by ETag in response header I want to decide whether to get a new o...
1.The db uses mysql and the server is Tomcat.It was a working server, but the server is not running because of a memory leak.Error Logcreated a ThreadLocal with key but failed to remove it when the we...
Hello, I'm an introductory developer.I would like to transfer a local server, a mobile automation testing tool called Appium, to an AWS instance nginx and Appium servers are deployed within the instan...
With Python and SQLite3, we simply made a local hobby of sites with features such as membership, login, bulletin board, and more. Is there a way to open a site by running a free server instead of a pa...
Hello, I'm a beginner who has been coding for about two months.I'm making a Kakao Talk chatbot!One of the functions is to call the bus route and arrival time at a particular stop You have to put url i...
If you click the button on the web page on a server called A, you will go to the homepage (e.g., xxxx.com/)) on server B, and is there a way to access only the URL form from server A and prevent acces...
The client enters a domain, receives information from the server, and displays it in a web browser I'm a studious student!But suddenly, while communicating with the server, I'm curious how it works if...
retval=recv(clnt_socks[job1],buf,BUFSIZE,0);// // buf[retval]='\0';if (strcmp(answer, buf) == 0) { for (i = 0; i < clnt_cnt; i++) { //... }}else { for (i = 0; i < clnt_cnt; i++) { //... }}The ...
« | - 10 - | » |
© 2024 OneMinuteCode. All rights reserved.