摘要: Beautiful Soup transforms a complex HTML document into a complex tree of Python objects. But you’ll only ever have to deal with about four kinds of ob 阅读全文
posted @ 2018-03-20 18:44 whist 阅读(125) 评论(0) 推荐(0)
摘要: mysql向表中某字段后追加一段字符串: mysql 向表中某字段前加字符串: 阅读全文
posted @ 2018-03-20 18:05 whist 阅读(3078) 评论(0) 推荐(0)
摘要: sudo mkdir /media/share sudo mount -t cifs -o username=... //remote_host/share_name /media/share 阅读全文
posted @ 2018-03-20 17:19 whist 阅读(156) 评论(0) 推荐(0)