摘要:
This network connection does not exist 在windows server 2008上面map了一个磁盘,共享的folder被我停止共享后,点击该磁盘的disconnect,跳出提示信息: This network connection does not exist 阅读全文
摘要:
修改字符串的值 string是一种不可变的数据类型,尝试修改string的值,python会报错:“TypeError: ‘str’ object does not support item assignment” 可以赋值给新的变量。 字符串可以用单引号或双引号来创建。 Python 不支持单字符 阅读全文