05 2021 档案

摘要:内链接 select from table1 join table2 on 条件 自连接 select from table1 join table1 on 条件 右外连接 select from table1 right join table2 on 条件 ; 会把右边的表所查询的元素全部显示出来 阅读全文
posted @ 2021-05-30 12:09 没有尾巴的狗 阅读(331) 评论(0) 推荐(0)
摘要:使用爬虫爬取图片,然后设置为桌面背景 全部函数 还有好多路径错误,有待优化,没30秒换一张美女图片 使用pyinster打包出exe执行文件 阅读全文
posted @ 2021-05-28 13:49 没有尾巴的狗 阅读(247) 评论(0) 推荐(0)
摘要:安装pyinstall pip3 install pyinstaller pyinstaller -w -F --add-data "templates;templates" --add-data "static;static" --add-data "sql;sql" -i ..\yulong.i 阅读全文
posted @ 2021-05-08 11:00 没有尾巴的狗 阅读(269) 评论(0) 推荐(0)