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

浙公网安备 33010602011771号