2015-04-01から1ヶ月間の記事一覧

CodeIQのお題のためにVisual Studioを試す

Visual Studio無償版を入れる Microsoft Visual Studio 2013 Language Packで日本語化 CodeIQから課題をDL&展開 .slnファイルを開く デバッグするとIEでエラーになる HTTP エラー 403.14 - Forbidden Web サーバーは、このディレクトリの内容の一覧を表示し…

Chromeで背景を印刷するスタイルを仕込む

http://www.gravity-works.jp/css_blog/2013/04/google-chrome.html http://frontierline.net/blog/archives/191CSSファイルで指定するときはコレ、これをjQueryで実現したい。 @media print { body { -webkit-print-color-adjust: exact; } }試行錯誤の結果…

pryをWindows8-64bitに入れる

win7で苦労していたことを思い出しながらためす。よくあるコマンドで入れるとエラーになる。 C:\>gem install pry pry-doc ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) bad response Not Found 404 (https://rubygems.global.ssl.fast…

Firefox用に作成したユーザースクリプトをChromeで使う

入力フォームがアレでユーザースクリプトを使ってウハウハだったはずなのに、FirefoxのGrasemonkeyでスクリプトが動かなくなって悲しむこと数ヶ月、、、"Ingress Intel Total Conversion"を使うためにTampermonkeyを使用していたのでスクリプト配布ページに…

[Rails]無限地獄のようなエラーになやむ2 悪夢が再び・・・ $ bundle install ・・・ An error occurred while installing json (1.7.4), and Bundler cannot continue. Make sure that `gem install json -v '1.7.4'` succeeds before bundling. $ gem ins…