HarrySun

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

随笔分类 -  config

摘要:1. install and config 1). install ubuntu use samba to enable win7 users accessing ubuntu share folder. refer tohttp://www.7tutorials.com/how-cha... 阅读全文
posted @ 2015-02-27 22:51 HarrySun 阅读(341) 评论(0) 推荐(0)

摘要:1. environment for gowe don't need to set GOROOT, seehttp://dave.cheney.net/2013/06/14/you-dont-need-to-set-goroot-reallyJust add the following lines ... 阅读全文
posted @ 2014-10-12 00:29 HarrySun 阅读(276) 评论(0) 推荐(0)

摘要: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 阅读(433) 评论(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)

摘要:学习和总结svn使用。分两部分:第一部分,svn基础。第二部分,svn高级。其中蓝色字体表示服务器端操作。第一部分:svn基础1.安装svnadmin和svn2.创建项目仓库(create)3.创建项目(import)4.签出项目(co)5.修改(status、diff)6.提交(commit)7.更新本地(update, resolved)... ... 阅读全文
posted @ 2012-05-31 10:51 HarrySun 阅读(224) 评论(0) 推荐(0)