or tag

453 questions


1 answers
132 views
0
Can we get an emulator installed at the os level to float on the web and mobile browser to work?

On websites developed using ubuntuos and ruby on rails, is there a way to get the emulator installed at the os level to work in web and mobile browsers as it is? Please give us a wise answer to the ri...


1 answers
124 views
0
Python decoding question. UnicodeDecodeError 'utf-8' codec can't decode byte 0xb5 in position 3

I'm making a shell out of Python.import osfrom subprocess import check_outputprint(check_output(dir, shell=True).decode('utf-8'))It is a program that returns and prints the returned value when you ent...


1 answers
93 views
0
What should I do if 403 errors occur even if I add headers when using Python requests?

whoscored = 'https://www.whoscored.com'headers = { 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36', 'referer' ...

2 years ago

1 answers
53 views
0
Python idle execution error

Python idle didn't work, so I ran idle.py in the idle folder and it came out like this If you reinstall Python, it will print out the same thing.Is there a solution?

2 years ago

1 answers
63 views
0
What is the difference between File.separator and File.pathSeparator?

File class has two strings, separator and path-separator. What's the difference between the two?

2 years ago

1 answers
52 views
0
Python JSONDecodeError. I need your help ㅜㅜ

Hello, this is a code related to json parsing, but I don't know why the error is coming out. I ask for your help.import requests, jsonurl = http://placehold.it/350x150.pngdata = { image_url:http://pla...

2 years ago

1 answers
70 views
0
A C++ core dump error occurs.

When you know the minimum and maximum values, you want to store all the integers in between in an array, including these.#include <iostream>#include <vector>int main() { std::vector<int...

2 years ago

1 answers
93 views
0
You are about to download an APK file from an Android emulator.

How do I install and run APK on Android emulator?


1 answers
59 views
0
Raspberry Pi3 error 500 Internal Server Error

I just started raspberry pie. I'm building a web server while reading a book, but there's an error.Here's what the error says.Internal Server ErrorThe server encountered an internal error or misconfig...


1 answers
96 views
0
Problem with constructors if inherited from Java

Java created a Bus class that inherits the Car class as follows. Running results in an error.class Solution { public static void main(String[] args) { Bus bus = new Bus(abc,1000,1000); }}class Car{ St...

2 years ago
« - 32 - »

© 2024 OneMinuteCode. All rights reserved.