code tag

445 questions


2 answers
152 views
0
Django view page Unicode error

Hello, I am a beginner developer who is just starting to develop Django.Django is trying to input DB and output input data. I don't know if it's because it's in Korean when I input DBUnicodeEncodeErro...

2 years ago

1 answers
81 views
0
Python, Unicode, and Windows Console

I'm using Python 2.5. When attempting to output a Unicode string on the Windows console, the error UnicodeEncodeError: 'charmap' code can't code character.... occurs. I'm guessing it's an error caused...

2 years ago

1 answers
116 views
0
Python 2 Repeating Question

I'm learning based on Python 2! (I don't know why I'm learning it the old way.)The code I made for this problem is as below, but I don't know what's wrongPlease give strength to Python beginners!

2 years ago

1 answers
37 views
0

2 answers
86 views
0
Can I change this code more concisely?

try { if (!videoFile.exists()) { videoFile.createNewFile(); } } else { videoFile.delete(); videoFile.createNewFile(); } if (!cnFile.exists()) { cnFile.createNewFile(); } } else { cnFile...

2 years ago

1 answers
33 views
0
Please tell me how to do urlencode!

queryString = 'eventName=' + evt.fields[eventName] + '&' + 'eventDescription=' + evt.fields[eventDescription]; How can I urlencode this string before submitting?

2 years ago

1 answers
32 views
0
Code that outputs the 23rd to 29th characters of the file name and outputs the entire file name when there are not 7 characters

For example, the file name '181001161609_00001_1AE_AAAABAA'AAAAABAA. If this part is not 7 digits, I would like to know the code that prints the full file name '181001161609_00001_1AE_AAAABAA'. I'm tr...

2 years ago

1 answers
111 views
0
How do I make all Python strings case?

a = hoHohoTheHOHOHOMyhohohoIs there a function that changes to?I think there's something else besides turning the for doorPlease let me know


1 answers
36 views
0
Can anyone tell me this Java problem solving code? "T"

https://kin-phinf.pstatic.net/20190924_223/1569290239499gRTda_JPEG/1569290238746.jpeg?type=w480https://kin-phinf.pstatic.net/20190924_123/1569290254342DLafV_JPEG/1569290253721.jpeg?type=w480Could you ...

2 years ago

2 answers
43 views
0
I have a question about xcode7.x Swift (about reloadData())

This is the current situation.The part I want to implement is to select a cell in the tableView Controller and put the data (using core data x) that fits the cell into the variable in the collectionVi...

2 years ago
« - 42 - »

© 2024 OneMinuteCode. All rights reserved.