445 questions
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...
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...
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!
try { if (!videoFile.exists()) { videoFile.createNewFile(); } } else { videoFile.delete(); videoFile.createNewFile(); } if (!cnFile.exists()) { cnFile.createNewFile(); } } else { cnFile...
queryString = 'eventName=' + evt.fields[eventName] + '&' + 'eventDescription=' + evt.fields[eventDescription]; How can I urlencode this string before submitting?
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...
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 ...
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...
« | - 42 - | » |
© 2024 OneMinuteCode. All rights reserved.