月別アーカイブ:2022年01月

Blockchain code Metaverse VR

Crypto×VR×SmartContract(462)

2022/1/31    , ,

//tips //smart contract コンポーネントはJSXの中で<コンポーネント名/>としてかけ、コンポーネントは Function コンポーネント名(引数){ return ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(461)

2022/1/30    , ,

//tips //smart contract 基本的な部分からスタート。以前はgithubのファイルをベースにショートカットしてしまったので今度は細かいところも見ておく。 <!DOCTYPE ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(460)

2022/1/29    , ,

//tips //smart contract きちんとmarks.jsについて記載を完了。参考にしていた本の内容は網羅できた。 const express = require('express'); ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(459)

2022/1/29    , ,

//tips //smart contract 新しいボードモデルを作成。 npx sequelize-cli model:generate --name Board --attributes use ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(458)

2022/1/28    , ,

//tips //smart contract 昨日のsyncの働きについて少し復習。 router.post('/add', (req, res, next) =>{ //syncは全てのモデ ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(457)

2022/1/26    , ,

//tips //smart contract バリデーションで年齢の制限をつけたい時には下記のようにできる。 check('age','AGEは年齢を入力してください。').custom(value ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(456)

2022/1/26    , ,

//tips //smart contract データベースのdelete処理の続き。テーブルと下記のform箇所の追加。 <form method="post" action="/hello/ ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(455)

2022/1/24    , ,

//tips //smart contract 一旦dbとの取り出しをレコード単位に変更。 const express = require('express'); const router = exp ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(454)

2022/1/23    , ,

//tips 昨晩Johnと打ち合わせを行った。一旦node.jsとexpress、ejsで作ってみることになった。 実務ベースでは下記が主流とのことだが今回はシンプルなのでexpressでもいけるだ ...

Blockchain code Metaverse VR

Crypto×VR×SmartContract(453)

2022/1/22    , ,

//tips //smart contract Hello.jsのroute設定についても確認。これはすでにapp.jsにてapp.use('/hello',hello)と設定しているので、その先のア ...

Copyright© BUSINESS HUNTER , 2023 All Rights Reserved Powered by AFFINGER5.