• 迷茫小白

    141页40行

    <select id="findRoleByUserId" parameterType="long" resultMap="roleMapper">
    select r.id, r.role_name, r.note from t_role2 r, t_user_role ur
    where r.id = ur.role_id and r.user_id(ur.user_id) = #{userId}
    </select>

    迷茫小白发表于 2018/1/15 10:54:47
    • 迷茫小白

      书本代码有误

      迷茫小白发表于 2018/1/15 10:55:09
  • 迷茫小白

    希望有附录A的SQL文件

    迷茫小白发表于 2018/1/11 11:24:35
  • littelbeear

    书本买了 源码在哪里呢 作者 谢谢

    littelbeear发表于 2018/1/1 16:36:48
    • 码农小菜

      https://pan.baidu.com/s/1qYWdaLe 密码:d9uo

      码农小菜发表于 2018/1/1 21:56:18
  • wangjunming

    迅雷下载的下载资源无法打开

    wangjunming发表于 2017/12/28 20:41:00
    • 码农小菜

      https://pan.baidu.com/s/1qYWdaLe 密码:d9uo

      码农小菜发表于 2018/1/8 15:28:29
  • jcafe

    本书第2章j**a观察者模式中,第33页有以下代码:this.addObserver(observer);

    this.setChanged();

    this.notifyObservers(newProduct);这三个方法没有具体实现,和第34页的观察者实现代码搭不起来,但第35页却有运行结果,作者是不是少写了一些代码?

    jcafe发表于 2017/12/28 19:33:25
    • 码农小菜

      你的类没有继承 Observable吧,是你抄漏了东西。

      码农小菜发表于 2017/12/28 20:23:28
  • 1
  • ...
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • ...
  • 24