All Questions

19771 questions


1 answers
322 views
0
Ask about an error that occurred while printing the python list as *

Hello. I have a question because the output of the Python list is confusing in many ways.If the elements in the list are integers, * is often used to print out the brackets, but this time I tried to a...

1 years ago

1 answers
320 views
0
How do I run seeder on the test database on Ravel 9?

I'm developing with Ravel 9+docker.You are about to run db:seed to create initial or sample data.This will create data in the development database.I'm also trying to add initial and sample data to the...

1 years ago

1 answers
337 views
0
Clear with Python special character replace

Hello, I have a question.If there is a special character when saving to Excel after crawling, there is an error when encoding euc-kr, so it cannot be saved to Excel.The problem with the current code ...

1 years ago

1 answers
285 views
0
If you use the button inside forEach, only the top one is applied.

I'm making a shopping basket.I made the list come out using forEach, but I want to implement the quantity button. <input class=minusbutton type='button' onclick='count(minus) value='-'/gt; <div ...

1 years ago

1 answers
348 views
0
Why is the device context blank when I minimize the browser and restore it to its original size?

Contents of questionsPaste your browser's device context into the upper left corner of your desktop in the following program:Initially, it appears, but once you minimize the browser, restore it to...

1 years ago

2 answers
433 views
0
Differences Between Python Single Quotation and Embedded Function str()

I would like to know the difference between Python single quotation and built-in function str().s1='{input:{action:read, role:User, request:[gender, address, birthDate, familyName, telephone]}'s2=str(...

1 years ago

1 answers
251 views
0
Browse, Search, Retrieve, and File Export Python Pandas Data

I'm almost a beginner, so I'd appreciate your help.You want to retrieve data by referring to one file (length.txt, approximately 400,000 lines x 2 columns, left-hand view) and then searching and match...


1 answers
325 views
0
How to create a four-digit comma-separated regular expression

I'm creating a regular expression under a four-digit comma-separated condition, but if I match more than one, I'd like to know how to create a four-digit comma-separated expression that becomes False ...


2 answers
269 views
0
I want to erase the nth number from the list.

I'm using Haskell to write a code that removes the nth number from the list as I wrote in the title, but it doesn't work.Example) dropvery[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]3[0,1,3,4,6,7,9] * This is the c...

1 years ago

1 answers
324 views
0
Float value from html sent to jsonify

Data received from flask server I don't know how to float the data sent in this json form in HTml.What should I do?<script> function Data(){ var data = JSON.parse(data); document.getElementByI...

1 years ago
« - 97 - »

© 2024 OneMinuteCode. All rights reserved.