上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: intellij IDEA 设置背景颜色 File--> Settings 2. Appearance & Behavior --> Appearance 设置边框背景颜色 3. Editor --> Colors & Fonts > Font 设置背景颜色以及字体样式 File--> Settin 阅读全文
posted @ 2018-09-24 21:29 keepup~ 阅读(2640) 评论(0) 推荐(0) 编辑
摘要: 在使用PowerDesigner对数据库进行概念模型和物理模型设计时,一般在NAME或Comment中写中文,在Code中写英文。Name用来显 示,Code在代码中使用,但Comment中的文字会保存到数据库Table或Column的Comment中,当Name已经存在的时候,再写一次 Comme 阅读全文
posted @ 2018-09-20 17:15 keepup~ 阅读(733) 评论(0) 推荐(0) 编辑
摘要: 一、语法形式: Java2在1.4中新增了一个关键字:assert。在程序开发过程中使用它创建一个断言(assertion),它的语法形式有如下所示的两种形式:1、assert condition; 这里condition是一个必须为真(true)的表达式。如果表达式的结果为true,那么断言为真, 阅读全文
posted @ 2018-09-19 11:35 keepup~ 阅读(507) 评论(0) 推荐(0) 编辑
摘要: class Vehicle { int passengers; int fuelcap; int mpg; } 有了这个模板,就可以用它来创建对象: Vehicle veh1 = new Vehicle(); 通常把这条语句的动作称之为创建一个对象,其实,它包含了四个动作。 1)右边的“new Ve 阅读全文
posted @ 2018-08-05 15:08 keepup~ 阅读(2033) 评论(1) 推荐(0) 编辑
摘要: JSP一共有9个内置对象:request、response、session、application、out、pagecontext、config、page、exception。 request对象。 resquest对象是javax.servlet.http.HttpServletRequest类的 阅读全文
posted @ 2018-08-01 17:03 keepup~ 阅读(3702) 评论(0) 推荐(0) 编辑
摘要: Exception in thread “main” java.sql.SQLException: The server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone. You mu 阅读全文
posted @ 2018-07-11 22:04 keepup~ 阅读(1394) 评论(0) 推荐(0) 编辑
摘要: 1. jdbcConfig.properties文件中 jdbc.jdbcUrl=jdbc:mysql:///ssm-crudjdbc.driverClass=com.mysql.jdbc.Driverjdbc.user=rootjdbc.password=hello 2. spring核心配置文件 阅读全文
posted @ 2018-07-03 19:05 keepup~ 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-03 18:58 keepup~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 将上方配置中的前置通知,可换成环绕通知 阅读全文
posted @ 2018-07-03 18:29 keepup~ 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-03 17:21 keepup~ 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页