摘要: I used MySQL Migration Toolkit to do this job. However, some tables with Chinese character could not be migrated successfully. After some experiments, I found the problem was caused by incorrect character encoding.Firstly, you should specify encoding of the source table. In Source Database stage, fi 阅读全文
posted @ 2012-12-29 15:20 DragonSpire 阅读(383) 评论(0) 推荐(0)
摘要: We may encounter some problems when inputing Chinese on a Linux server connected by PuTTY. In order to display and input Chinese character correctly, we have to do some setting.In PuTTY configuration, Window ->Translation -> Received data assumed to be in which character set:Change setting fro 阅读全文
posted @ 2012-12-28 16:43 DragonSpire 阅读(277) 评论(0) 推荐(0)
摘要: You may encountered some problems when trying to deploy a Google App Engine project with .jsp file.In order to compile jsp you need a JDK installed in your system. If you are running on a JRE, you will get this error. Also make sure that your project has been configured with a JDK in it's path.R 阅读全文
posted @ 2012-12-25 16:05 DragonSpire 阅读(169) 评论(0) 推荐(0)
摘要: Trunk is a main (head) line of development. That's where you share your project and do initial commit.Branches are the additional lines of development. Used when branching for different versions from one initial is needed or when each developer has his own development line and plan.Tags are a ki 阅读全文
posted @ 2012-08-15 13:39 DragonSpire 阅读(153) 评论(0) 推荐(0)
摘要: If there's more than one person working on a project, chances are (although slim) that at some point two developers work on the same piece of code and check it in. To clarify, let me give you an example.The repository is currently at revision 5 and contains a file named 'README'. Revisio 阅读全文
posted @ 2012-08-15 13:29 DragonSpire 阅读(251) 评论(0) 推荐(0)
摘要: Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes of 阅读全文
posted @ 2012-07-18 16:33 DragonSpire 阅读(279) 评论(0) 推荐(0)