08 2017 档案

摘要:1:配置Java环境(运行allure 需要) 2:安装powershell 3:安装scoop方法 :运行 powershell 输入 : iex (new-object net.webclient).downloadstring('https://get.scoop.sh') 然后根据提示安装即 阅读全文
posted @ 2017-08-21 10:47 开始了吗 阅读(1972) 评论(2) 推荐(1)
摘要:begin 代码1 rescue 代码 end 如果执行 代码1 发生异常 则转至 代码2 若正常,则执行完跳出 阅读全文
posted @ 2017-08-17 11:04 开始了吗 阅读(1149) 评论(0) 推荐(0)
摘要:sudo apt-get install libmysql-ruby libmyclient-dev 阅读全文
posted @ 2017-08-11 10:44 开始了吗 阅读(515) 评论(1) 推荐(0)