coding tag

43 questions


1 answers
305 views
0
I have a question about c language coding.

Hello. I have a question about c language coding.```#include int main(void){ double c, f;printf(Enter a Fahrenheit value: );scanf_s(%lf, &f);*c = 5.0 / 9.0 * (f - 32.0);*printf(C value is %lf degr...

1 years ago

1 answers
314 views
0
Inquiries about code correction related to English word extraction

Hello, I'm a beginner at studying Python.I'm asking you a question to find out the answer because there's something I'm not sure about while I'If I modify the range after the split on the word side, a...

1 years ago

1 answers
129 views
0
When registering an address on the table, the letter "-" becomes "?"

It's the same as the topic.When saving your address: The letter '-' should be '?'My MySQL database character code is SJIS.JDBC extracts the address data from Table A and stores it in Table B.But when ...

2 years ago

2 answers
135 views
0
Understanding the encoding Argument for the open Function in Python

I tried to write the following code and write the data to the file, but I got the following error...How can I modify the code below to write text data to a file simply...? I would appreciate it if you...


1 answers
73 views
0
Please try specifying another using the-encoding option one error found

The paths are as follows: which scala/usr/local/bin/scalaimport java.awt.image.BufferedImageimport java.awt.Color/** * View the Mandelbrot Set. */object Mandelblot { /** * Create an image. */ create...

2 years ago

1 answers
83 views
0
In rails 4.2, the error Encoding:: UndefinedConversionError - "\xE6" from ASCII-8BIT to UTF-8:.

ruby 2.2.7rails 4.2.9 If you skip the parameters in form_for as shown below, the contents of the parameters will be ascii-8bit and Encoding::CompatibilityError will appear.=form_for@hoge, :url=>{:a...

2 years ago

1 answers
108 views
0
Hello, I have a question about coding in wix. Please play it by mistake ㅜㅜ

Hello, I'm a designer who doesn't know much about coding ㅜ

2 years ago

1 answers
93 views
0
I'm getting an Android web image, but the image is not loaded from a specific url.

Loading photos via communication with other urls is handled normallyten thousandFor example, url with Hangul (for example, http://site/directory/httpg)In the same case, the image is not loaded. I conn...

2 years ago

1 answers
105 views
0
Python crawling encodings

from bs4 import Beautiful Soupfrom urllib.request import urlopenfrom html_table_extractor.extractor import Extractorfrom selenium import webdriverimport sys# # -*- encoding: utf-8 -*-driver = webdrive...


1 answers
110 views
0
I wonder about this!

function foo(){ console.log(this);}foo();Why is this undefined??

- 1 - »

© 2024 OneMinuteCode. All rights reserved.