All Questions

19771 questions


1 answers
376 views
0
When specifying a directory in .gitignore, does the presence or absence of a trailing /(slash) make sense?

Here is an excerpt from .gitignore when you created the Next.js project.#next.js has / at the end of the directory, while #production has / at the end.What is the difference?Also, is the presence or a...

git
1 years ago

1 answers
391 views
0
DB fails to boot locally after Rails deployment.

What you can't doAfter successfully deploying my own application on Render.com, I tried to proceed with the development locally, but now I can't access DB.Error ContentsI was going to test with Rspec,...


1 answers
386 views
0
GitHub Pages Does Not Reflect CSS

I am trying to publish my own website on GitHub using the code I wrote in VSCode.Code is HTML and CSS only.I am troubled that CSS is not reflected.The VSCode preview reflects it without any problems, ...

1 years ago

1 answers
339 views
0
RSS Output Method for Rails 6

To output RSS in Rails 6, follow these steps:I wrote it, but I got an error.I don't know which step is wrong.articles_controller.rbdefeed @articles=Article.all.order(created_at::desc).page(params[:pag...

1 years ago

1 answers
260 views
0
AWS cloudwatch logs cannot be molded.

Run EnvironmentOS:windows10vscodelanguages:python3libraries:standard libraries only (can't use pandas, numpy, etc.)About the program you are creatingI am creating a program to mold the AWS CloudWatch ...

1 years ago

1 answers
367 views
0
I want Nodejs to repeat MySQL query statements synchronously

I am currently studying Javascript using Nodejs.I would like to store the values obtained by executing the query statement in an array, but it will become asynchronous, so it will not store data after...

1 years ago

1 answers
418 views
0
I want to load a file in DIMACS CNF format.

I'd like to load the DIMACS CNF file in Rust.If I write in Ruby, the code will be as follows, but how should I write Rust?In particular, I haven't found a function that corresponds to Ruby's scan.#Rub...

1 years ago

1 answers
470 views
0
Why do I miss certain characters when I paste them into the PowerShell console via the clipboard?

environment:Windows 10 + PowerShell 5.1/7.2 (either) Suppose you created a folder called D:\work\■test that contains a black square.Copy (Ctl+C) the string from this folder to the clipboard and paste ...

1 years ago

2 answers
422 views
0
I want to upload to Google Drive on Python by folder.

I would like to upload a folder that is local to python to Google Drive.I would like to upload the folder that I created locally to Google drive.folder hierarchy Folder 1 TierC:\Users\test\Documents\g...

1 years ago

1 answers
287 views
0
Understanding Python List Handling and CSV Output

I am having trouble understanding the handling of the list and CSV output.I am learning to export the scraping results to CSV, but I cannot export the list to CSV with the code sample_02.py.Please let...

1 years ago
« - 55 - »

© 2024 OneMinuteCode. All rights reserved.