07 2016 档案

摘要:Separating elements Separating elements is a classic T-SQL challenge. It involves a table called Arrays with strings holding comma-separated lists of 阅读全文
posted @ 2016-07-25 16:21 Jeffrey Chan 阅读(169) 评论(0) 推荐(0)
摘要:Logical query-processing phases in brief (1) FROM This phase identifies the query’s source tables and processes table operators.Each table operator ap 阅读全文
posted @ 2016-07-21 15:07 Jeffrey Chan 阅读(404) 评论(0) 推荐(0)
摘要:Learning basic Linux commands Command Description $ ls This command is used to check the contents ofthe directory. This command is used to check the p 阅读全文
posted @ 2016-07-10 15:44 Jeffrey Chan 阅读(282) 评论(0) 推荐(0)
摘要:how to access share folder in ubuntu virtualbox sudo adduser [username] vboxsf enable root and ssh root login step 1: sudo passwd root step 2: sudo pa 阅读全文
posted @ 2016-07-09 15:51 Jeffrey Chan 阅读(153) 评论(0) 推荐(0)