Highneeds

3D・Web・AIの実装を、事例とコードで追いかけるメディアです。

山口県山口市宮野上字森1814-1

コーポレートサイト

コンテンツ

  • 3Dサイト
  • スニペット
  • AIニュース
  • コラム

ツール

  • テンプレート配布
  • Web診断

サイト情報

  • 会社概要
  • お問い合わせ
  • プライバシーポリシー

© 2026 Highneeds

Highneeds
3DサイトスニペットAIニュースコラムブログテンプレートWeb診断

ブログ

WordPress・PHP・CSS・JavaScript まわりの実装メモ。詰まったところと解決したコードをそのまま残しています。

すべて(276)Wordpress(71)PHP(41)CSS(25)Web(22)Javascript(19)Jquery(17)Error(13)Django(12)Vagrant(11)git(10)BASH(9)HTML(7)Python(7)MySQL(7)Nuxt.js(6)SCSS(6)windows(6)conda(6)api(3)Docker(3)AWS(3)Vue.js(3)Laravel(3)Go(2)Blog(2)node(2)SNS(2)react(1)android(1)Security(1)macbook(1)seo(1)preimier-pro(1)Photshop(1)Bootstrap(1)zsh(1)matterport(1)Illustrator(1)Facebook(1)Instagram(1)

276件中 169〜192件を表示

2019/7/8

django エラー

ConnectionResetError: [Errno 54] Connection reset by peer このエラーが出た時 class名が大文字になってるか確認

DjangoPython
2019/7/2

【解決方法】django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17).

django.core.exceptions.ImproperlyConfigured: SQLite 3.8.3 or later is required (found 3.7.17). SQLite3.8.3より下の

ErrorPython
2019/6/26

reCAPTCHAで特定のページだけ表示

add_action( ‘wp_enqueue_scripts’, function() { if(is_page(‘contact’)) return; wp_deregister_script( ‘google-re

PHPWordpress
2019/6/18
前へ8 / 12次へ

git 2つのコミットを1つにまとめる

1.git rebase -i HEAD~~ 2.before_commitとafter_commit(find bug)のコミットを1つにまとめる after_commitのpick を sに変える 3.commit_

git
2019/6/17

django cssをstaticにいれ反映させる

myapp/setting.pyに STATIC_URL = ‘/static/’ の下に以下のコードを入力 STATICFILES_DIRS = ( os.path.join(BASE_DIR,

Python
2019/6/6

anaconda django

アナコンダのインストール conda create -n 仮想環境名 conda info -e 仮想環境名を確認できる source activate 仮想環境名 仮想環境を立ち上げる conda install dj

Python
2019/6/6

python anacondaインストール後 pathが通ってない場合

anacondaをインストールしたものの、デフォルトのままになっている。 conda コマンドがnot commandになってしまう場合 pathが通ってません。 なので、 $ vi ~/.bash_profile .b

Python
2019/5/31

font-family 丸ゴシック

{ font-family:”ヒラギノ丸ゴ Pro W4″,”ヒラギノ丸ゴ Pro”,”Hiragino Maru Gothic Pro”,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pr

CSS
2019/5/20

wordpressのお引越し

空のwordpress(バージョンは仮想環境とあせてたもの)をアップロード その後wp-contentのフォルダーを削除し、作成したwp-contentをあっぷろーどします。

PHPWordpress
2019/5/20

xサーバーなど本番環境のデータベースにコマンドアクセスする方法

ssh ログイン後 $ mysql -h [サーバー名] -u [ユーザー名] -p [パスワード]

BASH
2019/5/5

Buffered Channels

package main import “fmt” func main(){ ch := make(chan int, 2) ch <- 100 fmt.Println(len(ch)) ch <- 200

Go
2019/4/26

go言語

https://golang.org/ ダウンロード https://godoc.org/golang.org/x/tools/cmd/godoc go get golang.org/x/tools/cmd/godoc

Go
2019/4/21

js ie10 constエラーになる

ie10 で var ではなく const を使用するとコンソールにエラーが表示される

Javascript
2019/4/21

OGP画像サイズ

facebook 推奨は「1200px × 630px」(縦横比 1.91:1) 最低でも「600px × 315px」

Web
2019/4/20

select で optionを非表示にする

https://qiita.com/bubbles/items/cdf9e8431f67d01f7cf8

JavascriptJquery
2019/4/18

PHPの読み込み方法

<?php require(‘test.php’); //require ‘test.php’;でもいいみたい echo $name;//佐藤 ?> <?php include(‘test.php’);

PHP
2019/4/18

html 初期

<!DOCTYPE html> <html lang=”ja”> <head> <meta http-equiv=”X-UA-Compatible” content=”IE=ed

HTML
2019/4/18

webフォント指定 自分用

游ゴシック体の場合 font-family: ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’,’Yu Gothic UI’,’MS ゴシック’,’ヒラギノ角ゴシック’,’Hiragino Sans’,

CSS
2019/4/18

.gitignore 自分用

排除するもの wordpress .DS_Store node_modules/ package-lock.json package.json gulpfile.js *.mp4 django db.sqlite3 se

git
2019/4/16

サクラサーバーでvagrantを使用する

公開鍵を.sshにアップロードする。 home/sample/.ssh/authorized_keys

Vagrant
2019/4/10

アイキャッチ画像の取得

<?php if(has_post_thumbnail()): ?> <?php the_post_thumbnail(‘my_thumbnail_large’); ?> <?php end

Wordpress
2019/4/6

.htaccessでphpのバージョンを変更

ファイル名:.htaccess ファイルの属性(パーミッション):604 PHP5.3を指定する場合の記述:AddHandler php5.3-script .php PHP5.4を指定する場合の記述:記述なし or A

PHP
2019/4/4

recently

I wrote a article in English for a long time because I have been busy … someday I see a video on Udemy.

Blog
2019/4/3

ieエラー position:absoluteの中身のwidth制御できない

cssで、absoluteの中身にul/liを追加して、liを横並びにしようとしたかった。 ie以外のブラウザではうまく表示できたがieではwidthを指定してあげないと、width幅が狭く改行されてしまう。 今回私の場

CSSError