- 博客(2)
- 收藏
- 关注
原创 SQL面试题
查询出三门成绩都大于80 的学生 解析: 第一种 sql嵌套 select "name" from "Chenji" where "subject"='英语' and "score" >=80 and "name" in ( select "name" from "Chenji" where "subject"='数学' and "score" >=80 and "nam
2017-04-17 20:12:17 354
原创 创邻科技Java 面试题2道
Problem Statement # 1 Given a set of N (> 1) positive integers, you are supposed to partition them into two disjoint sets A1 and A2 of n1 and n2 numbers, respectively. Let S1 and S2 denote the sums
2017-04-06 20:08:38 3472
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人