43 questions
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...
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...
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 ...
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...
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...
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...
Hello, I'm a designer who doesn't know much about coding ㅜ
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...
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 - | » |
© 2024 OneMinuteCode. All rights reserved.