All Questions

19771 questions


1 answers
269 views
0
Is it possible to refer to the image on Amazon S3 with the URL of its own domain?

On the blog site created by Rails 6, I use Heroku to retrieve the posted image saved in Amazon S3.The url is as follows:https://example.s3.amazonaws.com/uploads/article/picture1/78/window.pngI'd like ...

1 years ago

1 answers
435 views
0
I want jQuery to allow me to select only the most recent element when I select an element in the *:contains('AAA') selector.

<table><tr><td>AAA</td></tr><tr><td>BBB</td></tr></table>If there is HTML, In jQuery$(*:contains('AAA')).addClass('hoge');In that case, clas...

1 years ago

1 answers
289 views
0
python —Code that prints the average, maximum, and minimum values of the number of n entered.

I want to write a code for the average, maximum, and minimum values of the numbers I got from the input person, but it doesn't work.How should I correct it?At this stage, we only write the code for th...

1 years ago

1 answers
329 views
0
I would like to update PHP 7.2.3 to PHP 7.4, but when I type #yum remove php php-*, it says phpMyAdmin for dependency related deletion.

What do you want to doI want to update PHP 7.2.3 installed in CentOS 7 to PHP 7.4Reference PageUpdate to PHP 7.4Tried#yum remove php php-*// AbbreviatedDelete dependencies: composer noarch 1.6.3-3.el7...

1 years ago

1 answers
461 views
0
How do I type in pyautgui on macOS?

How to enter and was successful.Even if I let him type on the keyboard that I always type, another character was typed and it didn't work, so I looked it up many times on the Internet, but I couldn't ...

1 years ago

2 answers
419 views
0
Clause's tautology determination

Assume that Rust is given a sorted integer vector with no duplication.Are there any pairs of integers with the same absolute value?I would like to write a function called .Let's call it the is_tautolo...

1 years ago

1 answers
325 views
0
python:getting the average of n

I'm working on python code and I'm writing code that finds the highest, lowest, and average value of the name, score, and score from the data I get.I can print the name, score, highest and lowest valu...

1 years ago

2 answers
393 views
0
I want Python to use regular expressions and get strings with initials and endings

Run EnvironmentWindows 10Python 3.X What do you want to doWe would like to list the following strings using the regular expression re.findall to obtain up to two units: numeric values and ms and MB.I ...


1 answers
325 views
0
I want to know how to prepare js const array member variables I don't know how to use Object.freeze

As for the data of the array of fall kick patterns when rotating in the production of the Tetris game, I would like to use const, but I would like to use // comment section as a reference site, but it...

1 years ago

3 answers
357 views
0
Rails Tutorial Chapter 13 I don't know where the test code is testing

About the user micropost in Chapter 13 of the Rails tutorial.List 13.28: The [email protected]_s, response.body of the test to the User profile screen is the List 13.24:You may be ...

1 years ago
« - 50 - »

© 2024 OneMinuteCode. All rights reserved.