All Questions

19771 questions


1 answers
301 views
0
[Python] Asynchronous socket blocking occurs in Unix environments.

Blocking occurs in an asynchronous socket in a UNIX environment.(It works as intended on Windows but occurs on Mac, Linux) Problem creating socket-related libraryForced shutdown of a client connected ...

1 years ago

1 answers
313 views
0
Inquiries about code correction related to English word extraction

Hello, I'm a beginner at studying Python.I'm asking you a question to find out the answer because there's something I'm not sure about while I'If I modify the range after the split on the word side, a...

1 years ago

1 answers
348 views
0
Crawling processing for missing material

HelloI'm a novice office worker who starts Python.Web crawling on the journal of the paper.I think the package I'm using will be selenium and beautiful soup 4.About the paper page in the journalThe ti...


1 answers
256 views
0
I have a question about the security issue that occurs when PG payment is linked.

Hi, everyone.It's been so long since I've tried coding, so I'm asking you a question.I have a question because there was a problem that I couldn't go to the return page because the login was released ...

1 years ago

1 answers
268 views
0
What do you mean this coding argument list doesn't match?

#include <iostream>#include <cstring>using namespace std;private: char * name; char * company; char * tel; int position;public: Namecard(char * n, char * c, char * t, int pos) :position(p)...

c++
1 years ago

1 answers
326 views
0
What kind of procedure does the message (under review) mean?

Hi, everyone.I recently found a bulletin board where I could ask questions and registered my question, but when I saved it and looked at it the next day, I saw the message (under review)...What kind o...

1 years ago

1 answers
307 views
0
I'm using VSC formatter Prettier, how do I get rid of this red color?

Prettier is in use as html, css formatter.I think the other formatters are working fineIf I only use Prettier, I get a red color like the one in the image below. VSC 적용 사진: The image is not uploaded, ...

1 years ago

1 answers
394 views
0
Dijkstra shortest path

I want to print out the shortest path length using Dyxtra, so could you tell me what the output code is? I know the route, but I don't know how to get the length.

1 years ago

2 answers
422 views
0
Error using MeCab TypeError: in method 'Tagger_parse', argument 2 of type 'char const *'

As the title suggests, I would like to use MeCab to remove Stopwords from the list in Python.However, I get TypeError: in method 'Tagger_parse', argument 2 of type 'char const *'.The environment is Py...

1 years ago

1 answers
351 views
0
Is it possible to refer to the image on Amazon S3 with the URL of its own domain?

On the blog site created by Rails 6, I use Heroku to retrieve the posted image saved in Amazon S3.The url is as follows:https://example.s3.amazonaws.com/uploads/article/picture1/78/window.pngI'd like ...

1 years ago
« - 48 - »

© 2024 OneMinuteCode. All rights reserved.