111 questions
I scratched the game source code I found on the Internet, modified only the image part and css part, and ran it, but Uncaught ReferenceError: $ is not defined and it does not run... What's wrong with ...
I made source C with visual studio, but there is an error in the inf file that I read during the build process.(input path)\paper.inp(1):error C2059: Syntax error: 'constant'An error like this appears...
Hello, I am studying PythonI wanted to delete a specific index in the array using del, so I made the following code. 'str' object does not support item deletion.There was no error before writing this ...
print=Hello! This is pie coffee that stir-fry fragrant coffee beans. Please choose a language!) language=int (input('1. Korean 2.english 3.')語本')def coffee(c): if language == 1: if c==1: a=1500 el...
The error error: class found on application class path occurs when running Java.What's the problem?
I wrote the code that came out of the standard Java code and tried it.public class SampleNameFor { public static void main(String[] args) { Loop1:for (int i = 2; i <= 9; i++) { for (int j = 1; j ...
def divided_by(x,y): return x**ydef main(): under_input = float(Enter the bottom value.) explicit_input = float(input(Enter an exponential value)) if exponential_input is (1 > exponential_input) p...
def show_menu(): print() print ([Vending Machine Sales Menu]) for i in range(0, len(drink_menu)): if i%10==0: print() print(|,i+1,.,drink_menu[i],:,drink_price[i],|,end= )def buy(num): if money <...
I want to download it from the same address. There are too many to do manually, so I thought it would be simple, so I coded it. It says HTTPError: Forbidden.Without %06 just 1, 2, 3, 4... It worked we...
os x YosemiteThe virtual environment in pyenv is python 3.5.1Install py2app with pip # -*- coding: utf-8 -*-from setuptools import setup# Information such as name, description, version, etc. is the sa...
« | - 3 - | » |
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
578 Understanding How to Configure Google API Key
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.