453 questions
If you do it like this, it's printed indefinitely. What's wrong with this?I don't understand the exact purpose of Iteratoriter = set1.iterator();import java.util.*;public class Generic1 { public stati...
I wanted to use a queue with a Problem structure variable as a type, so I declared a variable, but there was an error, so I'm uploading a question.For example, if you have a structureProblem{};I want ...
I'm a beginner developer. I received a request for development, but I'm posting a question because I thought there's a better way.<select id=selectid> <option value=>Select</option> ...
#include <stdio.h>int main(void) { int i = 5; i = (i, ++i, 1) + 1; printf(%d\n, i); return 0;}I'm Newbie who is studying about the Undefined Behavior.I was experimenting with this and that with ...
I'm studying how to express colors on Android. I gave the background color to the linear layout as shown below.If you test it, there's a bit of transparency in gray.<gradient android:startColor=#b4...
I'm sure I followed the example on the blog, but I don't know why there's an error with mine. I'm sure there's a 111.csv file, but I get this error. import pandas as pdasdf=c:\\Users\\KJY\\Desktop\\11...
// Parent Classclass Person { private String name; private int age; public Person(String name, int age) { this.name = name; this.age = age; } public void setName(String name) { this.name = name; } p...
What is the difference between pointing a dot on an object (.) and doing -> in C++?I hate pointers.
I'd like to know the difference between the JavaScript loop statement, why and for.
I'm learning JavaScript with Judati.It's a question written in a while sentence.I need to print out the following, and the code I wrote is var num = 99;while (num>=1) { console.log(num + bottles of...
« | - 33 - | » |
577 PHP ssh2_scp_send fails to send files as intended
568 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
890 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
610 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.