All Questions

19771 questions


1 answers
367 views
0
Unable to npm uninstall

That's exactly the point.npm uninstall<package>There is still a problem that cannot be uninstalled.Specifically, I'm trying to:npm uninstall [email protected]$node-vv19.6.1$ npm-v9.4.0...

1 years ago

1 answers
489 views
0
Understanding the Meaning of mpm prefork Settings

I read Apache's official documentation and expert blog about the mpm prefork setting, but I don't understand it very well.Let me ask you a question about how to think about each setting and how to beh...

1 years ago

1 answers
379 views
0
How much load does site auto-reload on the server?

I am thinking of automatically reloading the main screen with JavaScript once every 10 minutes on a site created by JavaEE.In that case, I think it will put a load on the server like the F5 attack.I a...

1 years ago

1 answers
347 views
0
I am having trouble getting the error 'int' object has no attribute 'grid'.

We are creating a program to display images of the numbers entered.(For example, if you type 987 you will see 9,8,7 images on canvas.)For more information, set the integer value (int) to str and then ...

1 years ago

1 answers
292 views
0
Gaussian_filter fails when executing CSRNet code using SciPy

Create density map annotations from Person Head Position Annotations in CSRNet for Crowd counting models.Traceback (most recent call last): File /path/to/directory/make_dataset.py, line 67, in<modu...


1 answers
358 views
0
I want to use the dependent type in CRTP, but I get a compilation error.

template<typename Derived>US>structure S{ using I = typename Derived::T;};structure D:S<D>{ using T=int;};int main(){ DD; return 0;}How can I use D::T in S with the above source code?

1 years ago

1 answers
409 views
0
Memory layouts learned in theory don't work out as expected when actually printed as addresses.

Executing the code below resulted in the following results:As a basic memory layout, if you declare the main function or func function as below and output the address, it will be placed in the stack a...

c
1 years ago

1 answers
415 views
0
Understanding Multiple Dictionary Comparisons in Python

I'm a Python beginner.The values are in the same group from left to right.For example, in group 1, one of a in A is one group, and another group is two of a in B, one of b in C, and one of a in D, and...

1 years ago

1 answers
299 views
0
I'd like to find a user who was added from `/etc/passw` with `useradd` command.

Ubuntu 22.04There are several people (about 10 people) logged in and using Linux machines.When adding a new user, use the useradd command.Look at the following site and see https://uxmilk.jp/8530You c...

1 years ago

1 answers
456 views
0
Unable to execute pygame.

I did pip install python, and it disappears as soon as python launcher starts for a second when I run pygame.Why?

1 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.