<insert id="insertPeople" parameterType="PeopleSchedule">
     <selectKey resultType="String" keyProperty="id" order="BEFORE">
            select replace(uuid(), '-', '') from dual
        </selectKey>
    insert into t_notebook_people (id,notebookId,userId) values (#{id},#{notebookId},#{userId})
    </insert>

select replace(uuid(), '-', '') from dual

最新文章

  1. 11. KVC And KVO
  2. 换行(\r)和回车(\n)
  3. 换个角度理解云计算之MapReduce
  4. textarea还剩余字数统计
  5. 关于TCP协议握手的那些事儿
  6. [liu yanling]黑盒测试用例设计方法
  7. BZOJ 1021 [SHOI2008]Debt 循环的债务
  8. 获取ActiveX控件本身所在的路径 和 error PRJ0050
  9. u-boot核心初始化
  10. 【Bootstrap】 bootstrap-table表格组件
  11. 【NowCoder368E】车站(线段树)
  12. [vscode] pylint在虚拟环境下错误告警问题
  13. GAN 教程记录
  14. 知识点:Java 内存模型完全解密
  15. 制作Visual Studio 2019 (VS 2019) 离线安装包
  16. PAT 乙级 1014 福尔摩斯的约会 (20) C++版
  17. python advanced programming (Ⅲ)
  18. linux rsync介绍(八)
  19. butterknife用法总结
  20. Glusterfs3.3.1DHT(hash分布)源代码分析

热门文章

  1. VMware Workstation 重启服务脚本 解决连不上ssh问题
  2. oracle 10g函数大全--字符型函数
  3. Kudu – 在快数据上的进行快分析的存储
  4. 把自动机用作 Key-Value 存储
  5. JAVA逐行读取TXT文件
  6. Joiner的用法
  7. CSS 盒状模型简介
  8. 2、jQuery选择器
  9. 解决虚拟机 centos 网络服务启动
  10. j2ee高并发时使用全局变量需要注意的问题