摘要: 1 复制大量代码到xshell上执行是不可靠的 比如复制大量执行删除操作的代码,会导致删除失败,甚至会错误地进行删除。 2 注册码 Xshell 5 注册码: 690313-111999-999313 Xftp 5 注册码:101210-450789-147200 Xmanager 5 注册码:10 阅读全文
posted @ 2015-04-18 22:28 emanlee 阅读(422) 评论(0) 推荐(0)
摘要: The font AdobePiStd is missing. Affected text will be displayed using a substitute font.缺少字体 AdobePiStd。将使用替换字体显示受影响的文本。. I solved this by copying the... 阅读全文
posted @ 2015-04-18 19:46 emanlee 阅读(1246) 评论(0) 推荐(0)
摘要: Python逐行读取文件内容thefile= open("foo.txt") line = thefile.readline() while line: print line, line = thefile.readline() thefile.close()Windows下文件路径的写法:E:/c 阅读全文
posted @ 2015-04-18 19:45 emanlee 阅读(6107) 评论(0) 推荐(0)