1.qsのinstall npm i qs 2.version 確認 # npm ls|grep qs tqq qs@6.11.0 3.code const qs = require(‘qs’); let stringi…
Author: OgawaKousei
openAPI 文法: array, object, tag, parameters, schemas
1.array msg: type: array items: 2.object msg: type: object properties: 3.tag & parameters & schemas …
yamllint で line too longとcommentとtrailing spacesのworningを抑止する方法
1.目的 yamllint で以下のworningのみを抑止する ・line too long (82 > 80 characters) (line-length) ・comment ・trailing spaces 2…
yaml : throw new ParseException(‘Unable to parse.’, this.getRealCurrentLineNb() + 1, this.currentLine);
1.error # npm run dev:seller > privateinvoice@0.0.1 dev:seller > NODE_OPTIONS=–openssl-legacy-provider npx do…
CentOS stream 9 : yamllintのinstall
1.yamllintのinstall # dnf install yamllint 2.実行 # yamllint openapi.yaml
centos stram 9:docker install
https://docs.docker.com/engine/install/centos/ 1.install yum-utils https://docs.docker.com/engine/install/cent…
CentOS Stream 9 :PHP 8.0へバージョンアップ、tcpdfの互換性のない変更に伴う改修
1.PHP 8.0へバージョンアップで以下のerrorがでる [23-Jun-2022 20:01:58 UTC] PHP Fatal error: Array and string offset access synt…
golang: install go-ipfs, go-ipfs-api
1. install # go get -u github.com/ipfs/go-ipfs # go get -u github.com/ipfs/go-ipfs-api 2.install時のdownload ・進捗…
go build:cannot find package
1.作業 golangで作成したapplicationをCentOS 8 からCentOS stream 9 に移行する 2.環境 # go version go version go1.17.5 linux/amd64…
inset outsetの組み合わせでの、firefoxのCSSでpaddingの差分
1.insetとoutsetの組み合わせのbuttonを作成 2.html <table> <tr> <td class=’v’> <span> <button id=’select’>Se…