摘要: 连接MySql时出现:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC 阅读全文
posted @ 2019-06-15 15:53 鹰头猫 阅读(447) 评论(0) 推荐(0) 编辑
摘要: java 获取系统变量(环境变量和设置变量) 阅读全文
posted @ 2018-06-28 12:24 鹰头猫 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 76. No problem. 没问题。 77. I didn't mean to. 我不是故意的。 78. Thanks a million. 非常感谢。 79. It isn't much. 这是微不足道的。 80. I can't believe it. 我简直不敢相信。 81. I've g 阅读全文
posted @ 2018-04-24 21:36 鹰头猫 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 51. You are kidding. 你开玩笑吧。 52. It's no big deal. 这没什么大不了的。 53. I'll be right with you. 我马上就来。 54. It's pain in the neck. 这真是苦不堪言。 55. What a coincide 阅读全文
posted @ 2018-04-24 20:51 鹰头猫 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 26. I'm in a good mood. 我现在心情很好。 27. I look forward to hearing from you. 我期待着你的来信。 28. It's better than nothing. 总比没有好。 29. Let me guess. 让我猜猜看。 30. T 阅读全文
posted @ 2018-04-24 20:34 鹰头猫 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 1. It's all my fault. 都是我的错。 2. Please don't blame yourself. 请不要自责。 3. Do you mind my smoking? 你介意我抽烟吗? 4. It's up to you. 一切由你决定。 5. Take my word for 阅读全文
posted @ 2018-04-24 20:09 鹰头猫 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 下面是在学习java设计模式时搜集的一些写的很好的文章,比较容易理解,在此记录一下,方便日后查阅。 设计模式的六大基本原则 设计模式的六大原则 单一职责原则 开闭原则 里氏代换原则 依赖倒置原则 接口隔离原则 最少知道原则(迪米特法则) 设计模式的六大原则 浅谈设计模式的六大原则 设计模式 创建型( 阅读全文
posted @ 2018-04-19 09:58 鹰头猫 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 1. 特点(约束) Java5 新增了 enum 关键字(它与 class、interface 关键字的地位相同),用于定义枚举类。 枚举类虽然是一种特殊的类,但它一样可以有自己的成员变量、方法,也可以定义自己的构造函器。 一个 Java 源文件中最多只能定义一个 public 修饰的枚举类,且文件 阅读全文
posted @ 2018-04-17 21:06 鹰头猫 阅读(276) 评论(0) 推荐(0) 编辑
摘要: CompactDisc.class : HardDaysNight.class : Revolver.class : SgtPeppers.class : WhiteAlbum.class : CDPlayer.class : CDPlayerConfig.class : CDPlayerTest. 阅读全文
posted @ 2018-03-29 15:48 鹰头猫 阅读(385) 评论(0) 推荐(0) 编辑
摘要: Spring推荐面向接口编程,这样可以很好的解耦具体的实现类。 CompactDisc.class 文件: SgtPeppers.class 文件: CDPlayerConfig.class 文件: CDPlayerTest.class 文件: 阅读全文
posted @ 2018-03-29 12:12 鹰头猫 阅读(222) 评论(0) 推荐(0) 编辑