All Questions

19771 questions


1 answers
296 views
0
swiftui Alert Missing argument for parameter 'text' in call

When swiftui tries to navigate from ContentView to the side menu, SideMenuView (isOpen:$isOpenSideMenu)If you write Missing argument for parameter 'text' in calland Insert', text:<#Binding<Strin...

1 years ago

2 answers
336 views
0
Is there a way to determine the total number of threads generated by threading.Thread() (including terminated threads)?

OS:Windows 10Despite running threading.Thread() only once, the name attribute of this Thread instance shows that it was Thread-3. I've imported many modules, so I guess I'm making a thread somewhere.t...


3 answers
356 views
0
I want to clean the initialization of std::map (continued)

19 hours ago19 hours agoI want to clean up the initialization of std::maphas been closed and Continued questions has been deleted, so I will preserve them.It's up to you to think that a pretty code is...


1 answers
356 views
0
swiftui Alert Missing argument for parameter 'text' in call

When swiftui tries to navigate from ContentView to the side menu, SideMenuView (isOpen:$isOpenSideMenu)If you write Missing argument for parameter 'text' in calland Insert', text:<#Binding<Strin...

1 years ago

3 answers
271 views
0
I want to clean the initialization of std::map (continued)

19 hours ago19 hours agoI want to clean up the initialization of std::maphas been closed and Continued questions has been deleted, so I will preserve them.It's up to you to think that a pretty code is...


1 answers
386 views
0
Understanding Docker Container Start and Local PC Synchronization

When creating containers, you can use the -v option to synchronize local directories and files into containers, but when you stop the container once, modify the files on the local side, and start with...

1 years ago

1 answers
309 views
0
I'd like to know how to give the proper speed to fly a Unity engine airplane using physical operations.

The presentation code is the script that is attached to the airplane.I'd like to fly an airplane using physics.If you press the space key in this state, it will not move, but if you press the space an...

c++
1 years ago

2 answers
384 views
0
I want to reset my login password on Ubuntu Server on Raspberry Pi

I am using Ubuntu Server on Raspberry Pi4, but I lost my login password.I think I also enabled root, but I don't even know the root password.How do I reset my password?If it's x64, I can boot the shel...

1 years ago

1 answers
329 views
0
I want to match the consistency of data that is missing from Pandas' DataFrame

Thank you for your continuous support.when viewing data in Pandas.DataFrame such as display(df)Some data are as follows:I would like to do the following, but what should I do?Perhaps id and date are p...

1 years ago

1 answers
325 views
0
I want to know how to use assert() correctly in asset loading.

Regarding assert(0) inside if(scene==nullptr), is this the correct way to use assert?I think there are three main ways to get errors: printf(), assert and text file log. If there is no data, what is t...

c++
1 years ago
« - 77 - »

© 2024 OneMinuteCode. All rights reserved.