zoukankan      html  css  js  c++  java
  • 好文章马克一下(未完)

    springmvc相关

    1、jpa

    http://www.cnblogs.com/dreamroute/p/5173896.html

    http://www.cnblogs.com/lich/archive/2011/11/27/2265253.html

    jpa和jdbc的对应关系:

    jpa jdbc
    userEntity user
    userRepository userDao
    userRepository extends JpaRepository userDaoImp implemets userDao

    jpa的持久化单元persistenceUnit=/META-INF/persistence.xml

    2、web.xml解析

    http://www.imooc.com/article/5385

    http://blog.csdn.net/believejava/article/details/43229361

    3、aop相关

    http://www.cnblogs.com/mafly/p/spring_authority.html

    4、跟开涛学spring mvc

    http://sishu ok.com/forum/blogCategory/showByCategory.html?categories_id=101&user_id=2(去掉空格)

    ==================分割线=========================

    git相关

    史上最浅显易懂的Git教程!http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

  • 相关阅读:
    eclipse中的项目如何打成war包
    【SVN】Please execute the 'Cleanup' command.
    2021.06.02模拟赛DP2
    2021.05.26模拟赛 DP1
    状压DP
    高斯消元
    矩阵快速幂
    2021.05.10讲题
    Luogu P2152[SDOI 2009]Super GCD
    Tarjan
  • 原文地址:https://www.cnblogs.com/hantalk/p/6651673.html
Copyright © 2011-2022 走看看