23 search resultsShowing 1~20 results

Stocked

Stripeメモ

1つのsubscriptionで複数のsubscriptionをまとめることができる ただし、priceはユニークなので同一のpriceを複数設定することはできない { "error": { "...

0
0
Comment0

Junit

Enclosed, Theories @RunWith( Enclosed.class ) public class TestHogeDto { @RunWith( Theories.class...

0
0
Comment0

sql

mysql https://zenn.dev/shot606/articles/2f3819c16e3d28 https://qiita.com/inouet/items/4f1d7f29972...

0
0
Comment0

test

観点 controller GET ステータスが200であること ステータスが500であること POST ステータスが200であること ステータスが400であること リクエスト不正 ステータスが...

0
0
Comment0

Java

Java stream distinctByKeys /** * リストから重複するオブジェクトを除却する関数を取得する * * @param keyExtractors 重複判定に使用するフィ...

2
0
Comment0

css

Flex <SampleCardList flexWrap="wrap"> {cards.map(([k, { value }]) => ( <div key={k}&g...

0
0
Comment0

ファイル操作系

画像ファイル登録 base64に書き出して保存 処理失敗時に書き出したファイルの削除をしないとゴミファイルが貯まるので注意

0
0
Comment1

open api

redoc ドキュメント生成 openapi-merger 閲覧性のため分割した OpenAPI document を 1 つのファイルにマージする openapi-generator Serv...

0
0
Comment0

saga

saga apiを使って非同期処理を書く actionsで定義したrequest, success, failureのアクションをディスパッチする import { createUser, Fe...

1
1
Comment0

styled-component

component selector styledでラップされてるコンポーネントしか使えない 要素にclassNameを渡さないと、styledでラップしてもスタイル効かない 特にmolecul...

1
0
Comment0

react メモ

ディレクトリ - src // プロジェクトによって変えればok // 各componentはContainerとPresentationで分けるとPresentationはpropsを利用すれ...

0
0
Comment0

atomic design

tips atoms, molecules 流用性が高いコンポーネントの特徴としては props名にドメイン名を含めず、抽象化されている(NG:profileName→OK:name) marg...

0
0
Comment0

kotlin

tips データをレイヤーを跨いで渡す時 data classを使う メソッドの引数でインスタンス生成すると楽(データの詰め替えはコンストラクタで定義)

0
0
Comment0

webpack

tips node_env 基本いじらない、development, productionが設定されているがいじると依存ライブラリとかでバグる可能性ある

0
0
Comment0

android

resources stringのplaceholder room メインスレッド内で呼び出しできない, AsyncTaskやThreadなどを使って別スレッドで処理をかけないとダメ http:...

0
0
Comment0

23 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in