https://bizstation.bk.mufg.jp/service/kankyou.html
Firefoxでも使えるみたいだか、どうもユーザーエージェントの偽装が無いと拒否される。
あ、と言うか、Mac自体対象外だった...
http://takahashifumiki.com/others/2071/
http://docs.komagata.org/4950
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Intro to XState</title> | |
| <link rel="stylesheet" href="styles.css" /> | |
| </head> | |
| <body> | |
| <div id="box"></div> |
| # http://www.imagemagick.org/script/command-line-options.php#append | |
| # append two images vertically | |
| # conver -append first.png second.png result.png | |
| MiniMagick::Tool::Convert.new do |convert| | |
| convert.append.- | |
| convert << "first.png" | |
| convert << "second.png" | |
| convert << "result.png" | |
| end |
| function exportSpreadsheet() { | |
| //All requests must include id in the path and a format parameter | |
| //https://docs.google.com/spreadsheets/d/{SpreadsheetId}/export | |
| //FORMATS WITH NO ADDITIONAL OPTIONS | |
| //format=xlsx //excel | |
| //format=ods //Open Document Spreadsheet | |
| //format=zip //html zipped | |
https://bizstation.bk.mufg.jp/service/kankyou.html
Firefoxでも使えるみたいだか、どうもユーザーエージェントの偽装が無いと拒否される。
あ、と言うか、Mac自体対象外だった...
http://takahashifumiki.com/others/2071/
http://docs.komagata.org/4950
When seeing the following error:
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
First, check your RubyGems version is higher than 1.8.24:
gem update --system