摘要: class ListMetaclass(type): def __new__(cls, name, bases, attrs): attrs['add'] = lambda self, value: self.append(value) return type.__new__(cls, name, 阅读全文
posted @ 2017-05-10 16:46 anjunact 阅读(202) 评论(0) 推荐(0) 编辑
摘要: svnadmin create /path/to/repos/project sudo apt install subversion apache2 libapache2-svn sudo chown -R www-data:www-data /path/to/repossudo htpasswd 阅读全文
posted @ 2017-05-10 14:51 anjunact 阅读(107) 评论(0) 推荐(0) 编辑