kickboxのアカウントを消す依頼をした
Hi. How do I cancel the membership? Because The team I joined created other account, then I have to do that. ------- August 30 Mark profile Hi there, Sorry for the wait. I’ll be happy to get th...
Hi. How do I cancel the membership? Because The team I joined created other account, then I have to do that. ------- August 30 Mark profile Hi there, Sorry for the wait. I’ll be happy to get th...
ソース function loopSleep(_loopLimit,_interval, _mainFunc){ var loopLimit = _loopLimit; var interval = _interval; var mainFunc = _mainFunc; var i = 0; var loopFunc = function () { var re...
[ ${PIPESTATUS[0]} == 0 ] のように記載する $ sh -c 'true | tee && [ ${PIPESTATUS[0]} == 0 ]'; echo $? bashの結果の比較 [[ $? == 0 ]] 元 if [ -f ${target} ]; then echo 'true' ;fi 簡素なif文は一行で書く - 半径5メートル
セレクト document.querySelector('div#hoge'); // <- element document.querySelectorAll('div.fuga'); // <- NodeList jQueryからネイティブJavaScriptへ置き換えの第一歩 - Qiita 属性 document.querySelector('[title="ele...
許可を得るな謝罪せよ なんでもやってみなはれ。そーゆー精神だ。そーゆー行動規範だ。うまく行かなかったら、ごめん、うまくいかなかった、これに懲りずにがんばろう。そーゆー行動規範だ。 許可を求めるな謝罪せよ。(Don’t ask for permission, beg for forgiveness ) - 未来のいつか/hyoshiokの日記
方法 Ruby 2.7.0-preview1 Released のようなページを確認する。 tips サポート期限を知りたい Ruby Maintenance Branches に下記のように記載されている Ruby 2.4 status: security maintenance release date: 2016-12-25 EOL date: 2020-03-31
ページ送り |ショートカット|説明| |:–|:–| |cmd + f|ページ送り| |cmd + b|ページ戻し| まとめ移動 |ショートカット|説明| |:–|:–| |G|ファイルを最後へ移動| |g|ファイルの先頭へ移動| [less(1)コマンドの便利な使い方10 マイナビニュース](https://news.my...
未解決 文字コーディングに異常はみられない。 事象 Activerecodeを通して 𣘺本 を登録しようとすると Incorrect string value: '\xF0\xA3\x98\xBA\xE6\x9C...' for column 'name' at row 1 が発生する。 調査 文字の種類 𣘺 は旧字体らしい。 [旧字や異字体などの入力方法...
解決 __send__を使用する Class Person def initialize(name) @name = name end private def tom(generation) @name = 'tom' + generation.to_s end end person = Person.new('tarou') person.__se...
解決 dockerize を使用する dockerize -wait tcp://mysql-local:3306 -timeout 120s dockerize を使って他のコンテナ内サービス起動を待つ - Qiita
解決 PIPESTATUS変数 を使用する $ false | tee -a '/tmp/test' && if [ "${PIPESTATUS[0]}" -eq 0 ]; then true; else false; fi $ echo $? 1 $ true | tee -a '/tmp/test' && if [ "${PIPESTATUS[0]}" ...
解決 メイン処理 Shell/Bash script for sending slack messages. を使用する。 マッピング #!/bin/bash export APP_SLACK_WEBHOOK="https://hooks.slack.com/services/XXXX" export APP_SLACK_CHANNEL=channel_name #export APP_...
/post/:encryptedId?hoge=1111 -> /posts/:encryptedId?hoge=1111 location ~ ^/post/(?<encryptedId>[a-z1-9]+)/?$ { proxy_pass http://localhost:3000/posts/$encryptedId$is_args$args; } tips ...
htmlからの変換 HTML to PUG - Free HTML to PUG Online Converter
node.js - Cannot find module ‘../lib/completion’ Inspite of installing Completion - Stack Overflow 他のプロジェクトからnode_moduleごと移行したら発生した より便利になった gulp 4.0 への移行方法と変更点をまとめました - 株式会社クイックのWebサービ...