All Questions

19771 questions


1 answers
341 views
0
id.length==0 || id=="" Don't you think both mean the same thing?

id.length==0 || id==If you check id.length==0 || id== in javascript like this, right?But doesn't both right and left mean the same thing?If lngth is 0, of course nothing has been entered, so I think i...

1 years ago

1 answers
414 views
0
Python Django is a question!!!

# index.html<!DOCTYPE html><html lang=en><head> <meta charset=UTF-8> <title>Title</title></head><body><form action={%url 'index'%} method=POST> {%...

1 years ago

1 answers
478 views
0
I want to use django-bootstrap-datepicker-plus, but an error has occurred and I cannot implement it.

If you try to start the runserver in this state, an error will occur.If there is a solution, please take care of it.error messages:AttributeError: module 'bootstrap_datepicker_plus' has no attribute '...

1 years ago

1 answers
319 views
0
The Java writer question.

/* * Iterator Example * Example of deleting data called days, months, and days in a list * There are hasnext, next, and remove in the literator. There's a method that does those functions. */pac...

1 years ago

1 answers
459 views
0
Error on scikit-learn: ValueError: Expected 2D array, got1D array installed:

An error occurred when sklearn tried to fit the decision tree algorithm by separating the training data from the test data.I don't know how to solve it, so please point it out if you like.import numpy...


1 answers
405 views
0
want to make one's own converter

What are the principles of media converters such as psd and pdf being PNG conversion, and mov being mp4 in videos?I often find free converters full of advertisements online, but I wonder if they are t...

1 years ago

1 answers
465 views
0
I want to know why if the element with pointerdown disappears after ignition, the focus will be off even if another element is focused.

It is as the title suggests.When an element that gives a pointerdown event disappears after the event fires, even if the focus() method forces other elements to focus, it will fall out.This does not h...


1 answers
333 views
0
fail to inherit generic classes

Generic class inheritance doesn't work out as expected.The implementation itself has been completed, but I am looking for a way to simplify the code.When I searched, I couldn't translate the method I ...

c#
1 years ago

1 answers
432 views
0
I make Othello with JavaScript.I'd like to suspend the processing, but it doesn't behave as I expected.

I make Othello with javascript.When the user clicks the p-tag, the location of the clicked board is passed to run().I prepared NPCs that players type randomly after typing, but I wanted to visually pa...

1 years ago

1 answers
297 views
0
Comparison between lists (I couldn't do it on my own because of the different shapes of the lists)

Please forgive me if there are some things that may not be achieved because I am a beginner.If you print, you will see two lists as follows: print(list1)[['A', 'B', 'C', ['B', 'C', ['C', 'D']]]print(l...

1 years ago
« - 23 - »

© 2024 OneMinuteCode. All rights reserved.