摘要:
HTMLParser类的定义及常用方法 类的定义 HTMLParser主要是用来解析HTML文件(包括HTML中无效的标记)。 参数convert_charrefs表示是否将所有的字符引用自动转化为Unicode形式,Python3.5以后默认是True。 HTMLParser可以接收相应的HTML 阅读全文
posted @ 2019-12-18 15:45
刘_love_田
阅读(24460)
评论(0)
推荐(1)
摘要:
复制表结构 sqlite> create table newTb as select * from oldTb where 1=0; sqlite> create table firewall_new as select * from firewall where 1=0; 复制表结构和数据 sql 阅读全文
posted @ 2019-12-18 11:44
刘_love_田
阅读(1103)
评论(0)
推荐(0)
摘要:
数据库备份 例如:备份 /www/wwwroot 下面的 task.db 数据库 1.进入数据库 [root@localhost ~]# sqlite3 /www/wwwroot/task.db 2.备份数据库 sqlite> .output test.sql sqlite> .dump sqlit 阅读全文
posted @ 2019-12-18 10:52
刘_love_田
阅读(5442)
评论(0)
推荐(0)

浙公网安备 33010602011771号