- MySQL で累積和を求める - 私が歌川です
- 日ごとの保存した画像の枚数とその累積を取るSQL
- 画像1枚とテーブルの1行が対応付いている
- 変数は
邪道なので使いたくない
SELECT
t1.accum_date
, t1.count
SELECT
t1.accum_date
, t1.count
#!/bin/bash | |
GROUP=$(id -ng) | |
MYDIR=/lustre/${GROUP}/$USER | |
export HOME=$MYDIR | |
. /etc/profile.d/modules.sh | |
module load cuda9/9.1.85 | |
module load anaconda3/4.3.0 |
$ gcloud iam service-accounts create callee
$ gcloud iam service-accounts create caller
$ gcloud builds submit -t gcr.io/${PROJECT_ID}/oidctest .
$ gcloud beta run deploy --image=gcr.io/${PROJECT_ID}/oidctest --allow-unauthenticated \
--service-account=caller@${PROJECT_ID}.iam.gserviceaccount.com caller
$ gcloud beta run deploy --image=gcr.io/${PROJECT_ID}/oidctest --no-allow-unauthenticated \
--service-account=callee@{PROJECT_ID}.iam.gserviceaccount.com callee