10 2019 档案

摘要:1 #include <cstdio> 2 #include <cstring> 3 #include <algorithm> 4 #include <iostream> 5 #include <vector> 6 #include <stack> 7 using namespace std; 8 const int maxn=505; 9 const int INF=0x3f3f3f3f; 10 阅读全文
posted @ 2019-10-25 13:40 吉光一片羽 阅读(210) 评论(0) 推荐(0)
摘要:一、安装Python3.5以上版本。 链接:https://www.python.org/downloads/windows/ 二、安装PyQt5。 使用pip安装:1、进入 C:\Users\你的计算机用户名。 2、新建一个文件夹,命名为pip。 3、进入文件夹新建一个文本文件,命名pip,文件后 阅读全文
posted @ 2019-10-22 23:28 吉光一片羽 阅读(843) 评论(0) 推荐(0)
摘要:top n:选出查询结果的前n项,可改为 top n percent 形式:选出查询结果的前百分之n项; inner join:内连接查询,可改为left join(左连接)、right join(右连接); 阅读全文
posted @ 2019-10-22 22:39 吉光一片羽 阅读(638) 评论(1) 推荐(0)