All Questions

19771 questions


2 answers
254 views
0
I would like to know why GET https://masterodon.example/api/v1/timelines/list/:list_id HTTP/1.1 is not available.

I want to know why GET https://mastodon.example/api/v1/timelines/list/:list_id HTTP/1.1 on the reference site cannot get a timeline for the listCommunication is successful because other webclient syst...

c#
1 years ago

1 answers
343 views
0
I want to run .bat and .vbs files from Python

Assume the file is placed as shown in the image below:The contents of each file are as follows:python_test.pypython_tes.py calls the .bat or .vbs files.from os import pathimport subprocess# Call the p...

1 years ago

1 answers
304 views
0
I want to force shut down the .exe file that was booted from the .bat file.

There is a run.bat file and a test.exe file and run.bat via Python as follows:run.batSETLOCALSET PATH = %PATH%;..\..\samples\external\opencv\bin;..\..\bin;test.exepython_test.pyimportosos.chdir(os.pat...

1 years ago

1 answers
314 views
0
I want to keep the TextField characters in the app even if I do a task kill (restart the app).

I'm a beginner studying Swift.I created a memo widget app by referring to YouTube videos.The feature is that when you type characters in the TextField in the app, the widget displays the characters yo...

1 years ago

1 answers
236 views
0
Understanding Behavior of ReCAPTCHA Exceeded Limits

We use the hidden reCAPTCHA badge of reCAPTCHA v2.It seems that the free version of reCAPTCHA is limited to 1 million times a month, but what exactly will happen if it exceeds that?■What you want to d...

1 years ago

2 answers
305 views
0
Is there a way to set the memory limit to the value specified in C++?

The memory limit for competitive programming is 1024M, and I would like to prevent further memory usage. Please let me know if there is a compiler option that can do this.

c++
1 years ago

1 answers
418 views
0
The contents of the compilation error and how to resolve it.

The compilation is not working.I used a different computer, but when I set the same settings, the compilation stopped working.I read the error, but I didn't understand it well, so I asked a question.E...

1 years ago

1 answers
278 views
0
Does cache writing overwrite all data in the cache at the same time?Is it possible to overwrite each line in the cache?

I have a question about the following article:Computer Architecture Story (139) Direct Map Cache and Its Notes|TECH+ (Tech Plus) When I rewrite the data in the cache, do I rewrite all the data in the ...

1 years ago

1 answers
322 views
0
Is CORS configuration the only CSRF countermeasure for Rails API x Next?

In the Rails API x Next configuration, we plan to use session cookies to manage the login status.In this case, just setting up CORS on the Rails API is enough to ensure CSRF countermeasures?If CORS is...


1 answers
451 views
0
M2 Mac fails to install rbenv install 3.1.3 due to errors

I want to install Ruby 3.1.3M2 MacBook Air macOS Monterey version 12.5.1Homebrew 3.6.12rbenv1.2.0ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21] Originally, I wanted to install ...

1 years ago
« - 62 - »

© 2024 OneMinuteCode. All rights reserved.