sts tag

29 questions


1 answers
295 views
0
I want to PUT the csv file in S3 in the requests module.

I am thinking of using Python requests module to PUT the csv file stored in AWS S3 (the file contains Japanese and needs to be converted from utf8 to Shift_jis).Please let me know what kind of code I ...


1 answers
391 views
0
When I write my IP and arbitrary hostname in the Hosts file and access it with the hostname written in the address bar of the explorer, I cannot access it.

When you enter your IP and any hostname in the Hosts file and access it with the hostname listed in the Explorer address bar, the credentials appear and you enter the allowed user ID and password, but...


1 answers
170 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
133 views
0
Python scraping doesn't work.

https://ntp.msn.com/edge/ntp?locale=jaMicrosoft Edge ↑ I took the news from this URL and tried to display it, but an error occurred to see if BeautifulSoup was working properly.import requestsfrom bs4...


2 answers
107 views
0
Order of Resolution for Multiple IP Addresses on the Same Host in the Hosts File

I would like to ask you a question because I don't have the environment right now and I can't try it myself.When resolving names in the hosts file, in what order is it resolved if I specify the same h...

2 years ago

1 answers
108 views
0
Want to speed up Python programs that retrieve results from APIs

What do you want to solveThis is my first time to write a proper code, but sometimes it takes 5 minutes to execute, and I thought there might be a place where I can do it faster depending on how I wri...

2 years ago

2 answers
97 views
0
What is local after localhost.local in the hosts file?

We are developing by accessing http://fogefoge.localhost.local:3200/~ when we launch a local server in Rails, but if we delete the .local part in url, we get an error.By defining it in the hosts file ...

2 years ago

1 answers
122 views
0
bf4 in python gets an error while scraping

I made a crawler with Python, but sometimes I get errors when I crawl and get the title of the web page.However, I don't know which page in the crawl gets the error, so I don't know the cause.There ar...


1 answers
144 views
0
Is it OK to register different IP addresses for one host name in the Hosts file at the same time?

I have a question about how to use the hosts file.The system configuration includes two Web Servers (No.1, No2) running IIS on Windows.The client basically accesses No. 1 and uses the web app.I would ...

2 years ago

1 answers
87 views
0
Regarding the failed to load the JNI shared library error when executing STS

Hello, I was using STS well, but suddenlyThere is an error like the attached imageSigh... Even if I search for it, I only get errors related to EclipseThere's no talk about how to fix the execution er...

sts
2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.