摘要: 1.sudo apt-get install mysql-server 2.apt-get isntall mysql-client 3. sudo apt-get install libmysqlclient-dev应该输入密码的地方 输入密码 阅读全文
posted @ 2015-10-09 18:20 木易·月 阅读(292) 评论(0) 推荐(0)
摘要: ubuntu安装mysql时遇到的一个错误 阅读全文
posted @ 2015-10-09 16:34 木易·月 阅读(3319) 评论(0) 推荐(0)
摘要: Given apatternand a stringstr, find ifstrfollows the same pattern.Examples:pattern ="abba", str ="dog cat cat dog"should return true.pattern ="abba", ... 阅读全文
posted @ 2015-10-09 00:32 木易·月 阅读(251) 评论(0) 推荐(0)