クリップボード

ITのことなどをこっそり黒板に書いていきます。

2018-10-12から1日間の記事一覧

アプリ開発(ハンズオン)2

GoogleColabでPythonの学習しました2 前回に引き続きGoogleColabでPythonをやりましたよ 今回はリストと関数を学びました 課題がだされたので、一から自分で考えていきます 1、最大値を探して表示 →max()でmyListのなかの最大値を探します 2、平均値を計…

if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); } if (! document.URL.match("/archive")) { [].forEach.call(document.querySelectorAll('.entry-thumb'), function(n) { let img = n.style.backgroundImage; img = img.substring(4, img.length - 1).replace(/"/g, ''); n.style.backgroundImage = 'url(' + img.split('/').pop().replace('%3A', ':').replace(/%2F/g, '/') + ')'; }); }