seleniumhq 網站壓力測試/自動化測試

No Comments

http://docs.seleniumhq.org

[Video]子供が寝たあとで

No Comments

http://xiaojiadianvideo.asia/cn/movie_search.php?keyword=子供が寝たあとで&m=scont&sobj_keyword=子供が寝たあとで&stype=scont

Ruby on Rails (RoR) installation

No Comments

RoR初步閱讀
https://ihower.tw/rails4/firststep.html

完成安裝後, 要啟動 server app, 要先具備execjs and nodejs

gem install execjs
gem install therubyracer
sudo apt-get install nodejs
詳情請看: https://ruby-china.org/topics/1605

解决方式是在gemfile中加入
Ruby代码
gem ‘execjs’
gem ‘therubyracer’
执行 bundle install
http://1.dale.sinaapp.com/2012/06/rails-could-not-find-a-javascript-runtime-%E9%94%99%E8%AF%AF%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/