摘要: 登陆:mysql -u<user> -p<password> 显示所有的数据库: show databases; 使用某个数据库 use <db name> 显示所有的表 show tables; 显示某个表的结构 desc <table name> 显示表数据 select * from <tab 阅读全文
posted @ 2017-07-22 19:53 痴道三 阅读(144) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/27152438/best-way-to-run-rails-background-jobs-with-openshift https://stackoverflow.com/questions/26818574/my-pyth 阅读全文
posted @ 2017-07-22 15:12 痴道三 阅读(209) 评论(0) 推荐(0)