上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 61 下一页
  2018年3月22日
摘要: idea快捷键(基于windows平台) 1 书签跳转 Ctrl alt [ ] ==》 项目之间的跳转 Ctrl shift E ==》 文件之间的跳转(最近编辑的文件) Ctrl shift A ==》 搜索所有 Ctrl shift backspace ==》 查询最近修改的文件(一个): n 阅读全文
posted @ 2018-03-22 17:17 菜鸟乙 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 菜单栏介绍: file:文件操作edit:文本操作view:视图操作navigate:跳转code:源码文件analyze:项目依赖关系分析refactor:代码重构快捷操作,如:抽取函数build:j2EE构建run:运行 debug调式项目tools:工具vcs:git,svn,github,c 阅读全文
posted @ 2018-03-22 17:11 菜鸟乙 阅读(176) 评论(0) 推荐(0) 编辑
摘要: idea安装 run intellij idea==>finish ==>do not import settings==>ok==>evaluate for free==>agreements==>startusingintellijidea==> idea新建项目 file==>new proj 阅读全文
posted @ 2018-03-22 09:33 菜鸟乙 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 下载: 下载地址:https://www.jetbrains.com/idea/download/ download==>windows==>ultimate版本(付费版本免费试用30天)==》download==>direct link==> 下载成功 安装: 勾选64bit(我电脑是64位)== 阅读全文
posted @ 2018-03-22 09:03 菜鸟乙 阅读(187) 评论(0) 推荐(0) 编辑
  2018年3月13日
摘要: package com.ddwei.entity; import java.util.Set; import org.hibernate.Session; import org.hibernate.Transaction; import com.ddwei.util.HibernateUtil; /** * 建立关联关系后, * 可以方便的从一个导航对象,关联到另一个导航对象! *... 阅读全文
posted @ 2018-03-13 21:34 菜鸟乙 阅读(190) 评论(0) 推荐(0) 编辑
  2018年3月12日
摘要: 学习点: 1 一对多映射,一方 Grade.hbm.xml的写法: 2 一对多映射,cfg.xml引入hbm路径方法 3 一对多映射,一方java类引入多方方式 阅读全文
posted @ 2018-03-12 23:43 菜鸟乙 阅读(124) 评论(0) 推荐(0) 编辑
  2018年1月15日
摘要: 1 本节内容: mysql 数据库建表(班级表和学生表) Create table grade(gid varchar(32) primary key, gname varchar(32) not null, gdescribe varchar(300) ); Create table Studen 阅读全文
posted @ 2018-01-15 00:09 菜鸟乙 阅读(147) 评论(0) 推荐(0) 编辑
  2018年1月14日
摘要: 本节主要内容:创建hibernateUtil工具类:demo demo: HibernateUtil.java package hibernate_001; import org.hibernate.Session; import org.hibernate.SessionFactory; impo 阅读全文
posted @ 2018-01-14 23:31 菜鸟乙 阅读(169) 评论(0) 推荐(0) 编辑
  2018年1月13日
摘要: 本节主要内容: 1 myeclipse 中hibernate jar包,mysql连接jar包 导入 2 hibernate.cfg.xml的配置 1 一对一映射已经配置过 2 hibernate.cfg.xml的配置如下: <?xml version="1.0" encoding="UTF-8"? 阅读全文
posted @ 2018-01-13 08:53 菜鸟乙 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1 在数据库中用主外键的形式实现一对多的映射关系 2 hibernate 在一方设置集合set,表示多方 阅读全文
posted @ 2018-01-13 08:46 菜鸟乙 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 61 下一页