皮皮学,免费搜题
登录
搜题
【简答题】
已知 package cn.edu.huel.mapper 下有 CustomerMapper.java 和 CustomerMapper.xml 两个文件 ;src 的根目录下有一个 myBatis-config.xml 文件。该程序要完成按 id 查询的功能。请给把程序补写完整。 (1) CustomerMapper.java import cn.edu.huel.po.Customer; public interface CustomerMapper { // 根据 id 查询客户 public Customer findCustomerById( int id ); } (2) CustomerMapper.xml < mapper namespace = " 1 " > < select id = "findCustomerById" parameterType = "Integer" resultType = " 2 " > select * from t_customer where id = #{value} select > (3) myBatis-config.xml < configuration > < typeAliases > < typeAlias type = "cn.edu.huel.po.Customer" alias = "customer" /> typeAliases > < environments default = "mysql" > ... ... environments > < mappers > < package name = " 3 " /> mappers > configuration > ( 4 )测试方法: @Test public void findCustomerByIdTest() throws IOException { SqlSession sqlSession = SqlSessionTools. getSession (); CustomerMapper customerMapper = sqlSession .getMapper( 4 ); Customer customer = customerMapper .findCustomerById(3); sqlSession .close(); System. out .println( customer ); }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【多选题】饭店服务质量包括:
A.
设施质量
B.
实物产品质量
C.
环境质量
D.
劳务质量
【简答题】广义的饭店服务质量包括 、 和 。
【判断题】理想电压源的内阻为 0 ,理想电流源的内阻为 ¥ 。
A.
正确
B.
错误
【单选题】梁支座处设置多排弯起筋抗剪时,若满足了正截面抗弯和斜截面抗弯,却不满足斜截面抗剪,此时应在该支座设置( )。
A.
浮筋
B.
鸭筋
C.
吊筋
D.
支座负直筋
【简答题】饭店服务质量包括的内容有哪些
【单选题】流体作有旋运动的特征是
A.
流体质点运动轨迹是圆形
B.
旋转角速度矢量的三个分量都不等于零
C.
速度场的旋度不等于零
D.
旋转角速度矢量的三个分量最少有一个不等于零
【判断题】当长期平均成本曲线处于递减阶段时,长期平均成本曲线切于短期平均成本曲线最低点的右端。()
A.
正确
B.
错误
【单选题】梁支座处设置多排弯起筋抗剪时,若满足了正截面抗弯和斜截面抗弯,却不满足斜截面抗剪,此时应在该支座处设置如下钢筋( )。
A.
浮筋
B.
鸭筋
C.
吊筋
D.
支座负弯矩筋
【判断题】理想电压源的内阻为 ¥ ,理想电流源的内阻为 0 。
A.
正确
B.
错误
【多选题】饭店服务质量包括( )
A.
设施设备
B.
服务态度
C.
环境氛围
D.
服务人员用品
E.
一次性消耗品
相关题目: