yulike
yulike
F:\SMALL\PyStand-py38>Hello from F:\SMALL\PyStand-py38\PyStand.int Traceback (most recent call last): File "", line 34, in File "F:\SMALL\PyStand-py38\PyStand.int", line 10, in filename = input("请输入EXCEL文件名(带后缀,EXCEL文件放在本文件同目录)") RuntimeError: input(): lost sys.stdin
Can you release a windows complied version?
### What happens? src/postgres_scanner.cpp lstate.sql = StringUtil::Format( R"( COPY (SELECT %s FROM %s.%s %s) TO STDOUT (FORMAT binary); )", in postgresql 9.2 need to write as: COPY "tablename" TO STDOUT...
When the uploaded file is all in chinese, such as "图片png", the extension function in this file flask uploads\extensions.py. will return empty.
When the uploaded file is all in Chinese, such as "图片.png", the extension function in this file `flask_uploads\extensions.py.` will return empty. Maybe you should modify like this: ```python def extension(filename:...