並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 78件

新着順 人気順

DELETEの検索結果1 - 40 件 / 78件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

DELETEに関するエントリは78件あります。 セキュリティtwittertechfeed などが関連タグです。 人気エントリには 『なぜ HTML の form は PUT / DELETE をサポートしないのか? | blog.jxck.io』などがあります。
  • なぜ HTML の form は PUT / DELETE をサポートしないのか? | blog.jxck.io

    Intro 10 年ほど前に同じことを調べたことがある。 なぜ html の form は PUT / DELETE をサポートしないのか? - Block Rockin' Codes https://jxck.hatenablog.com/entry/why-form-dosent-support-put-delete 当時は全くの素人で、素人なりに調査はしたが、ほとんどが推測の域を出ない結論だった。 この問題についてあらためて記す。 仕様策定の経緯 表題の通り、 <form> の method には GET と POST しかサポートされていない。 HTTP には他にも PUT や DELETE といったメソッドもあるのに、なぜサポートされていないのかという疑問から始まった。 仕様が決定した経緯は、以下に残っている。 Status: Rejected Change Descriptio

      なぜ HTML の form は PUT / DELETE をサポートしないのか? | blog.jxck.io
    • RDBアンチパターンと戦う - 削除フラグ 完全攻略ガイド / delete flag

      PHPカンファレンス関西の登壇資料です。 WEB+DB PRESS Vol.134に詳細があります https://gihyo.jp/magazine/wdpress/archive/2023/vol134

        RDBアンチパターンと戦う - 削除フラグ 完全攻略ガイド / delete flag
      • 創作物を投稿すると稀に海外の人から届く「Delete this」とか「酷」などの言葉にはこういう意味がある→これを知らなくて創作やめた人もいるから広まって欲しい

        ReL@たまにお絵描き解説するよ @rel_illustrator 絵を投稿すると稀に海外ニキから届く 「Delete this」とか「Oh f○ck」とかの 一見攻撃とも受け取れる言葉は、日本でいうところの 「ハァァァァァァーーー尊すぎる!無理!」っていう 海外版限界オタクの言動だから、 ニッコリ笑って「Have a nice day!😁」とか返しておけばいい ここテストに出ます👨‍🏫

          創作物を投稿すると稀に海外の人から届く「Delete this」とか「酷」などの言葉にはこういう意味がある→これを知らなくて創作やめた人もいるから広まって欲しい
        • 本番でTableを1つDeleteしてしまいON DELETE CASCADEでさらに4つTable dataが消えた話 - Qiita

          起きた事 本番環境のデータ調査の依頼を受けた。その調査を受ける前に、それとは別で不要データを本番DBから削除する作業をMySQL Workbenchで行っていた。 本番DBで、データ調査を行う際にMySQL WorkbenchでSQLのselectと間違えてdeleteを実行してしまい、Tableを1つ丸ごとDeleteしてしまった。 ON DELETE CASCADEが親テーブルに設定されてしまっていたため、さらに4つのTable dataが芋づる式に消えてしまった。 ON DELETE CASCADEの説明としては、この記事がわかりやすかったです。 https://www.dbonline.jp/mysql/table/index11.html テーブルの構成(テーブル名などは例として挙げていて、実際のものとは多少異なります) 正しい設定 usersテーブルでuserを削除した時に、そ

            本番でTableを1つDeleteしてしまいON DELETE CASCADEでさらに4つTable dataが消えた話 - Qiita
          • DBサーバでUPDATE/DELETEを打つ安心感を高める

            近年はDBサーバで直接UPDATE/DELETE文を発行する場面はかつてより減ったように感じますが、引き出しとして持っていて損はないと思ったので私が普段やっている方法をメモしておきます。 プロトタイピングだったり、開発環境でも有効なので手癖にしておくのは有効だと考えます。 MySQLを例に書いていますが、対象のRDBMSは特に限定されません。 1. 対象のレコードを下見する まずはこれから更新する対象を見ておきましょう。 mysql> select * from books where id=1; +----+-----------+-----------------+-------+ | id | author_id | title | price | +----+-----------+-----------------+-------+ | 1 | 1 | Learning UPDA

              DBサーバでUPDATE/DELETEを打つ安心感を高める
            • evian France on Twitter: "delete ⊂_ヽ   \\ your    \( ͡° ͜ʖ ͡°)     &gt; ⌒ヽ    /   へ\    /  / \\account    レ ノ   ヽ_つ   / /   / /|  ( (ヽ  | |、\… https://t.co/D4WBftRwI3"

              delete ⊂_ヽ   \\ your    \( ͡° ͜ʖ ͡°)     &gt; ⌒ヽ    /   へ\    /  / \\account    レ ノ   ヽ_つ   / /   / /|  ( (ヽ  | |、\… https://t.co/D4WBftRwI3

                evian France on Twitter: "delete ⊂_ヽ   \\ your    \( ͡° ͜ʖ ͡°)     &gt; ⌒ヽ    /   へ\    /  / \\account    レ ノ   ヽ_つ   / /   / /|  ( (ヽ  | |、\… https://t.co/D4WBftRwI3"
              • kubernetesでもぷよぷよがしたいので同じ色のPodが4個くっついたらdeleteされるcustom controller「くべくべ」を作った - Qiita

                kubernetesでもぷよぷよがしたいので同じ色のPodが4個くっついたらdeleteされるcustom controller「くべくべ」を作ったGokubernetes Kubernetes使ってると、Nodeにえらい数のPodが溜まってくじゃないですか。消したくなりますよね。連鎖してほしいですよね。なりません?なので、4つ同じ色のPodが4個くっついたらdeleteされる、爽快感のあるカオスエンジニアリング用のcustom contollerを作りました。 deleteされるだけでは寂しいので、deleteされていく様子を見るためのkubectl pluginも作りました。合わせて使うとこんな感じになります。 左側の●のひとつひとつがPodです。Nodeが列に対応してます。6Node構成です。各色8個ずつpodを立てていて、右側にreplicasetの増減を置いてみました。 レポジト

                  kubernetesでもぷよぷよがしたいので同じ色のPodが4個くっついたらdeleteされるcustom controller「くべくべ」を作った - Qiita
                • 「コミュニケーションって難しい」英語文化では『究極の尊さを表現した褒め言葉』として"I HATE THIS"や"DELETE THISというコメントをすることがある

                  ちひろ @chihiro_plus 【拡散希望】英語文化で、作品に対して『究極の尊さを表現した褒め言葉』として"I HATE THIS(直訳:これ嫌い)(意訳:しゅき)、"DELETE THIS(直訳:消してくれ)(意訳:尊死)というコメをすることがあるそうです。しかし、リプや引用RTでそれを見た英語非ネイティブが誤解してしまうことが散見される。→ twitter.com/run_runesque/s… Rune▶️2.5DR @run_runesque Have English-speaking fandom people ever thought that there's a chance their way of communicating doesn't translate very well to non-English speakers? :') I see people sc

                    「コミュニケーションって難しい」英語文化では『究極の尊さを表現した褒め言葉』として"I HATE THIS"や"DELETE THISというコメントをすることがある
                  • 不要な DNS リソースレコードは消そう / Delete unused DNS records

                    https://yuru-sre.connpass.com/event/317749/ の LT 資料です

                      不要な DNS リソースレコードは消そう / Delete unused DNS records
                    • GitHub - TomWright/dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - TomWright/dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.
                      • How to Delete All Emails in Gmail

                        Want to know how you can remove those countless emails that are eating up a huge chunk of storage? You might want to delete all the emails, but removing them one by one can be tiresome. In this post, we will discuss how you can delete multiple emails at once from your Gmail inbox. How to Mass Delete Emails in Gmail The majority of electronic mail platforms provide email filters that you can use in

                          How to Delete All Emails in Gmail
                        • 意外と知らないMySQLの落とし穴ーDELETEする際の注意点

                          なぜDELETEしてもディスク容量は空かないのか一度取得した領域はDELETEしても再利用するために保持しておくためです。 どうしてもディスク容量を空ける必要がある場合は テーブルを最適化する際に使うOPTIMIZE TABLEを実行する 「OPTIMIZE TABLE テーブル名」で実行できますALTER TABLEでテーブルを作り変えるALTER TABLEはテーブルの作り替えです 実行中はテーブルロックがかかります 「ALTER TABLE テーブル名 ENGINE INNODB」で実行できますDELETEのみ実行した場合(PTIMIZE TABLE/ALTER TABLEしない場合)、ディスク容量面でのメリットはないのかDELETEした領域は、再度使われるタイミング(INSERTしたタイミング)で再利用されるため、ディスク容量の減りは緩やかになるメリットはあります。 DELETEす

                            意外と知らないMySQLの落とし穴ーDELETEする際の注意点
                          • 他人のキーボードに“1分で2万回の誤入力”をする攻撃 DoS攻撃やDeleteキー連打で妨害

                            このコーナーでは、2014年から先端テクノロジーの研究を論文単位で記事にしているWebメディア「Seamless」(シームレス)を主宰する山下裕毅氏が執筆。新規性の高い科学論文を山下氏がピックアップし、解説する。 Twitter: @shiropen2 中国の浙江大学や米ミシガン大学、米ノースイースタン大学に所属する研究者らが発表した論文「GhostType: The Limits of Using Contactless Electromagnetic Interference to Inject Phantom Keys into Analog Circuits of Keyboards」は、電磁干渉(EMI)を利用して、他人のキーボードに物理的に触れることなく偽のキーストロークを注入できる攻撃を提案した研究報告である。 具体的には、キーボードの電気回路に誤った電圧を誘導し、キーボード

                              他人のキーボードに“1分で2万回の誤入力”をする攻撃 DoS攻撃やDeleteキー連打で妨害
                            • Go ahead, delete your .env.example file | 1Password

                              When we develop software, it’s common practice for engineers to require system configuration in order to run a program. We specify instructions on how to set up your own local environment in a .env.example file or README.md file. For every project that we work on and for every configuration change of those projects, we need to do manual work to keep our local environments up to date so they contin

                                Go ahead, delete your .env.example file | 1Password
                              • 「タスク マネージャー」を起動するなら[Ctrl]+[Alt]+[Delete]よりも早い方法がある【脱初心者!すぐに役立つショートカットキー】

                                  「タスク マネージャー」を起動するなら[Ctrl]+[Alt]+[Delete]よりも早い方法がある【脱初心者!すぐに役立つショートカットキー】
                                • You now can use a SQL-compatible query language to query, insert, update, and delete table data in Amazon DynamoDB

                                  You now can use PartiQL (a SQL-compatible query language)—in addition to already-available DynamoDB operations—to query, insert, update, and delete table data in Amazon DynamoDB. PartiQL makes it easier to interact with DynamoDB and run queries in the AWS Management Console. Because PartiQL is supported for all DynamoDB data-plane operations, it can help improve the productivity of developers by e

                                    You now can use a SQL-compatible query language to query, insert, update, and delete table data in Amazon DynamoDB
                                  • 【MySQL】UPDATE・DELETE・INSERT実行後に処理件数を取得する方法 - Qiita

                                    UPDATE・DELETE・INSERT実行後に出力されるQuery OK, 1 row affectedの件数を取得する方法です。 mysql> UPDATE animals SET name = 'cat' WHERE name = 'lion'; Query OK, 1 row affected (0.00 sec) Rows matched: 1 Changed: 1 Warnings: 0 SQLとPHP、2種類の方法を説明します。 SQLで取得する ROW_COUNT()関数で取得できます。 必ずステートメント(UPDATE、DELETE、INSERTなどの実行単位)の完了直後に実行してください。 ROW_COUNT()の使い方 SELECT ROW_COUNT();を実行します。 -- UPDATE mysql> UPDATE animals SET name = 'dog'

                                      【MySQL】UPDATE・DELETE・INSERT実行後に処理件数を取得する方法 - Qiita
                                    • You Can Now Delete Your Google Data Automatically

                                      Google will now automatically delete your activity data after a set period. So here's how to make Google auto-delete your data. You can now force Google to automatically delete your data after a set period of time. This should save you from having to delete said data manually as and when you remember. What's more, the auto-delete feature will be enabled by default for new users. At the time of wri

                                        You Can Now Delete Your Google Data Automatically
                                      • How to Find and Delete the Android Apps You Never Use

                                        If you’re trying to free up storage space on your Android phone, deleting apps that you never use is a good place to start. Without realizing it, your phone could be storing data from dozens of unused apps, which can amount to a whole lot of wasted storage space. Rather than going through each app on your phone and trying to remember when you last used it, a file manager will do the hard work for

                                          How to Find and Delete the Android Apps You Never Use
                                        • マイクロソフトのサポートを騙る詐欺に注意! 金銭を詐取されたり、PCにマルウェアを仕込まれる恐れ/閉じられないダイアログが表示されたら、落ち着いて[Ctrl]+[Alt]+[Delete]キー

                                            マイクロソフトのサポートを騙る詐欺に注意! 金銭を詐取されたり、PCにマルウェアを仕込まれる恐れ/閉じられないダイアログが表示されたら、落ち着いて[Ctrl]+[Alt]+[Delete]キー
                                          • GitHub - hartwork/git-delete-merged-branches: :fire: Command-line tool to delete merged Git branches

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - hartwork/git-delete-merged-branches: :fire: Command-line tool to delete merged Git branches
                                            • How to Delete Blurry Photos and Old Screenshots in Google Photos

                                              If you have been using Google Photos for a long time, you must have accumulated a lot of blurry photos and screenshots that are no longer relevant. You should always keep your Google Photos library organized and tidy, and so it is recommended that you delete blurry photos and screenshots from time to time. As a bonus, deleting such photos and screenshots will also free up precious storage space in

                                                How to Delete Blurry Photos and Old Screenshots in Google Photos
                                              • Ukraine asks ICANN to delete all Russian domains

                                                Plus: Namecheap tells customers in Russia they are no longer welcome, citing 'war crimes' Updated In response to the Russian invasion of Ukraine last week, Mykhailo Fedorov, First Vice Prime Minister of Ukraine, on Monday asked the head of DNS overlord ICANN to disable country code top-level domains associated with Russia. In an email [PDF], Fedorov asked Göran Marby, CEO of ICANN, to impose sanct

                                                  Ukraine asks ICANN to delete all Russian domains
                                                • axiosのget,post,deleteメソッド - Qiita

                                                  はじめに Node.jsを使う際に、標準のfetch API以外、requestモジュール、axiosのモジュールはよく使います。 書き方はGithubのページに書いてありますが、よくGoogle先生に聞く場合も多いです。 やはりオフィシャルに記載した情報は一番ですね。 axios: https://github.com/axios/axios request: https://github.com/request/request axiosのget,post,deleteメソッドを簡単に説明します。 Expressのパラメータの取得方法 まずサーバ側の情報を取得する仕組みを確認します。 Express.jsのリクエストAPI:https://expressjs.com/ja/api.html#req 1. headers // access_token: xxxxxxxxxxxx con

                                                    axiosのget,post,deleteメソッド - Qiita
                                                  • A Tour of Inline Caching with Delete

                                                    If you search for any JavaScript performance advice, a very popular recommendation is to avoid the delete operator. Today, this seems to be good advice, but why should it be vastly more expensive to delete a property than to add it? The goal of my internship at Apple this winter was to improve the performance of the delete operator in JavaScriptCore. This has given me the opportunity to learn abou

                                                      A Tour of Inline Caching with Delete
                                                    • 理系猿 on Twitter: "諸事情で DELETEです"

                                                      諸事情で DELETEです

                                                        理系猿 on Twitter: "諸事情で DELETEです"
                                                      • MySQLの基本構文⑤Delete文:データを消去する。

                                                        今回もMySQLの基本構文について学びましょう。 以前からMySQLの4大命令について解説してきました。 MySQLの4大命令のトリとなるのが、 今回解説する、Delete文です。 名前の通り、Deleteなので、消去です。 既に格納されているデータに対して、消去したい場合に使います。 データの更新や、データの追加、 データの選択と、今回のデータの消去で合わせてMySQLの4大命令というわけです。 このMySQLの4大命令は非常によく使いますので、 後ほど1つの記事としてまとめる予定です。

                                                          MySQLの基本構文⑤Delete文:データを消去する。
                                                        • NHK広島放送局は「ひろしまタイムライン」の、「シュン」による一連のヘイトツイートを削除してください。NHK Hiroshima, please delete tweets that instigate hate against Koreans in Japan.

                                                          Peace Philosophy Centre, based in Vancouver, Canada (est. 2007), provides a space for dialogue and facilitates learning for creating a peaceful and sustainable world. ピース・フィロソフィー・センター(カナダ・バンクーバー 2007年設立)は平和で持続可能な世界を創るための対話と学びの場を提供します。피스필로소피센터(캐나다·밴쿠버 2007년 설립)는 평화롭고 지속 가능한 세계를 만들기 위한 대화와 배움의 장소를 제공합니다. 欢迎来到和平哲学中心!我们来自加拿大温哥华,我们致力于促进对话及建立可持续发展的和平世界。欢迎您留下宝贵的评论。Follow Twitter: @PeacePhilosophy / "Like

                                                            NHK広島放送局は「ひろしまタイムライン」の、「シュン」による一連のヘイトツイートを削除してください。NHK Hiroshima, please delete tweets that instigate hate against Koreans in Japan.
                                                          • 【curl】超入門(GET/POST/PUT/DELETEでリクエスト)[LINUX] - Qiita

                                                            はじめに 今回の記事はcurlコマンドについてです。 普段利用しているオプションをメインに簡単にまとめていきます。 curlを利用する前に curlコマンドによる出力結果は左上から右下へとぎっしりと詰まっている表示となっております。 jsonなどでデータをレスポンスとして受け取る際など、直感的に理解しやすい構造で表示されていると嬉しいですよね。 そこで、それを可能にしてくれるjqというツールをインストールします。 MacOSではHomebrewでインストールします。 Mac以外のOSを利用している方は、こちらからコマンドをご確認いただけます。 $ curl http://localhost:3000/api/v1/articles/4 {"status":"SUCCESS","message":"Loaded article","data":{"id":4,"title":"The Cri

                                                              【curl】超入門(GET/POST/PUT/DELETEでリクエスト)[LINUX] - Qiita
                                                            • SQL入門ガイド: INSERT、UPDATE、DELETEの基本から応用まで完全解説|Yuu's Memo

                                                              テーブル名: users 列: id (INT, 主キー), name (VARCHAR), age (INT), email (VARCHAR) テーブル名: orders 列: id (INT, 主キー), customer_id (INT), product_id (INT), quantity (INT), total_amount (DECIMAL) テーブル名: products 列: id (INT, 主キー), name (VARCHAR), price (DECIMAL) テーブル名: customers 列: id (INT, 主キー), name (VARCHAR), age (INT), address (VARCHAR) -- usersテーブルを作成 CREATE TABLE users ( id INT PRIMARY KEY, name VARCHAR(50

                                                                SQL入門ガイド: INSERT、UPDATE、DELETEの基本から応用まで完全解説|Yuu's Memo
                                                              • 創作作品に対して英語文化の人から”DELETE THIS”,”I hate this”の様な一見罵倒の様に取れるリプライ、実はツンデレ意訳かもしれないよというお話

                                                                タイミング的に同じ様な話題を見ての反応かと思いますが、どちらも反響がデカかったので合わせてまとめさせていただきました。 英語圏の人も萌えやアニメに対するポジティブな文化形成が成されて来てる今、ネイティブじゃないと分かり辛い単語が飛び交う時が今後も増えていくのではないかと思いますので、この際こういう認識をしてみるのがいいと思います。 まあ、誤解を生むの無い様ストレートに言った方が余計ないざこざ生まなくていいですし、もし自分が他言語の人にリプライ飛ばす機会があります時は意識する程度の心意気で。

                                                                  創作作品に対して英語文化の人から”DELETE THIS”,”I hate this”の様な一見罵倒の様に取れるリプライ、実はツンデレ意訳かもしれないよというお話
                                                                • How to delete all node_modules directories from your computer

                                                                  Over the last few years, I’ve run npm install more times than I can count. And as a result, I have a lot of node_modules directories on my computer that I long forgot about and never use. Sometimes I don’t need the project at all anymore, but often, it’s a codebase I just don’t work with often. My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some c

                                                                    How to delete all node_modules directories from your computer
                                                                  • 半角スペース削除 [HALF SPACE DELETE] | BLACKFLAG

                                                                    HALF SPACE DELETE半角スペース削除 以下のテキストフィールドに文字を入力もしくはコピー&ペーストすると、文章中にある全角文字間の半角スペースがすべて削除されて変換されます。(半角で記述された英文の単語間の半角スペースは残ります。)

                                                                      半角スペース削除 [HALF SPACE DELETE] | BLACKFLAG
                                                                    • GitHub - teftef6220/Voice_Separation_and_Selection: Separation voice and delete files with majority silence

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - teftef6220/Voice_Separation_and_Selection: Separation voice and delete files with majority silence
                                                                      • ちひろ🎾 on Twitter: "【拡散希望】英語文化で、作品に対して『究極の尊さを表現した褒め言葉』として"I HATE THIS(直訳:これ嫌い)(意訳:しゅき)、"DELETE THIS(直訳:消してくれ)(意訳:尊死)というコメをすることがあるそうです。し… https://t.co/d16It6tJGW"

                                                                        【拡散希望】英語文化で、作品に対して『究極の尊さを表現した褒め言葉』として"I HATE THIS(直訳:これ嫌い)(意訳:しゅき)、"DELETE THIS(直訳:消してくれ)(意訳:尊死)というコメをすることがあるそうです。し… https://t.co/d16It6tJGW

                                                                          ちひろ🎾 on Twitter: "【拡散希望】英語文化で、作品に対して『究極の尊さを表現した褒め言葉』として"I HATE THIS(直訳:これ嫌い)(意訳:しゅき)、"DELETE THIS(直訳:消してくれ)(意訳:尊死)というコメをすることがあるそうです。し… https://t.co/d16It6tJGW"
                                                                        • SQLServerのMERGEでINSERT/UPDATE/DELETEを1回のSQLで実行する

                                                                          あるテーブルやビューに既に対象のレコードが存在している場合はUPDATE(更新)し、存在していない場合はINSERT(挿入)する。 データベースを使ったアプリケーションを開発していると、よく遭遇するケースの処理です。 こんな場合はどのように処理を行えばよいでしょう。 一旦SELECTを実行して対象のレコードを取得して、データの取得有無の判断をIF文で分岐し、レコードが取得できればUPDATEを実行、レコードが取得できなければINSERTを実行する。 単純に考えれば上記のような処理になります。しかし、上記の処理はSELECTという処理と、UPDATEまたはINSERTという処理の2つの処理に分かれており、1回のSQLで実行することはできません。 SQLServerにはある条件を満たすデータが存在している場合はUPDATEやDELETEの処理、データが存在していない場合はINSERTの処理を行

                                                                            SQLServerのMERGEでINSERT/UPDATE/DELETEを1回のSQLで実行する
                                                                          • GitHub - koenrh/delete-tweets: Delete tweets from your timeline.

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - koenrh/delete-tweets: Delete tweets from your timeline.
                                                                            • rsync の delete オプション各種

                                                                              rsync は、高速な差分ファイル転送ができるコマンドラインツールです。 さまざまな用途に使えるツールですがとくに、ディレクトリ間の同期を行ったり、ディレクトリのバックアップを作成したりする場合に使われることが多いです。その際によく使われるオプションとして -a(--archive)と --delete があります。 このうち --delete については、細かい挙動が異なるいくつかのオプションが存在しています。このオプションを紹介します。 deleteオプションとは rsync の --delete オプションは、転送元のディレクトリに存在せず転送先のディレクトリに存在するファイルがあれば削除する、というオプションです。 典型的な使い方を挙げます。src ディレクトリを backup ディレクトリの下にバックアップするには、以下のようにオプションを指定して実行すれば良いです。 このコマン

                                                                                rsync の delete オプション各種
                                                                              • How to Find and Delete Junk Mail in Gmail: 6 Simple Ways

                                                                                Is your Gmail inbox cluttered with junk email? If you're tired of searching through thousands of messages, we've compiled the best tips to instantly identify and delete junk email. 1. Unsubscribe From Emails in One Click Using Trimbox If you’re looking for a fast way to clean your Gmail inbox without manually unsubscribing from every mailing list, you can use a Chrome extension. Trimbox is a free

                                                                                  How to Find and Delete Junk Mail in Gmail: 6 Simple Ways
                                                                                • GitHub - sysgears/webpack-virtual-modules: Webpack Virtual Modules is a webpack plugin that lets you create, modify, and delete in-memory files in a way that webpack treats them as if they were physically presented in the file system.

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - sysgears/webpack-virtual-modules: Webpack Virtual Modules is a webpack plugin that lets you create, modify, and delete in-memory files in a way that webpack treats them as if they were physically presented in the file system.

                                                                                  新着記事