当前位置:网站首页>每日学习2
每日学习2
2022-07-02 10:33:00 【STATICHIT静砸】
目录
1.SQL语句牛客刷题
刷了5个
1
2
3
4
![]()
这道题是综合考察,
考点1: 第一行的去重distinct的使用,用户id需要去重,但是题目数不需要去重,因为A做了题目1,和B做了题目1不能算作只做了一道题目。
考点2:第三行的模糊查询%,复习一下, 在SQL语句中可以使用两个通配符:下划线(_)和百分号(%),其中下划线可以代表任意一个字符,而百分号可以代表任意多个字符,包括0个字符。
5
这道题也是综合考察
连表查询 记住格式 select xxx from xxx1 left join xxx2 on()... 当两个表中有相同关键字时,要用表名区分,如题中的device_id,要指代第一张表中的device_id,要写"表1名字.device_id",指代表二同理。必须分清楚,否则会导致代码有歧义,导致编译错误。如果表名太长,也可以给表名取别名。最后别忘了按照question_id 排序,因为题目要求是升序,asc可以省略。
2.力扣刷题
第三题有了新的进展
最后把单向链表改成了双向链表,终于过了。
3.JavaWeb学习
按计划学完了CSS部分。做了几面笔记。
4.看书
看《MySQL必学知识》看了六章
边栏推荐
- 大家信夫一站式信用平台让信用场景“用起来
- 2022家用投影仪首选!当贝F5强悍音画效果带来极致视听体验
- Skillfully use SSH to get through the Internet restrictions
- 混沌工程平台 ChaosBlade-Box 新版重磅发布
- Stone merging Board [interval DP] (ordinary stone Merging & Ring Stone merging)
- The 29 year old programmer in Shanghai was sentenced to 10 months for "deleting the database and running away" on the day of his resignation!
- 给Android程序员的一些面试建议「建议收藏」
- Qt-制作一个简单的计算器-实现四则运算-将结果以对话框的形式弹出来
- P1042 [NOIP2003 普及组] 乒乓球
- 万物生长大会在杭召开,当贝入选2022中国未来独角兽TOP100榜单
猜你喜欢
Dangbei projection 4K laser projection X3 Pro received unanimous praise: 10000 yuan projector preferred
QT - make a simple calculator - realize four operations
每日学习3
万物生长大会在杭召开,当贝入选2022中国未来独角兽TOP100榜单
selenium 在pycharm中安装selenium
Daily practice of C language --- monkeys divide peaches
Engineers who can't read device manuals are not good cooks
Penetrate the remote connection database through the Intranet
Code implementation MNLM
MySQL 45 lecture - learning from the actual battle of geek time MySQL 45 Lecture Notes - 04 | easy to understand index (Part 1)
随机推荐
Dingtalk 发送消息
[deep learning] simple implementation of neural network forward propagation
千元投影小明Q1 Pro和极米NEW Play谁更好?和哈趣K1比哪款配置更高?
Quantum three body problem: Landau fall
Dangbei projection 4K laser projection X3 Pro received unanimous praise: 10000 yuan projector preferred
Getting started with QT - making a simple calculator
混沌工程平台 ChaosBlade-Box 新版重磅发布
P3008 [USACO11JAN]Roads and Planes G (SPFA + SLF优化)
Integral link, inertia link and proportion link in Simulink
MySQL45讲——学习极客时间MySQL实战45讲笔记—— 05 | 深入浅出索引(下)
一般来讲,如果频繁出现inconsistent tab and space的报错
Code implementation MNLM
Browser driven Download
Which do you choose between Alibaba P7 with an annual salary of 900000 and deputy department level cadres?
Find love for speed in F1 delta time Grand Prix
Error: eacces: permission denied, access to "/usr/lib/node_modules"
Penetrate the remote connection database through the Intranet
Who is better, Qianyuan projection Xiaoming Q1 pro or Jimi new play? Which configuration is higher than haqu K1?
Word frequency statistics & sorting
(POJ - 1984) navigation nightare (weighted and search set)