上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 35 下一页
摘要: 【hibernate】重写物理表名和列明 转载:https://www.cnblogs.com/yangchongxing/p/10357123.html 假设你的数据库命名有这样的需求,表都以 ycx_ 开头,列都以 ycx_ 开头,该如何实现?首先想到的是用 @Entity(name="ycx_ 阅读全文
posted @ 2019-02-09 07:09 翠微 阅读(578) 评论(0) 推荐(0) 编辑
摘要: 【hibernate】常用注解 转载:https://www.cnblogs.com/yangchongxing/p/10357118.html 目录 1、@Entity 实体 2、@Table 表 3、@Id 和 @GeneratedValue 主键及生成策略 4、@Column 列 5、@Dyn 阅读全文
posted @ 2019-02-09 06:49 翠微 阅读(2669) 评论(0) 推荐(0) 编辑
摘要: 【Maven】常用命令 转载:https://www.cnblogs.com/yangchongxing/p/10267028.html Maven Jar 搜索:https://mvnrepository.com/ 目录 1、查看版本 2、清理 3、编译 4、测试 5、打包 6、安装 7、使用Ar 阅读全文
posted @ 2019-01-14 15:28 翠微 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 【Eclipse】安装配置 官网:https://www.eclipse.org 全部版本下载:https://www.eclipse.org/downloads/packages/ 阅读全文
posted @ 2019-01-11 13:42 翠微 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Spring Tool Suite插件 最新下载地址:https://spring.io/tools3/sts/all 以前下载地址:https://spring.io/tools3/sts/legacy 阅读全文
posted @ 2019-01-11 12:28 翠微 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 【Git】远程分支 转载:https://www.cnblogs.com/yangchongxing/p/10239270.html 目录 1、查看远程仓库 2、添加远程仓库 3、拉取远程分支 4、推送到远程分支 5、重命名远程仓库 6、删除远程仓库 7、新建远程分支 8、查看远程分支 9、删除远程 阅读全文
posted @ 2019-01-08 15:32 翠微 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 【Git】本地分支 转载:https://www.cnblogs.com/yangchongxing/p/10221382.html 目录 1、查看分支列表 2、切换分支 3、删除分支 4、创建分支 5、合并分支 6、跟踪分支(关联远程分支) 7、创建跟踪分支 1、查看分支列表 本地分支 $ git 阅读全文
posted @ 2019-01-04 17:50 翠微 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 【Ubuntu 16.04.2_64】安装配置SVN 转载:https://www.cnblogs.com/yangchongxing/p/10190549.html 检查是否已安装svn 若已安装,运行下面的命令可卸载 1、安装SVN 更新 安装 2、配置SVN 创建svn根文件夹 创建repos 阅读全文
posted @ 2018-12-28 14:52 翠微 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 【Java Web开发学习】Spring MVC 使用HTTP信息转换器 转载:https://www.cnblogs.com/yangchongxing/p/10186429.html @ResponseBody和@RequestBody是启用消息转换的一种简洁和强大方式 消息转换(message 阅读全文
posted @ 2018-12-27 17:59 翠微 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 【Git】常用命令 转载:https://www.cnblogs.com/yangchongxing/p/10173994.html 目录 1、配置 2、查看配置 3、获取帮助 4、获取仓库 5、检查状态 6、状态简览 7、跟踪新文件 8、暂存已修改文件 9、忽略文件 10、查看未暂存的修改内容 1 阅读全文
posted @ 2018-12-25 15:04 翠微 阅读(186) 评论(0) 推荐(0) 编辑
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 35 下一页