コード– category –
-
React
[javascript][jQuery]オブジェクトをURLパラメータに変換
urlパラメータにしたいキーと値を以下のようにまとめて、URLパラメータに変換したいときが度々あるので、オブジェクトをURLパラメータに変換する方法をまとめます。 var paramObj = { param1: 'hoge', param2: 'foo', param3: 'bar... -
コード
[Gatsby.js]Error: Command failed with exit code 1: npm install
Gatsby.jsでスターターを用いて新規プロジェクトを作成する時に、以下のエラーが出たのでこのエラーの原因と解消方法をご紹介します。 $ gatsby new my-gatsby-project https://github.com/gatsbyjs/gatsby-starter-default info Creating new site from g... -
コード
複雑なCSSを簡単に生成できるCSSジェネレーターWebサービス
モダンなWEBサイトを作っているとどうしても凝ったCSSでコンテンツを表現する必要が出てきます。複雑で凝ったCSSは開発に時間がかかってしまいます。 複雑なCSSはCSSジェネレーターで生成すると、簡単操作でCSSを生成できます。また、ビジュアルで微調整や... -
React
ブラウザバック禁止やリロード、タブを閉じる時に警告をする
フォームなどを作っている時に、ユーザーにブラウザバックやリロードなどの操作をしてほしくないときがあります。 その理由は入力したデータが保存される前で、ブラウザバックやリロードなどによってデータが消えてしまうからです。 この記事ではreactでブ... -
コード
error: failed to push some refs to ‘REMOTE URL’
This error is encountered when pushing to a remote repository. $ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'REMOTE URL' Or you may get an error message like the followin... -
コード
error: failed to push some refs to ‘REMOTE URL’
このエラーはリモートリポジトリにpushする時に遭遇するエラーです。 $ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'REMOTE URL' または次のようにエラーが表示されることもありま... -
wordpress
3 ways to rewrite wordpress title
The normal way to write a title tag in wordpress is as follows. ... <title><?php wp_title('|', true, 'left'); ?></title> ... In Wordpress 4.4 or later, you can use filters to change the title dynamically... -
wordpress
wordpressのタイトルを書き換える3つの方法
wordpressのtitle タグの通常の記述方法は以下の通りです。 ... <title><?php wp_title('|', true, 'left'); ?></title> ... Wordpress4.4以降ではフィルターを使って動的にタイトルを変更することができます。 この記... -
コード
Error: PostCSS received undefined instead of CSS string
I'm getting the following error when compiling sass with webpack. Error: PostCSS received undefined instead of CSS string This same error also occurs when compiling react.js and vue.js. In this article, we will show you how to resolve th... -
AWS
BotoServerError: 403 Forbidden. Signature Version 3 requests are deprecated from March 1, 2021.
I'm using AWS SES to send emails from Django, and since around March 2021, I've been getting the following errors frequently. BotoServerError: 403 Forbidden <ErrorResponse xmlns="http://ses.amazonaws.com/doc/2010-12-01/">...