- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 Python raw_input输入 中文文件名乱码 编码转换
对终端的输入进行解码,编码转换为Unicode import sys input = raw_input("input sentence: ") # 终端输入 uni_input = input.decode(sys.stdin.encoding) # 转为Unicode file_name_uni = "./" + uni_input + ".txt" # 终端输入的词作为文件名 转换...
2018-07-17 17:46:39
281
httpclient-cache-4.5.5.jar
The Hyper-Text Transfer Protocol (HTTP) is perhaps the most significant protocol used on the Internet today. Web services, network-enabled appliances and the growth of network computing continue to expand the role of the HTTP protocol beyond user-driven web browsers, while increasing the number of applications that require HTTP support.一个项目用到的jar
2018-05-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅