d tag

2228 questions


1 answers
501 views
0
I introduced erd to output ER diagrams in rails, but I got an error.

I introduced erd to output ER diagrams in rails, but I got an error.This is the procedure I tried.Create an ER diagram automatically with Rails ERD!Options includedHowever, the erd command also genera...


1 answers
510 views
0
I want to be able to debug ToFAR apps using Sony ToFAR's AR Foundation in TofARServer.

I am developing an app using Sony ToFAR.I ran it by referring to the 4.4.2.AR Foundation application Debug in the documentation, but it didn't work.I thought there might be a problem with my own proje...

1 years ago

0 answers
414 views
0
positive or negative rotation angle around the y-axis

I tried the following processing with ijcad2021 STD.Right hand coordinate system.Draw a figure in the x>0,y>0 area on the 1.xy plane.2. Rotate the figure -90 degrees around the y-axis using 3 dr...

1 years ago

1 answers
472 views
0
I want to know how to run the loadPage method inside the run method

I have to run the loadPage method when the button is clicked using a new run method, but I don't know what code to write in the run method.private void loadPage() { urlButton.setDisable(true); textFlo...

1 years ago

2 answers
400 views
0
What is a build in a scripting language?

What exactly does a build do in a scripting language like Ruby?The builds here are meant to be built into the CI/CD pipeline.Also, I understand that building in compilation languages like Java and Gol...

1 years ago

1 answers
300 views
0
Python Class Method Questions

class JPP: def __init__(self): # Create headless Chrome and specify download folder code self.driver = webdriver.Chrome() # options=self.options # Below is the current time-based -12 hours + 24 hou...

1 years ago

2 answers
314 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...


2 answers
337 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...


1 answers
279 views
0
Code deduplication

abstract class AirUnit extends Unit { private int power; public AirUnit(String name, int tribal, Point location, BaseStat baseStat, int power, double speed) { super(name, tribal, location, baseStat, ...

1 years ago

1 answers
434 views
0
2D array append

A1 = [[6,-8,11], [7,10,12],[12,14,7],[-5, 9, 4],[5, 7, 8],[3, 13, -2],[11, 8, 9],[3, 5, 4]]I'd like to add the sum of the first and third values after this[[6, -8, 11, 17],[7, 10, 12, 19],[12, 14, 7, ...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.