HarrySun

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

08 2013 档案

摘要:1. set classpath some functions depend on class path.For example:1 @BeforeClass2 public static void setUpBeforeClass() throws Exception {3 //get bean from spring4 appContext = new ClassPathXmlApplicationContext(new String[] {"applicationContext-dao.xml", "applicationContext-hiber... 阅读全文
posted @ 2013-08-08 00:57 HarrySun 阅读(432) 评论(0) 推荐(0)

摘要:First, create concept-data-model.And then generate Physical Data Model from Concept-Data-Model.But there is something that we should pay attention to. I record them as follows.1. avoiding use mysql keywords like "desc" as column name.you can use `desc` to avoid keyword conflict if you insi 阅读全文
posted @ 2013-08-03 00:08 HarrySun 阅读(1130) 评论(0) 推荐(0)