クリップボード

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

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

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

GoogleColabでPythonの学習しました Pythonは人口知能によく使われてプログラミング言語です Pythonを動かすのに開発環境を必要で今回はAnaconda3があるのですが、それに似たもののGoogleColabを今回は使います 上の画像は最初のプログラムである「Hello Wor…

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, '/') + ')'; }); }