All Questions

19771 questions


1 answers
113 views
0
I want to know which process to kill using port number 80

I am currently studying Docker, and I am referring to My first Docker for Mac.In conclusion, Which process ID should I kill?Also, please let me know why you kill the process ID out of several. docker ...

2 years ago

1 answers
87 views
0
I don't know how Nxt.js is different compared to Vue.js.

Are there any differences other than the following?·Easy server-side rendering·Vue-router and vuex settings are easy

2 years ago

1 answers
171 views
0
Yahoo Search Scraping Can't Get Only Ads

I'm currently learning scraping at Python 3 and I know it's a gray zone to scrape Yahoo searches when I've tried various sites, but when I tried it (I don't use anything), I couldn't get an ad, so I w...


1 answers
88 views
0
laravel sql error: SQLSTATE [HY000]: General error: 1364 Field 'user_id' does not have a default value

I am currently making a task list in laravel.I added the user_id column, but the error below appears.I would like you to tell me the possible cause.I don't know which source code to put in the source ...

2 years ago

1 answers
173 views
0
docker-compose+nuxt cannot access localhost:3000.

Thank you for your continuous support.Currently, we are trying to create a docker+nuxt development environment by referring to here.However, when I access it with localhost:3000 from the host side, I ...


1 answers
135 views
0
XCTest Does Not Call `setUp`

I am trying to do an XCTest, but neither setUp nor testExample are called in the code below.import XCTestclass HogeTests:XCTestCase{ override funcsetUp(){ // Put setup code here. This method is calle...


1 answers
102 views
0
Are there any algorithms that can be used to take as many widths as possible before and after the values?

Are there algorithms that can be used to take as many widths as possible before and after the values?For example, if the width is 15 based on the average value of 99 at this input, 981745849789075170I...

2 years ago

1 answers
91 views
0
jquery implements smooth scrolling, using string with pure code in id causes error

It implements smooth scrolling using jquery.Here's the code: $(function(){ $('a[href^=#]').click(function(){ var speed = 400; var href=$(this).attr(href); var target=$(href==#||href==?'html':href);...

2 years ago

1 answers
127 views
0
Is there a way to print directly to the local printer in Microsoft's Web Office?

I use Microsoft's Web Office, but when I print, I have to save it locally in PDF format and then open it with AcrobatReader to print.Is there a way to print directly to the local printer?

2 years ago

1 answers
118 views
0
What are the HTML links generated by Gatsby.js?

I'd like to make a page transition between the HTMLs that appear in the public folder with the gatsby build command.When operating locally, the link becomes a relative path like file://pandas-and-bana...

2 years ago
« - 178 - »

© 2024 OneMinuteCode. All rights reserved.