All Questions

19771 questions


1 answers
67 views
0
About Silent Installation Using Answer Files

After creating an answer file using the command below and performing a silent installation using the answer file, the ResultCode=-3 fails.The reason for this error code is that the answer file does no...

2 years ago

3 answers
110 views
0
What do the two asterisks used to specify directories represent?

** is used as a matter of course without any explanation when you want to express a directory recursively. What is this notation? It doesn't seem to be a regular expression.Example: Try implementing u...


2 answers
116 views
0
Ravel fails to migrate with SQLSTATE [23000] error when handling foreign key constraints.

users tablehttps://gyazo.com/831e6d98dfc12e266db09b3a0db6bd11leectures tablehttps://gyazo.com/c2626070a76bc14e555d89c7c3d7dfdfThere are two tables above, I want to associate the user_id column with th...

2 years ago

1 answers
164 views
0
Even if I code with Scrapy, it says "INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)" and I can't crawl.

I scraped the Wikipedia site with scrapy, but it didn't crawl the web well.Specifically, the following message is displayed, so I don't think I can get the information well.Partial Message Excerpt INF...

2 years ago

2 answers
45 views
0
Error executing script: strftime() takes at most1 argument(2given)

Here's the script: import datetimefrom dateutil.relativedelta import relativedeltaimportostoday = datetime.datetime.today()one_month=today-relatedelta(months=1)# print(one_month_ago-> + datetime.st...

2 years ago

3 answers
111 views
0
About the error "Could not initialize the configuration system"

The software that was created and introduced about a year ago suddenly recently said, The configuration system could not be initialized.Failed to boot with error While I was investigating, I found an ...

2 years ago

1 answers
135 views
0
Opening python files in vscode will cause the screen to become stiff for a while

I am writing python code in vscode.Recent updates have affected or are causing the following symptoms:When opened to edit python files (??.py) in vscode, the vscode window itself hardens for more than...

2 years ago

1 answers
81 views
0
C# Combo Box Display Character Location

Is it possible to display the characters in the right-aligned view of the combo box selection?TEXTbox has TEXTalign properties, so you can set it up, but combobox doesn't have it, so I'm having troubl...

c#
2 years ago

1 answers
53 views
0
Swift screen transition does not work as intended

I'm writing the code for the screen transition with swift, but it doesn't work.Feature you are trying to implement: Tap the button placed to the right of navigationbar to push transition.Result: No er...

2 years ago

1 answers
105 views
0
I cannot deploy the rails project to heroku.

Must see if you're frustrated!How to publish the Rails app on Heroku I am trying to deploy heroku by referring to the url above.Now that I put ruby version 2.7 in it, I can no longer create a blog app...

2 years ago
« - 172 - »

© 2024 OneMinuteCode. All rights reserved.