首页
题库
公司真题
专项练习
面试题库
在线编程
面试
面试经验
AI 模拟面试
简历
求职
学习
基础学习课
实战项目课
求职辅导课
专栏&文章
竞赛
我要招人
发布职位
发布职位、邀约牛人
更多企业解决方案
AI面试、笔试、校招、雇品
HR免费试用AI面试
最新面试提效必备
登录
/
注册
爱喝胡辣汤
获赞
32
粉丝
0
关注
0
看过 TA
13
门头沟学院
2025
Java
IP属地:安徽
暂未填写个人简介
私信
关注
拉黑
举报
举报
确定要拉黑爱喝胡辣汤吗?
发布(48)
评论
刷题
收藏
爱喝胡辣汤
关注TA,不错过内容更新
关注
2023-06-27 16:07
门头沟学院 Java
题解 | #查询所有列#
select `id`,`device_id`,`gender`,`age`,`university`,`province` from `user_profile`; -- select * from `user_profile`; 方式1:列出所有需要查询的列名方式2:直接*号
0
点赞
评论
收藏
分享
2023-06-10 17:11
门头沟学院 Java
题解 | #简单运算#
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int a = scanner.nextInt(); int b = scanner.nextInt(); scanner.close(); //write your code here...... int he = a + b; int cha = a > b ? a - b : b - a; //三元运算符 int ji = a ...
0
点赞
评论
收藏
分享
2023-06-10 17:00
门头沟学院 Java
题解 | #类型转换#
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double d = scanner.nextDouble(); System.out.println(Main.typeConversion(d)); } public static int typeConversion(double d){ //write your code here...... return (int) d ; } ...
0
点赞
评论
收藏
分享
1
2
3
4
创作者周榜
更多
关注他的用户也关注了:
牛客网
牛客网在线编程
牛客网题解
牛客企业服务