[hello world 動かない ][検索]

プログラミング関連で自分が調べた事をメモる

書きかけ

openlayers geojson

OpenLayersでGeoJSONを読み込む ちょっとソースだけ置いておく var createPointStyleFunction = function() { return function(feature, resolution) { var style = new ol.style.Style({ image: new ol.style.Circle({ radius: 5, fill: new ol.style.Fill(…

さくら VPS 初期設定

一般ユーザー作成とパスワード設定 adduser dev passwd dev sudo出来るようにする usermod -G wheel dev visudo ## Allows people in group wheel to run all commands %wheel ALL=(ALL) ALL sshの鍵認証の設定 teratermで鍵を作成 Setup -> SSH KeyGenerato…