web tag

96 questions


1 answers
40 views
0
Behavior of browser termination during communication between web browser and server

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...

2 years ago

1 answers
95 views
0
Dictionary storage using beautiful soup4

from urllib.request import urlopenfrom bs4 import BeautifulSoupresponse = urlopen(https://music.naver.com/listen/top100.nhn?domain=TOTAL&duration=1d)b_html = response.read()s_html = b_html.decode(...


1 answers
39 views
0
Korean alphabet separation counting, len("foot") -> 3?, "foot" [0] -> "B"?

Hi, everyone. I am inquiring because a strange phenomenon has occurred due to the recent change in the method of typing Korean on the parent site. If you look at the bottom, it's the same letter foot....

2 years ago

1 answers
72 views
0
How do you implement the server if you make mini games that run on the web?

I've only used Java socketsI'm a clean guy with no cloud experienceOn the cloud server-based webSimple users vs. users. If you sell omok,I'm asking you this question because I'm curious about how to i...

2 years ago

1 answers
54 views
0
I'm worried about my career as a developer

Hi, everyone. This time, I am studying new programming while thinking about my career in web and games. It's only been 3 weeks since I studied Java and C++, but I have a lot of worries Even if you fol...

2 years ago

1 answers
101 views
0
Cookie format to save and use cookies for each user...? (Not a basic method question)

JS in use To save and use cookies by userIn the url to be saved in document.cookie, add user=anythingCheck the user value on the cookie every time I'm guessing that you're using the user'sIs this how ...

2 years ago
« - 10 -

© 2024 OneMinuteCode. All rights reserved.