首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
搜索
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
在线笔面试、雇主品牌宣传
登录
/
注册
努力的犬夜叉
腾讯_测试开发工程师
获赞
10
粉丝
14
关注
9
看过 TA
190
男
成都信息工程大学
2024
测试开发
IP属地:四川
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑努力的犬夜叉吗?
发布(8)
评论
刷题
努力的犬夜叉
关注TA,不错过内容更新
关注
2023-09-22 15:42
腾讯_测试开发工程师
题解 | #读入整数数字#
s=int(input()) 需要一个int输入 还有str输入 str(input()) print(s) print(type(s))
0
点赞
评论
收藏
分享
2023-09-19 16:06
腾讯_测试开发工程师
题解 | #计算男生人数以及平均GPA#
select count(gender) as male_num, round(AVG(gpa),1) as avg_gpa from user_profile where gender="male" round() 保留一位小数 as 别名 AVG where可以让列数减少
0
点赞
评论
收藏
分享
2023-09-19 14:35
腾讯_测试开发工程师
题解 | #查找GPA最高值#
select max(gpa) from user_profile where university="复旦大学" 从user_profile表中查找学校是复旦大学的gpa的最大值
0
点赞
评论
收藏
分享
2023-09-19 11:28
腾讯_测试开发工程师
题解 | #21年8月份练题总数#
select count(DISTINCT device_id) as did_cnt,count(question_id) as question_cnt from question_practice_detail where date>='2021-08-01' and date <='2021-08-31'; 从question_practice_detail表中 计算用户总数(可能有重复的) as做为别名did_cnt count(question_id)总数 as 作为别名question_cnt where条件判定 'date>='2021-08-01' ...
0
点赞
评论
收藏
分享
2023-09-19 10:58
腾讯_测试开发工程师
题解 | #查找后降序排列#
select device_id,gpa,age from user_profile order by gpa DESC,age DESC 从表格user_profile中查询device_id,gpa,age字段。现根据gpa降序排列,再根据age降序排列。
0
点赞
评论
收藏
分享
2023-09-19 10:56
腾讯_测试开发工程师
题解 | #查找后多列排序#
select device_id,gpa,age from user_profile ORDER BY gpa ASC,age ASC 从user_profile表中查询device_id,gpa,age三个字段 先根据gpa升序输出,再根据age升序输出
0
点赞
评论
收藏
分享
2023-08-04 10:51
腾讯_测试开发工程师
24秋招测开海投中~
1.百度 提前批 一面中2.快手 一志愿挂 二志愿简历筛选中3.字节跳动 提前批 简历挂4.深信服 简历筛选5.oppo 简历筛选6.米哈游 准备笔试7.联想 简历筛选8.小红书 简历筛选9.美团 网申成功10. 京东 待测评11.网易雷火 网申成功12.滴滴 简历筛选13.滴滴 简历初筛14.作业帮 简历挂15.奇安信 投递成功16.搜狐畅游 简历初筛
投递快手等公司10个岗位 >
牛友投递互助,不漏校招机会
0
点赞
评论
收藏
分享
2021-12-25 22:59
腾讯_测试开发工程师
学习Python打卡第一天
2021-12-25
在牛客打卡1天,今天学习:刷题 31 道
每日监督打卡
0
点赞
评论
收藏
分享
1
关注他的用户也关注了:
牛客网
牛客企业服务