摘要:
class BaseResponse: def __init__(self): self.code = 1000 self.data = None self.error = None @property def dict(self): return self.__dict__ 阅读全文
posted @ 2019-10-10 20:25
市丸银
阅读(1309)
评论(0)
推荐(0)
摘要:
(1)安装tofrodos sudo apt-get install tofrodos (2)做一些优化 ln -s /usr/bin/todos /usr/bin/unix2dos ln -s /usr/bin/fromdos /usr/bin/dos2unix 第一种方法: cat -A filename 就可以看到Windows下的断元字符 ^M 要去除他,最简单用下面的命令: dos2un 阅读全文
posted @ 2019-10-10 11:50
市丸银
阅读(335)
评论(0)
推荐(0)

浙公网安备 33010602011771号