12 2015 档案

摘要:1.Git安装完成后需要做的配置 $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 2.版本库创建 初始化一个Git仓库,使用git init命令... 阅读全文
posted @ 2015-12-22 20:45 llcode 阅读(203) 评论(0) 推荐(0)
摘要:hibernate 在使用junit测试报错:org.hibernate.HibernateException: Unable to get the default Bean Validation factory at org.hibernate.cfg.beanvalidation.Bean... 阅读全文
posted @ 2015-12-12 19:02 llcode 阅读(2619) 评论(0) 推荐(0)