【アプリ開発の用語解説】-XML_初心者でもわかる徹底解説~

アプリ開発の用語解説

アプリ開発におけるXMLの基本を初心者向けに解説します。XMLの構造や用途、具体的な活用例を通じて、理解を深めていきましょう。



XML初心者でもわかる徹底解説

XMLとは何か

XML(eXtensible Markup Language)は、データを構造化して表現するためのマークアップ言語です。HTMLと似た構文を持ちながら、データの内容を自由に定義できるのが特徴です。XMLは、データの交換や保存に広く利用されており、特にアプリ開発においては設定ファイルやデータのやり取りに欠かせない存在となっています。

XMLの基本構造

XML文書は、要素(エレメント)と属性(アトリビュート)から構成されています。要素はデータの基本単位であり、開始タグと終了タグで囲まれた部分です。属性は要素に付随する情報を持ち、開始タグ内に記述されます。

例えば、以下のようなXML文書を考えてみましょう。



XML入門
山田太郎
2023

この例では、``が要素であり、その中に``, `<author>`, `<year>`といった子要素が含まれています。各要素はそれぞれのデータを表しています。</p> <h1>XMLの文法ルール</h1> <p>XMLにはいくつかの文法ルールがあります。これらを守ることで、正しいXML文書を作成することができます。</p> <p>1. ルート要素が必要:XML文書には必ず一つのルート要素が必要です。<br /> 2. タグのペア:すべての要素は開始タグと終了タグが必要です。<br /> 3. ケースセンシティブ:タグ名は大文字と小文字を区別します。<br /> 4. 特殊文字のエスケープ:`<`, `>`, `&`などの特殊文字はエスケープする必要があります。</p> <h1>XMLの用途</h1> <p>XMLは多岐にわたる用途で利用されています。以下に代表的な用途をいくつか挙げてみます。</p> <p>– データの交換:異なるシステム間でデータをやり取りする際に、XML形式でデータを構造化することで、互換性を持たせることができます。<br /> – 設定ファイル:アプリケーションの設定情報をXMLで記述することで、可読性が高く、変更が容易な設定ファイルを作成できます。<br /> – Webサービス:RESTful APIやSOAPなどのWebサービスにおいて、データのフォーマットとしてXMLが使用されることがあります。</p> <h1>XMLと他のデータフォーマットの違い</h1> <p>XMLは、JSONやYAMLなどの他のデータフォーマットと比較されることがよくあります。それぞれの特徴を見てみましょう。</p> <p>– XML:データの構造を厳密に定義でき、属性を持つことができるため、複雑なデータ構造に適しています。ただし、記述が冗長になりがちです。<br /> – JSON:JavaScriptのオブジェクト表記に基づいており、軽量で人間にも読みやすいフォーマットです。Webアプリケーションでのデータ通信に多く使われています。<br /> – YAML:データを人間が読みやすい形式で記述できるフォーマットで、設定ファイルなどに利用されますが、XMLほどの厳密さはありません。</p> <h1>XMLのパーサーとライブラリ</h1> <p>XMLを扱うためには、XMLパーサーが必要です。パーサーはXML文書を読み込み、プログラムが扱えるデータ構造に変換する役割を果たします。多くのプログラミング言語にはXMLを扱うためのライブラリが用意されています。</p> <p>例えば、Pythonでは`xml.etree.ElementTree`モジュールを使用してXMLを解析することができます。Javaでは`javax.xml.parsers`パッケージが利用されます。</p> <h1>XMLのバリデーション</h1> <p>XML文書が正しい構文であるかどうかを確認するために、バリデーションを行うことが重要です。XMLスキーマやDTD(Document Type Definition)を使用して、XML文書の構造を定義し、文書がその定義に従っているかを検証します。</p> <p>これにより、データの整合性を保ち、意図しないエラーを防ぐことができます。</p> <h1>まとめ</h1> <p>XMLはデータを構造化して表現するための強力なツールです。アプリ開発においては、設定ファイルやデータ交換のフォーマットとして広く利用されています。XMLの基本を理解し、適切な方法で活用することで、アプリケーションの品質を向上させることができるでしょう。</p> <p>XMLの文法や用途をしっかりと学び、実際のプロジェクトでの活用に役立ててください。XMLを使いこなすことで、より柔軟で強力なアプリケーションを開発することができるでしょう。</p> <p></body><br /> </html></p> </div> <footer class="article-footer entry-footer"> <div class="entry-categories-tags ctdt-one-row"> <div class="entry-categories"><a class="cat-link cat-link-52" href="https://pro-market-yuuki.com/category/side-job/job-word/word/sns-2/application-development-word/"><span class="fa fa-folder cat-icon tax-icon" aria-hidden="true"></span>アプリ開発の用語解説</a></div> </div> <div class="sns-share ss-col-3 bc-brand-color-white sbc-hide ss-bottom"> <div class="sns-share-message">シェアする</div> <div class="sns-share-buttons sns-buttons"> <a href="https://twitter.com/intent/tweet?text=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E&url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button twitter-button twitter-share-button-sq x-corp-button x-corp-share-button-sq" target="_blank" title="Xでシェア" rel="nofollow noopener noreferrer" aria-label="Xでシェア"><span class="social-icon icon-x-corp"></span><span class="button-caption">X</span><span class="share-count twitter-share-count x-share-count"></span></a> <a role="button" tabindex="0" class="sns-button share-button copy-button copy-share-button-sq" data-clipboard-text="【アプリ開発の用語解説】-XML_初心者でもわかる徹底解説~ https://pro-market-yuuki.com/xml-schema-structure/" title="タイトルとURLをコピーする" aria-label="タイトルとURLをコピーする"><span class="social-icon icon-copy"></span><span class="button-caption">コピー</span><span class="share-count copy-share-count"></span></a> </div><!-- /.sns-share-buttons --> </div><!-- /.sns-share --> <!-- SNSページ --> <div class="sns-follow bc-brand-color fbc-hide sf-bottom"> <div class="sns-follow-message">ゆうきくん@素人投資家をフォローする</div> <div class="sns-follow-buttons sns-buttons"> <a href="https://ameblo.jp/kagakusyanotamago" class="sns-button follow-button website-button website-follow-button-sq" target="_blank" title="著者サイト" rel="nofollow noopener noreferrer" aria-label="著作サイトをチェック"><span class="icon-home-logo"></span></a> <a href="https://x.com/1Bb1sF5cwF6864" class="sns-button follow-button twitter-button twitter-follow-button-sq x-corp-button x-corp-follow-button-sq" target="_blank" title="Xをフォロー" rel="nofollow noopener noreferrer" aria-label="Xをフォロー"><span class="icon-x-corp-logo"></span></a> <a href="https://www.instagram.com/yuukikun123456/" class="sns-button follow-button instagram-button instagram-follow-button-sq" target="_blank" title="Instagramをフォロー" rel="nofollow noopener noreferrer" aria-label="Instagramをフォロー"><span class="icon-instagram-logo"></span></a> <a href="https://www.youtube.com/@yuukikun-n7w" class="sns-button follow-button youtube-button youtube-follow-button-sq" target="_blank" title="YouTubeをフォロー" rel="nofollow noopener noreferrer" aria-label="YouTubeをフォロー"><span class="icon-youtube-logo"></span></a> <a href="https://www.tiktok.com/@yuukikun_siroutososika" class="sns-button follow-button tiktok-button tiktok-follow-button-sq" target="_blank" title="TikTokをフォロー" rel="nofollow noopener noreferrer" aria-label="TikTokをフォロー"><span class="icon-tiktok-logo"></span></a> <a href="https://note.com/famous_dahlia208/" class="sns-button follow-button note-button note-follow-button-sq" target="_blank" title="noteをフォロー" rel="nofollow noopener noreferrer" aria-label="noteをフォロー"><span class="icon-note-logo"></span></a> <a href="//feedly.com/i/discover/sources/search/feed/https%3A%2F%2Fpro-market-yuuki.com" class="sns-button follow-button feedly-button feedly-follow-button-sq" target="_blank" title="feedlyで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="feedlyで更新情報を購読"><span class="icon-feedly-logo"></span><span class="follow-count feedly-follow-count"></span></a> <a href="https://pro-market-yuuki.com/feed/" class="sns-button follow-button rss-button rss-follow-button-sq" target="_blank" title="RSSで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="RSSで更新情報を購読"><span class="icon-rss-logo"></span></a> </div><!-- /.sns-follow-buttons --> </div><!-- /.sns-follow --> <div class="footer-meta"> <div class="author-info"> <span class="fa fa-pencil" aria-hidden="true"></span> <a href="https://pro-market-yuuki.com" class="author-link"> <span class="post-author vcard author" itemprop="editor author creator copyrightHolder" itemscope itemtype="https://schema.org/Person"> <meta itemprop="url" content="https://pro-market-yuuki.com"> <span class="author-name fn" itemprop="name">ゆうきくん@素人投資家のブログ</span> </span> </a> </div> </div> </footer> </article> <div class="under-entry-content"> <div id="author_box-4" class="widget widget-above-related-entries widget_author_box"><h2 class="widget-above-related-entries-title main-widget-label widget-title">プロフィール</h2> <div class="author-box border-element no-icon cf"> <figure class="author-thumb circle-image"> <img alt='ゆうきくん@素人投資家' src='https://pro-market-yuuki.com/wp-content/uploads/2024/10/de03645c-dbe5-4240-a645-cb9b164e646d.webp' class='avatar avatar-200 photo' height='200' width='200' /> </figure> <div class="author-content"> <div class="author-name"> <a href="https://pro-market-yuuki.com/profile/">ゆうきくん@素人投資家</a> </div> <div class="author-description"> <p>1億人フォロワー挑戦中/2023年投資デビュー/30代/投資400万円/会社員/弁理士/技術士(機械)/中小企業診断士の受験生/年収400万円/投資家/chocoZAP/料理/アニメ/簿記検定/</p> </div> <div class="profile-follows author-follows"> <!-- SNSページ --> <div class="sns-follow bc-brand-color fbc-hide sf-profile"> <div class="sns-follow-message">ゆうきくん@素人投資家をフォローする</div> <div class="sns-follow-buttons sns-buttons"> <a href="https://ameblo.jp/kagakusyanotamago" class="sns-button follow-button website-button website-follow-button-sq" target="_blank" title="著者サイト" rel="nofollow noopener noreferrer" aria-label="著作サイトをチェック"><span class="icon-home-logo"></span></a> <a href="https://x.com/1Bb1sF5cwF6864" class="sns-button follow-button twitter-button twitter-follow-button-sq x-corp-button x-corp-follow-button-sq" target="_blank" title="Xをフォロー" rel="nofollow noopener noreferrer" aria-label="Xをフォロー"><span class="icon-x-corp-logo"></span></a> <a href="https://www.instagram.com/yuukikun123456/" class="sns-button follow-button instagram-button instagram-follow-button-sq" target="_blank" title="Instagramをフォロー" rel="nofollow noopener noreferrer" aria-label="Instagramをフォロー"><span class="icon-instagram-logo"></span></a> <a href="https://www.youtube.com/@yuukikun-n7w" class="sns-button follow-button youtube-button youtube-follow-button-sq" target="_blank" title="YouTubeをフォロー" rel="nofollow noopener noreferrer" aria-label="YouTubeをフォロー"><span class="icon-youtube-logo"></span></a> <a href="https://www.tiktok.com/@yuukikun_siroutososika" class="sns-button follow-button tiktok-button tiktok-follow-button-sq" target="_blank" title="TikTokをフォロー" rel="nofollow noopener noreferrer" aria-label="TikTokをフォロー"><span class="icon-tiktok-logo"></span></a> <a href="https://note.com/famous_dahlia208/" class="sns-button follow-button note-button note-follow-button-sq" target="_blank" title="noteをフォロー" rel="nofollow noopener noreferrer" aria-label="noteをフォロー"><span class="icon-note-logo"></span></a> <a href="//feedly.com/i/discover/sources/search/feed/https%3A%2F%2Fpro-market-yuuki.com" class="sns-button follow-button feedly-button feedly-follow-button-sq" target="_blank" title="feedlyで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="feedlyで更新情報を購読"><span class="icon-feedly-logo"></span><span class="follow-count feedly-follow-count"></span></a> <a href="https://pro-market-yuuki.com/feed/" class="sns-button follow-button rss-button rss-follow-button-sq" target="_blank" title="RSSで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="RSSで更新情報を購読"><span class="icon-rss-logo"></span></a> </div><!-- /.sns-follow-buttons --> </div><!-- /.sns-follow --> </div> </div> </div> </div> <aside id="related-entries" class="related-entries rect-entry-card"> <h2 class="related-entry-heading"> <span class="related-entry-main-heading main-caption"> 関連記事 </span> </h2> <div class="related-list"> <a href="https://pro-market-yuuki.com/ide-tools-plugins/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-IDE_初心者でもわかる徹底解説~"> <article class="post-7086 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-3-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-IDE_初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> アプリ開発におけるIDE(統合開発環境)について、初心者にもわかりやすく解説します。IDEの機能や選び方、使い方を詳しく紹介し、アプリ開発の第一歩をサポートします。IDEとは何か?IDE(Integrated Development Env... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/data-structure/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-データ構造_初心者でもわかる徹底解説"> <article class="post-7168 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-44-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-データ構造_初心者でもわかる徹底解説 </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> データ構造はアプリ開発やプログラミングにおいて非常に重要な概念です。本記事では、初心者にも分かりやすくデータ構造の基本を解説します。データ構造とはデータ構造とは、データを整理・管理するための方法や形式のことを指します。プログラム内でデータを... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/deployment-process/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-デプロイ_~初心者でもわかる徹底解説~"> <article class="post-7140 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-30-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-デプロイ_~初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> デプロイとは、アプリケーションやソフトウェアを開発環境から本番環境に移し、実際にユーザーが利用できる状態にするプロセスです。本記事では、デプロイの基本から具体的な手順、注意点までを初心者にもわかりやすく解説します。デプロイの基本概念デプロイ... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/frontend-development/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-フロントエンド_~初心者でもわかる徹底解説~"> <article class="post-7098 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-9-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-フロントエンド_~初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> アプリ開発におけるフロントエンドの基本を初心者向けに詳しく解説します。これを読めば、フロントエンドの重要性や技術を理解できるようになります。フロントエンドとは何かフロントエンドは、ユーザーが直接触れる部分、つまりウェブサイトやアプリケーショ... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/object-oriented-programming-oop/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-オブジェクト指向プログラミング(OOP)_~初心者でもわかる徹底解説~"> <article class="post-7184 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-52-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-オブジェクト指向プログラミング(OOP)_~初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> オブジェクト指向プログラミング(OOP)は、プログラミングの設計手法の一つで、特にアプリ開発において非常に重要です。本記事では、OOPの基本概念や特徴を初心者向けに詳しく解説します。オブジェクト指向プログラミング(OOP)とは?オブジェクト... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/git-repository/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-Git_初心者でもわかる徹底解説~"> <article class="post-7122 related-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="related-entry-card-thumb card-thumb e-card-thumb"> <img width="160" height="90" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-160x90.jpg" class="related-entry-card-thumb-image card-thumb-image wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-21-1.jpg 1000w" sizes="(max-width: 160px) 100vw, 160px" /> <span class="cat-label cat-label-52">アプリ開発の用語解説</span> </figure><!-- /.related-entry-thumb --> <div class="related-entry-card-content card-content e-card-content"> <h3 class="related-entry-card-title card-title e-card-title"> 【アプリ開発の用語解説】-Git_初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> アプリ開発におけるGitの基本を初心者向けに解説します。Gitの使い方や概念を理解し、効率的なバージョン管理を実現しましょう。Gitとは?Gitは、ソフトウェア開発におけるバージョン管理システムの一つです。開発者がコードの変更履歴を追跡し、... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> </div> </aside> <div id="popular_entries-3" class="widget widget-below-related-entries widget_popular_entries"><h2 class="widget-below-related-entries-title main-widget-label widget-title">人気記事</h2> <div class="popular-entry-cards widget-entry-cards no-icon cf"> <a href="https://pro-market-yuuki.com/tourism-support-automation/" class="popular-entry-card-link widget-entry-card-link a-wrap no-1" title="【年収2000万円を稼ぐ仕事】-AIツールを活用した観光産業支援サービス"> <div class="post-25736 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-cost-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【年収2000万円を稼ぐ仕事】-AIツールを活用した観光産業支援サービス</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.11.29</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/stock-market/" class="popular-entry-card-link widget-entry-card-link a-wrap no-2" title="【月100万円をオルカンに積み上げると10年後どうなる?驚きの資産額を解説】"> <div class="post-88 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-index_stock-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【月100万円をオルカンに積み上げると10年後どうなる?驚きの資産額を解説】</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.10.28</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/hazardous-materials-handler/" class="popular-entry-card-link widget-entry-card-link a-wrap no-3" title="【稼げるおすすめ資格】危険物取扱者_稼げる理由を徹底解説"> <div class="post-3211 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-qualifications-money-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【稼げるおすすめ資格】危険物取扱者_稼げる理由を徹底解説</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2025.01.04</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/biotechnology-startup/" class="popular-entry-card-link widget-entry-card-link a-wrap no-4" title="【月10億円を稼ぐ副業】-高収益のバイオテクノロジー企業運営"> <div class="post-24271 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-cost-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【月10億円を稼ぐ副業】-高収益のバイオテクノロジー企業運営</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2025.01.02</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/cash-settlement-option-trading/" class="popular-entry-card-link widget-entry-card-link a-wrap no-5" title="【オプション取引の用語解説】-キャッシュセトル_初心者でもわかる徹底解説"> <div class="post-12139 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-option-invest-word-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【オプション取引の用語解説】-キャッシュセトル_初心者でもわかる徹底解説</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.12.16</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> </div> </div> <div id="info_list-2" class="widget widget-below-related-entries widget_info_list"><h2 class="widget-below-related-entries-title main-widget-label widget-title">新着情報</h2> <div id="info-list" class="info-list is-style-frame-border is-style-divider-line"> <div class="info-list-item"> <div class="info-list-item-content"><a href="https://pro-market-yuuki.com/patent-technology/" class="info-list-item-content-link">【月10億円を稼ぐ副業】-特許技術を活用した新事業展開</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2025.01.23</span><span class="info-list-item-categorys"><span class="entry-category cat-label-66">予算で分類</span></span> </div> </div> <div class="info-list-item"> <div class="info-list-item-content"><a href="https://pro-market-yuuki.com/side-hustle-video-9/" class="info-list-item-content-link">【月50万円を稼ぐ副業】-動画プラットフォームでの大規模収益化_徹底解説</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2025.01.23</span><span class="info-list-item-categorys"><span class="entry-category cat-label-66">予算で分類</span></span> </div> </div> <div class="info-list-item"> <div class="info-list-item-content"><a href="https://pro-market-yuuki.com/survey-earnings-13/" class="info-list-item-content-link">【月500円を稼ぐ副業】-クラウドソーシングでアンケート回答_徹底解説</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2025.01.23</span><span class="info-list-item-categorys"><span class="entry-category cat-label-66">予算で分類</span></span> </div> </div> </div> </div> <div id="categories-3" class="widget widget-below-related-entries widget_categories"><h2 class="widget-below-related-entries-title main-widget-label widget-title">カテゴリー</h2><form action="https://pro-market-yuuki.com" method="get"><label class="screen-reader-text" for="categories-dropdown-3">カテゴリー</label><select name='cat' id='categories-dropdown-3' class='postform'> <option value='-1'>カテゴリーを選択</option> <option class="level-0" value="92">AI  (323)</option> <option class="level-0" value="80">FXの用語解説  (55)</option> <option class="level-0" value="36">Instagramの用語解説  (68)</option> <option class="level-0" value="49">LINEの用語解説  (142)</option> <option class="level-0" value="96">option-invest-word  (110)</option> <option class="level-0" value="5">SNSで稼ぐ  (21)</option> <option class="level-0" value="51">Tiktokの用語解説  (68)</option> <option class="level-0" value="20">wordpressで稼ぐ  (80)</option> <option class="level-0" value="47">Xの用語解説  (67)</option> <option class="level-0" value="48">youtubeの用語解説  (61)</option> <option class="level-0" value="1">おすすめの副業  (451)</option> <option class="level-0" value="2">おすすめ副業ツール  (2)</option> <option class="level-0" value="27">おすすめ証券会社  (80)</option> <option class="level-0" value="52">アプリ開発の用語解説  (67)</option> <option class="level-0" value="9">インデックス投資  (35)</option> <option class="level-0" value="79">インデックス投資の用語解説  (165)</option> <option class="level-0" value="24">スマホアプリで稼ぐ  (153)</option> <option class="level-0" value="90">ポケモンで稼ぐ  (402)</option> <option class="level-0" value="53">マイナポータルの用語解説  (68)</option> <option class="level-0" value="82">不動産投資の用語解説  (55)</option> <option class="level-0" value="66">予算で分類  (1,406)</option> <option class="level-0" value="81">仮想通貨の用語解説  (55)</option> <option class="level-0" value="83">仮想通貨の種類  (110)</option> <option class="level-0" value="13">投資のトピック  (7)</option> <option class="level-0" value="84">投資の種類  (110)</option> <option class="level-0" value="7">日本株の株式投資  (286)</option> <option class="level-0" value="76">日本株の用語解説  (110)</option> <option class="level-0" value="12">有名投資家  (6)</option> <option class="level-0" value="78">株式投資の用語解説  (165)</option> <option class="level-0" value="11">毎日の株式市場のまとめ  (12)</option> <option class="level-0" value="55">物販  (68)</option> <option class="level-0" value="30">節約術  (75)</option> <option class="level-0" value="8">米国株の株式投資  (3)</option> <option class="level-0" value="77">米国株の用語解説  (165)</option> <option class="level-0" value="28">資格で稼ぐ  (80)</option> <option class="level-0" value="54">転売の用語解説  (68)</option> </select> </form><script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "categories-dropdown-3" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </div><div id="archives-3" class="widget widget-below-related-entries widget_archive"><h2 class="widget-below-related-entries-title main-widget-label widget-title">アーカイブ</h2> <label class="screen-reader-text" for="archives-dropdown-3">アーカイブ</label> <select id="archives-dropdown-3" name="archive-dropdown"> <option value="">月を選択</option> <option value='https://pro-market-yuuki.com/2025/01/'> 2025年1月  (1615)</option> <option value='https://pro-market-yuuki.com/2024/12/'> 2024年12月  (2304)</option> <option value='https://pro-market-yuuki.com/2024/11/'> 2024年11月  (1247)</option> <option value='https://pro-market-yuuki.com/2024/10/'> 2024年10月  (33)</option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-3" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div> <div id="pager-post-navi" class="pager-post-navi post-navi-default cf"> <a href="https://pro-market-yuuki.com/lightwork-jobs/" title="【初心者必見】軽作業バイト「ロジピック」の副業アプリ登録方法と稼げるノウハウ" class="prev-post a-wrap border-element cf"> <div class="fa fa-chevron-left iconfont" aria-hidden="true"></div> <figure class="prev-post-thumb card-thumb"><img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/65-4-2.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /></figure> <div class="prev-post-title">【初心者必見】軽作業バイト「ロジピック」の副業アプリ登録方法と稼げるノウハウ</div></a><a href="https://pro-market-yuuki.com/health-manager/" title="【稼げるおすすめ資格】衛生管理者_稼げる理由を徹底解説" class="next-post a-wrap cf"> <div class="fa fa-chevron-right iconfont" aria-hidden="true"></div> <figure class="next-post-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/64-6-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /></figure> <div class="next-post-title">【稼げるおすすめ資格】衛生管理者_稼げる理由を徹底解説</div></a> </div><!-- /.pager-post-navi --> </div> <div id="breadcrumb" class="breadcrumb breadcrumb-category sbp-main-bottom" itemscope itemtype="https://schema.org/BreadcrumbList"><div class="breadcrumb-home" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-home fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com" itemprop="item"><span itemprop="name" class="breadcrumb-caption">ホーム</span></a><meta itemprop="position" content="1" /><span class="sp"><span class="fa fa-angle-right" aria-hidden="true"></span></span></div><div class="breadcrumb-item" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-folder fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com/category/side-job/" itemprop="item"><span itemprop="name" class="breadcrumb-caption">副業関係</span></a><meta itemprop="position" content="2" /><span class="sp"><span class="fa fa-angle-right" aria-hidden="true"></span></span></div><div class="breadcrumb-item" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-folder fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com/category/side-job/job-word/" itemprop="item"><span itemprop="name" class="breadcrumb-caption">副業の用語解説</span></a><meta itemprop="position" content="3" /><span class="sp"><span class="fa fa-angle-right" aria-hidden="true"></span></span></div><div class="breadcrumb-item" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-folder fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com/category/side-job/job-word/word/" itemprop="item"><span itemprop="name" class="breadcrumb-caption">用語解説</span></a><meta itemprop="position" content="4" /><span class="sp"><span class="fa fa-angle-right" aria-hidden="true"></span></span></div><div class="breadcrumb-item" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-folder fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com/category/side-job/job-word/word/sns-2/" itemprop="item"><span itemprop="name" class="breadcrumb-caption">SNSの用語解説</span></a><meta itemprop="position" content="5" /><span class="sp"><span class="fa fa-angle-right" aria-hidden="true"></span></span></div><div class="breadcrumb-item" itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span class="fa fa-folder fa-fw" aria-hidden="true"></span><a href="https://pro-market-yuuki.com/category/side-job/job-word/word/sns-2/application-development-word/" itemprop="item"><span itemprop="name" class="breadcrumb-caption">アプリ開発の用語解説</span></a><meta itemprop="position" content="6" /></div></div><!-- /#breadcrumb --> </main> <div id="sidebar" class="sidebar nwa cf" role="complementary"> <aside id="search-2" class="widget widget-sidebar widget-sidebar-standard widget_search"><h3 class="widget-sidebar-title widget-title">検索窓</h3><form class="search-box input-box" method="get" action="https://pro-market-yuuki.com/"> <input type="text" placeholder="サイト内を検索" name="s" class="search-edit" aria-label="input" value=""> <button type="submit" class="search-submit" aria-label="button"><span class="fa fa-search" aria-hidden="true"></span></button> </form> </aside><aside id="author_box-3" class="widget widget-sidebar widget-sidebar-standard widget_author_box"><h3 class="widget-sidebar-title widget-title">プロフィール</h3> <div class="author-box border-element no-icon cf"> <div class="author-widget-name"> ゆうきくん@素人投資家 </div> <figure class="author-thumb circle-image"> <img alt='ゆうきくん@素人投資家' src='https://pro-market-yuuki.com/wp-content/uploads/2024/10/de03645c-dbe5-4240-a645-cb9b164e646d.webp' class='avatar avatar-200 photo' height='200' width='200' /> </figure> <div class="author-content"> <div class="author-name"> <a href="https://pro-market-yuuki.com/profile/">ゆうきくん@素人投資家</a> </div> <div class="author-description"> <p>1億人フォロワー挑戦中/2023年投資デビュー/30代/投資400万円/会社員/弁理士/技術士(機械)/中小企業診断士の受験生/年収400万円/投資家/chocoZAP/料理/アニメ/簿記検定/</p> </div> <div class="profile-follows author-follows"> <!-- SNSページ --> <div class="sns-follow bc-brand-color fbc-hide sf-profile"> <div class="sns-follow-message">ゆうきくん@素人投資家をフォローする</div> <div class="sns-follow-buttons sns-buttons"> <a href="https://ameblo.jp/kagakusyanotamago" class="sns-button follow-button website-button website-follow-button-sq" target="_blank" title="著者サイト" rel="nofollow noopener noreferrer" aria-label="著作サイトをチェック"><span class="icon-home-logo"></span></a> <a href="https://x.com/1Bb1sF5cwF6864" class="sns-button follow-button twitter-button twitter-follow-button-sq x-corp-button x-corp-follow-button-sq" target="_blank" title="Xをフォロー" rel="nofollow noopener noreferrer" aria-label="Xをフォロー"><span class="icon-x-corp-logo"></span></a> <a href="https://www.instagram.com/yuukikun123456/" class="sns-button follow-button instagram-button instagram-follow-button-sq" target="_blank" title="Instagramをフォロー" rel="nofollow noopener noreferrer" aria-label="Instagramをフォロー"><span class="icon-instagram-logo"></span></a> <a href="https://www.youtube.com/@yuukikun-n7w" class="sns-button follow-button youtube-button youtube-follow-button-sq" target="_blank" title="YouTubeをフォロー" rel="nofollow noopener noreferrer" aria-label="YouTubeをフォロー"><span class="icon-youtube-logo"></span></a> <a href="https://www.tiktok.com/@yuukikun_siroutososika" class="sns-button follow-button tiktok-button tiktok-follow-button-sq" target="_blank" title="TikTokをフォロー" rel="nofollow noopener noreferrer" aria-label="TikTokをフォロー"><span class="icon-tiktok-logo"></span></a> <a href="https://note.com/famous_dahlia208/" class="sns-button follow-button note-button note-follow-button-sq" target="_blank" title="noteをフォロー" rel="nofollow noopener noreferrer" aria-label="noteをフォロー"><span class="icon-note-logo"></span></a> <a href="//feedly.com/i/discover/sources/search/feed/https%3A%2F%2Fpro-market-yuuki.com" class="sns-button follow-button feedly-button feedly-follow-button-sq" target="_blank" title="feedlyで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="feedlyで更新情報を購読"><span class="icon-feedly-logo"></span><span class="follow-count feedly-follow-count"></span></a> <a href="https://pro-market-yuuki.com/feed/" class="sns-button follow-button rss-button rss-follow-button-sq" target="_blank" title="RSSで更新情報を購読" rel="nofollow noopener noreferrer" aria-label="RSSで更新情報を購読"><span class="icon-rss-logo"></span></a> </div><!-- /.sns-follow-buttons --> </div><!-- /.sns-follow --> </div> </div> </div> </aside><aside id="text-2" class="widget widget-sidebar widget-sidebar-standard widget_text"><h3 class="widget-sidebar-title widget-title">X(旧Twitter)</h3> <div class="textwidget"><p><a class="twitter-timeline" data-lang="ja" data-height="400" href="https://twitter.com/1Bb1sF5cwF6864?ref_src=twsrc%5Etfw">Tweets by 1Bb1sF5cwF6864</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p> </div> </aside><aside id="related_entries-2" class="widget widget-sidebar widget-sidebar-standard widget_related_entries"><h3 class="widget-sidebar-title widget-title">関連記事</h3> <div class="widget-related-entry-cards widget-entry-cards no-icon cf"> <a href="https://pro-market-yuuki.com/repository-management/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-リポジトリ_初心者でもわかる徹底解説"> <div class="post-7130 widget-related-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="widget-related-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-25-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.entry-card-thumb --> <div class="widget-related-entry-card-content widget-entry-card-content card-content"> <div class="widget-related-entry-card-title widget-entry-card-title card-title">【アプリ開発の用語解説】-リポジトリ_初心者でもわかる徹底解説</div> <div class="widget-related-entry-card-date widget-entry-card-date display-none"> <span class="widget-related-entry-card-post-date widget-entry-card-post-date post-date">2024.12.10</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/constructor-function/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-コンストラクタ_~初心者でもわかる徹底解説~"> <div class="post-7196 widget-related-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="widget-related-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-58-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.entry-card-thumb --> <div class="widget-related-entry-card-content widget-entry-card-content card-content"> <div class="widget-related-entry-card-title widget-entry-card-title card-title">【アプリ開発の用語解説】-コンストラクタ_~初心者でもわかる徹底解説~</div> <div class="widget-related-entry-card-date widget-entry-card-date display-none"> <span class="widget-related-entry-card-post-date widget-entry-card-post-date post-date">2025.01.12</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/merge-request/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-マージ_~初心者でもわかる徹底解説~"> <div class="post-7134 widget-related-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="widget-related-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-27-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.entry-card-thumb --> <div class="widget-related-entry-card-content widget-entry-card-content card-content"> <div class="widget-related-entry-card-title widget-entry-card-title card-title">【アプリ開発の用語解説】-マージ_~初心者でもわかる徹底解説~</div> <div class="widget-related-entry-card-date widget-entry-card-date display-none"> <span class="widget-related-entry-card-post-date widget-entry-card-post-date post-date">2024.12.12</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/user-interface-design-ux-2/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-インターフェース_~初心者でもわかる徹底解説~"> <div class="post-7202 widget-related-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="widget-related-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-61-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.entry-card-thumb --> <div class="widget-related-entry-card-content widget-entry-card-content card-content"> <div class="widget-related-entry-card-title widget-entry-card-title card-title">【アプリ開発の用語解説】-インターフェース_~初心者でもわかる徹底解説~</div> <div class="widget-related-entry-card-date widget-entry-card-date display-none"> <span class="widget-related-entry-card-post-date widget-entry-card-post-date post-date">2025.01.15</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/json-parse/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-JSON_初心者でもわかる徹底解説~"> <div class="post-7180 widget-related-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-application-development-word-post"> <figure class="widget-related-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-50-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.entry-card-thumb --> <div class="widget-related-entry-card-content widget-entry-card-content card-content"> <div class="widget-related-entry-card-title widget-entry-card-title card-title">【アプリ開発の用語解説】-JSON_初心者でもわかる徹底解説~</div> <div class="widget-related-entry-card-date widget-entry-card-date display-none"> <span class="widget-related-entry-card-post-date widget-entry-card-post-date post-date">2025.01.04</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> </div> </aside> <aside id="categories-2" class="widget widget-sidebar widget-sidebar-standard widget_categories"><h3 class="widget-sidebar-title widget-title">カテゴリ</h3><form action="https://pro-market-yuuki.com" method="get"><label class="screen-reader-text" for="categories-dropdown-2">カテゴリ</label><select name='cat' id='categories-dropdown-2' class='postform'> <option value='-1'>カテゴリーを選択</option> <option class="level-0" value="92">AI  (323)</option> <option class="level-0" value="80">FXの用語解説  (55)</option> <option class="level-0" value="36">Instagramの用語解説  (68)</option> <option class="level-0" value="49">LINEの用語解説  (142)</option> <option class="level-0" value="96">option-invest-word  (110)</option> <option class="level-0" value="5">SNSで稼ぐ  (21)</option> <option class="level-0" value="51">Tiktokの用語解説  (68)</option> <option class="level-0" value="20">wordpressで稼ぐ  (80)</option> <option class="level-0" value="47">Xの用語解説  (67)</option> <option class="level-0" value="48">youtubeの用語解説  (61)</option> <option class="level-0" value="1">おすすめの副業  (451)</option> <option class="level-0" value="2">おすすめ副業ツール  (2)</option> <option class="level-0" value="27">おすすめ証券会社  (80)</option> <option class="level-0" value="52">アプリ開発の用語解説  (67)</option> <option class="level-0" value="9">インデックス投資  (35)</option> <option class="level-0" value="79">インデックス投資の用語解説  (165)</option> <option class="level-0" value="24">スマホアプリで稼ぐ  (153)</option> <option class="level-0" value="90">ポケモンで稼ぐ  (402)</option> <option class="level-0" value="53">マイナポータルの用語解説  (68)</option> <option class="level-0" value="82">不動産投資の用語解説  (55)</option> <option class="level-0" value="66">予算で分類  (1,406)</option> <option class="level-0" value="81">仮想通貨の用語解説  (55)</option> <option class="level-0" value="83">仮想通貨の種類  (110)</option> <option class="level-0" value="13">投資のトピック  (7)</option> <option class="level-0" value="84">投資の種類  (110)</option> <option class="level-0" value="7">日本株の株式投資  (286)</option> <option class="level-0" value="76">日本株の用語解説  (110)</option> <option class="level-0" value="12">有名投資家  (6)</option> <option class="level-0" value="78">株式投資の用語解説  (165)</option> <option class="level-0" value="11">毎日の株式市場のまとめ  (12)</option> <option class="level-0" value="55">物販  (68)</option> <option class="level-0" value="30">節約術  (75)</option> <option class="level-0" value="8">米国株の株式投資  (3)</option> <option class="level-0" value="77">米国株の用語解説  (165)</option> <option class="level-0" value="28">資格で稼ぐ  (80)</option> <option class="level-0" value="54">転売の用語解説  (68)</option> </select> </form><script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "categories-dropdown-2" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside><aside id="archives-2" class="widget widget-sidebar widget-sidebar-standard widget_archive"><h3 class="widget-sidebar-title widget-title">アーカイブ</h3> <ul> <li><a href='https://pro-market-yuuki.com/2025/01/'><span class="list-item-caption">2025年1月</span><span class="post-count">1615</span></a></li> <li><a href='https://pro-market-yuuki.com/2024/12/'><span class="list-item-caption">2024年12月</span><span class="post-count">2304</span></a></li> <li><a href='https://pro-market-yuuki.com/2024/11/'><span class="list-item-caption">2024年11月</span><span class="post-count">1247</span></a></li> <li><a href='https://pro-market-yuuki.com/2024/10/'><span class="list-item-caption">2024年10月</span><span class="post-count">33</span></a></li> </ul> </aside> <div id="sidebar-scroll" class="sidebar-scroll"> <aside id="popular_entries-2" class="widget widget-sidebar widget-sidebar-scroll widget_popular_entries"><h3 class="widget-sidebar-scroll-title widget-title">人気記事</h3> <div class="popular-entry-cards widget-entry-cards no-icon cf"> <a href="https://pro-market-yuuki.com/tourism-support-automation/" class="popular-entry-card-link widget-entry-card-link a-wrap no-1" title="【年収2000万円を稼ぐ仕事】-AIツールを活用した観光産業支援サービス"> <div class="post-25736 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-cost-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test4-8-14-1.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【年収2000万円を稼ぐ仕事】-AIツールを活用した観光産業支援サービス</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.11.29</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/stock-market/" class="popular-entry-card-link widget-entry-card-link a-wrap no-2" title="【月100万円をオルカンに積み上げると10年後どうなる?驚きの資産額を解説】"> <div class="post-88 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-index_stock-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/10/wj5pyxK20J2BbR61730110791_1730110831.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【月100万円をオルカンに積み上げると10年後どうなる?驚きの資産額を解説】</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.10.28</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/hazardous-materials-handler/" class="popular-entry-card-link widget-entry-card-link a-wrap no-3" title="【稼げるおすすめ資格】危険物取扱者_稼げる理由を徹底解説"> <div class="post-3211 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-qualifications-money-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/63-6-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【稼げるおすすめ資格】危険物取扱者_稼げる理由を徹底解説</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2025.01.04</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/biotechnology-startup/" class="popular-entry-card-link widget-entry-card-link a-wrap no-4" title="【月10億円を稼ぐ副業】-高収益のバイオテクノロジー企業運営"> <div class="post-24271 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-cost-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test3-10-34-1.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【月10億円を稼ぐ副業】-高収益のバイオテクノロジー企業運営</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2025.01.02</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/cash-settlement-option-trading/" class="popular-entry-card-link widget-entry-card-link a-wrap no-5" title="【オプション取引の用語解説】-キャッシュセトル_初心者でもわかる徹底解説"> <div class="post-12139 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-option-invest-word-post"> <figure class="popular-entry-card-thumb widget-entry-card-thumb card-thumb"> <img width="120" height="68" src="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-120x68.jpg" class="attachment-thumb120 size-thumb120 wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test2-8-17.jpg 1792w" sizes="(max-width: 120px) 100vw, 120px" /> </figure><!-- /.popular-entry-card-thumb --> <div class="popular-entry-card-content widget-entry-card-content card-content"> <div class="popular-entry-card-title widget-entry-card-title card-title">【オプション取引の用語解説】-キャッシュセトル_初心者でもわかる徹底解説</div> <div class="popular-entry-card-date widget-entry-card-date display-none"> <span class="popular-entry-card-post-date widget-entry-card-post-date post-date">2024.12.16</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> </div> </aside> </div> </div> </div> </div> <footer id="footer" class="footer footer-container nwa" itemscope itemtype="https://schema.org/WPFooter"> <div id="footer-in" class="footer-in wrap cf"> <div class="footer-bottom fdt-logo fnm-text-width cf"> <div class="footer-bottom-logo"> <div class="logo logo-footer logo-image"><a href="https://pro-market-yuuki.com/" class="site-name site-name-text-link" itemprop="url"><span class="site-name-text"><img class="site-logo-image footer-site-logo-image" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/34eeef9ad11d89fd1433c48ee18b4047.png" alt="ゆうきくん@素人投資家のブログ"><meta itemprop="name about" content="ゆうきくん@素人投資家のブログ"></span></a></div> </div> <div class="footer-bottom-content"> <nav id="navi-footer" class="navi-footer"> <div id="navi-footer-in" class="navi-footer-in"> </div> </nav> <div class="source-org copyright">© 2024 ゆうきくん@素人投資家のブログ.</div> </div> </div> </div> </footer> <ul class="mobile-header-menu-buttons mobile-menu-buttons"> <!-- メニューボタン --> <li class="navi-menu-button menu-button"> <input id="navi-menu-input" type="checkbox" class="display-none"> <label id="navi-menu-open" class="menu-open menu-button-in" for="navi-menu-input"> <span class="navi-menu-icon menu-icon"> <span class="fa fa-bars" aria-hidden="true"></span> </span> <span class="navi-menu-caption menu-caption">メニュー</span> </label> <label class="display-none" id="navi-menu-close" for="navi-menu-input"></label> <div id="navi-menu-content" class="navi-menu-content menu-content"> <label class="navi-menu-close-button menu-close-button" for="navi-menu-input"><span class="fa fa-close" aria-hidden="true"></span></label> <ul class="menu-drawer"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-67"><a href="https://pro-market-yuuki.com/">ホーム</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49"><a href="https://pro-market-yuuki.com/profile/">プロフィール</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50"><a href="https://x.com/1Bb1sF5cwF6864">X(旧Twitter)</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-51"><a href="https://www.instagram.com/yuukikun123456/">Instagram</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-52"><a href="https://www.tiktok.com/@yuukikun_siroutososika">TikTok</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-53"><a href="https://www.youtube.com/@yuukikun-n7w">Youtube</a></li> </ul> </div> </li> <!-- ロゴボタン --> <li class="logo-menu-button menu-button"> <a href="https://pro-market-yuuki.com/" class="menu-button-in"><img class="site-logo-image" src="https://pro-market-yuuki.com/wp-content/uploads/2024/11/34eeef9ad11d89fd1433c48ee18b4047.png" alt="ゆうきくん@素人投資家のブログ" width="1000" height="200"></a> </li> <!-- 検索ボタン --> <!-- 検索ボタン --> <li class="search-menu-button menu-button"> <input id="search-menu-input" type="checkbox" class="display-none"> <label id="search-menu-open" class="menu-open menu-button-in" for="search-menu-input"> <span class="search-menu-icon menu-icon"> <span class="fa fa-search" aria-hidden="true"></span> </span> <span class="search-menu-caption menu-caption">検索</span> </label> <label class="display-none" id="search-menu-close" for="search-menu-input"></label> <div id="search-menu-content" class="search-menu-content"> <form class="search-box input-box" method="get" action="https://pro-market-yuuki.com/"> <input type="text" placeholder="サイト内を検索" name="s" class="search-edit" aria-label="input" value=""> <button type="submit" class="search-submit" aria-label="button"><span class="fa fa-search" aria-hidden="true"></span></button> </form> </div> </li> </ul> <ul class="mobile-footer-menu-buttons mobile-menu-buttons"> <!-- ホームボタン --> <li class="home-menu-button menu-button"> <a href="https://pro-market-yuuki.com" class="menu-button-in"> <span class="home-menu-icon menu-icon"> <span class="fa fa-home" aria-hidden="true"></span> </span> <span class="home-menu-caption menu-caption">ホーム</span> </a> </li> <!-- シェアボタン --> <li class="share-menu-button menu-button"> <input id="share-menu-input" type="checkbox" class="display-none"> <label id="share-menu-open" class="menu-open menu-button-in" for="share-menu-input"> <span class="share-menu-icon menu-icon"> <span class="fa fa-share-alt" aria-hidden="true"></span> </span> <span class="share-menu-caption menu-caption">シェア</span> </label> <label class="display-none" id="share-menu-close" for="share-menu-input"></label> <div id="share-menu-content" class="share-menu-content"> <div class="sns-share ss-col-3 bc-brand-color sbc-hide ss-mobile"> <div class="sns-share-buttons sns-buttons"> <a href="https://twitter.com/intent/tweet?text=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E&url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button twitter-button twitter-share-button-sq x-corp-button x-corp-share-button-sq" target="_blank" title="Xでシェア" rel="nofollow noopener noreferrer" aria-label="Xでシェア"><span class="social-icon icon-x-corp"></span><span class="button-caption">X</span><span class="share-count twitter-share-count x-share-count"></span></a> <a href="//www.addtoany.com/add_to/mastodon?linkurl=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F&linkname=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E" class="sns-button share-button mastodon-button mastodon-share-button-sq" target="_blank" title="Mastodonでシェア" rel="nofollow noopener noreferrer" aria-label="Mastodonでシェア"><span class="social-icon icon-mastodon"></span><span class="button-caption">Mastodon</span><span class="share-count mastodon-share-count"></span></a> <a href="//bsky.app/intent/compose?text=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E%20https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button bluesky-button bluesky-share-button-sq" target="_blank" title="Blueskyでシェア" rel="nofollow noopener noreferrer" aria-label="Blueskyでシェア"><span class="social-icon icon-bluesky"></span><span class="button-caption">Bluesky</span><span class="share-count bluesky-share-count"></span></a> <a href="//misskey-hub.net/share/?text=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E&url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F&visibility=public&localOnly=0" class="sns-button share-button misskey-button misskey-share-button-sq" target="_blank" title="Misskeyでシェア" rel="nofollow noopener noreferrer" aria-label="Misskeyでシェア"><span class="social-icon icon-misskey"></span><span class="button-caption">Misskey</span><span class="share-count misskey-share-count"></span></a> <a href="//www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F&t=%E3%80%90%E3%82%A2%E3%83%97%E3%83%AA%E9%96%8B%E7%99%BA%E3%81%AE%E7%94%A8%E8%AA%9E%E8%A7%A3%E8%AA%AC%E3%80%91-XML_%E5%88%9D%E5%BF%83%E8%80%85%E3%81%A7%E3%82%82%E3%82%8F%E3%81%8B%E3%82%8B%E5%BE%B9%E5%BA%95%E8%A7%A3%E8%AA%AC%EF%BD%9E" class="sns-button share-button facebook-button facebook-share-button-sq" target="_blank" title="Facebookでシェア" rel="nofollow noopener noreferrer" aria-label="Facebookでシェア"><span class="social-icon icon-facebook"></span><span class="button-caption">Facebook</span><span class="share-count facebook-share-count"></span></a> <a href="//b.hatena.ne.jp/entry/s/pro-market-yuuki.com/xml-schema-structure/" class="sns-button share-button hatebu-button hatena-bookmark-button hatebu-share-button-sq" data-hatena-bookmark-layout="simple" target="_blank" title="はてブでブックマーク" rel="nofollow noopener noreferrer" aria-label="はてブでブックマーク"><span class="social-icon icon-hatena"></span><span class="button-caption">はてブ</span><span class="share-count hatebu-share-count"></span></a> <a href="//getpocket.com/edit?url=https://pro-market-yuuki.com/xml-schema-structure/" class="sns-button share-button pocket-button pocket-share-button-sq" target="_blank" title="Pocketに保存" rel="nofollow noopener noreferrer" aria-label="Pocketに保存"><span class="social-icon icon-pocket"></span><span class="button-caption">Pocket</span><span class="share-count pocket-share-count"></span></a> <a href="//timeline.line.me/social-plugin/share?url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button line-button line-share-button-sq" target="_blank" title="LINEでシェア" rel="nofollow noopener noreferrer" aria-label="LINEでシェア"><span class="social-icon icon-line"></span><span class="button-caption">LINE</span><span class="share-count line-share-count"></span></a> <a href="//www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button pinterest-button pinterest-share-button-sq" target="_blank" title="Pinterestでシェア" rel="nofollow noopener noreferrer" data-pin-do="buttonBookmark" data-pin-custom="true" aria-label="Pinterestでシェア"><span class="social-icon icon-pinterest"></span><span class="button-caption">Pinterest</span><span class="share-count pinterest-share-count"></span></a> <a href="//www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fpro-market-yuuki.com%2Fxml-schema-structure%2F" class="sns-button share-button linkedin-button linkedin-share-button-sq" target="_blank" title="LinkedInでシェア" rel="nofollow noopener noreferrer" aria-label="LinkedInでシェア"><span class="social-icon icon-linkedin"></span><span class="button-caption">LinkedIn</span><span class="share-count linkedin-share-count"></span></a> <a role="button" tabindex="0" class="sns-button share-button copy-button copy-share-button-sq" data-clipboard-text="【アプリ開発の用語解説】-XML_初心者でもわかる徹底解説~ https://pro-market-yuuki.com/xml-schema-structure/" title="タイトルとURLをコピーする" aria-label="タイトルとURLをコピーする"><span class="social-icon icon-copy"></span><span class="button-caption">コピー</span><span class="share-count copy-share-count"></span></a> <a href="#comments" class="sns-button share-button comment-button comment-share-button-sq" title="コメントする" aria-label="コメントする"><span class="social-icon icon-comment"></span><span class="button-caption">コメント</span><span class="share-count comment-share-count"></span></a> </div><!-- /.sns-share-buttons --> </div><!-- /.sns-share --> </div> </li> <!-- トップボタン --> <li class="top-menu-button menu-button"> <a href="#" class="go-to-top-common top-menu-a menu-button-in"> <span class="top-menu-icon menu-icon"> <span class="fa fa-arrow-up" aria-hidden="true"></span> </span> <span class="top-menu-caption menu-caption">トップ</span> </a> </li> <!-- サイドバーボタン --> <li class="sidebar-menu-button menu-button"> <input id="sidebar-menu-input" type="checkbox" class="display-none"> <label id="sidebar-menu-open" class="menu-open menu-button-in" for="sidebar-menu-input"> <span class="sidebar-menu-icon menu-icon"> <span class="fa fa-outdent" aria-hidden="true"></span> </span> <span class="sidebar-menu-caption menu-caption">サイドバー</span> </label> <label class="display-none" id="sidebar-menu-close" for="sidebar-menu-input"></label> <div id="sidebar-menu-content" class="sidebar-menu-content menu-content"> <label class="sidebar-menu-close-button menu-close-button" for="sidebar-menu-input"><span class="fa fa-close" aria-hidden="true"></span></label> </div> </li> </ul> <div id="go-to-top" class="go-to-top"> <button class="go-to-top-button go-to-top-common go-to-top-hide go-to-top-button-icon-font" aria-label="トップへ戻る"><span class="fa fa-angle-double-up"></span></button> </div> <script id="snow-monkey-forms-js-before">var snowmonkeyforms={"view_json_url":"https:\/\/pro-market-yuuki.com\/wp-json\/snow-monkey-form\/v1\/view?ver=1737615681","nonce":"5398f394d4"}</script> <script>(()=>{"use strict";const e=function(e,t){var s,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],r=arguments.length>4&&void 0!==arguments[4]&&arguments[4];try{s=new CustomEvent(t,{bubbles:n,cancelable:r,detail:o})}catch(e){(s=document.createEvent("CustomEvent")).initCustomEvent(t,n,r,o)}e.dispatchEvent(s)};async function t(t,s){const o=t.querySelector(".smf-focus-point"),n=t.querySelector(".smf-form"),r=t.querySelector(".smf-action"),a=new FormData(t),c=r.querySelector('[data-clicked="true"]'),l=c||r.querySelector('[type="submit"]'),i=l?l.querySelector(".smf-sending"):void 0;i&&i.setAttribute("aria-hidden","false"),c&&c.removeAttribute("data-clicked");const m={status:"init",inputs:[].slice.call(t.querySelectorAll("input[name]:not([disabled]), textarea[name]:not([disabled]), select[name]:not([disabled])")).map((e=>{let t;return"checkbox"===e.type||"radio"===e.type?e.checked&&(t=e.value):t=e.value,void 0!==t&&{name:e.getAttribute("name"),value:t}})).filter((e=>e)),formData:a},d=e=>{n.innerHTML=e},f=e=>{r.innerHTML=e},u=()=>{o&&window.scrollTo(0,window.pageYOffset+o.getBoundingClientRect().top)},y=(s=null)=>{t.setAttribute("data-screen","systemerror");const o=document.createElement("div");o.classList.add("smf-system-error-content");const n=t.querySelector(".smf-system-error-content-ready");if(o.textContent=n.textContent,s){const e=document.createElement("br"),t=document.createElement("span");t.classList.add("smf-system-error-status-text"),t.textContent=`(status: ${s})`,o.appendChild(e),o.appendChild(t)}d(o.outerHTML),f(""),u(),m.status="systemerror",e(t,"smf.systemerror",m)};e(t,"smf.beforesubmit",m);try{const o=await fetch(snowmonkeyforms.view_json_url,s);if(!o.ok)throw new Error(o.statusText);{const s=await o.json();(s=>{i&&i.setAttribute("aria-hidden","true");const o=s?.method;if(o){if(t.setAttribute("data-screen",o),f(s.action),"input"!==o){if([].slice.call(t.querySelectorAll(".smf-placeholder")).forEach((e=>{e.innerHTML=""})),(e=>"back"===e||"invalid"===e||"confirm"===e)(o)){(e=>{for(const s in e){const o=e[s];t.querySelector(`.smf-placeholder[data-name="${s}"]`).innerHTML=o}})(s.controls);const e=[].slice.call(t.querySelectorAll(".smf-error-messages"));0<e.length?(e=>{if(0<e.length){const t=((e,t)=>{for(let s=e;s;s=s.parentElement)if(s.classList.contains(t))return s})(e[0],"smf-placeholder"),s=!!t&&t.querySelector("input, select, textarea, button, .smf-file-control");s&&s.focus()}})(e):u()}else(e=>"complete"===e||"systemerror"===e)(o)?(d(s.message),u(),f(s.action)):(d(""),f(""));switch(m.status=o,m.status){case"back":e(t,"smf.back",m);break;case"confirm":e(t,"smf.confirm",m);break;case"complete":e(t,"smf.complete",m);break;case"invalid":e(t,"smf.invalid",m);break;case"systemerror":e(t,"smf.systemerror",m)}e(t,"smf.submit",m)}}else y()})(JSON.parse(s))}}catch(e){y(e)}}document.addEventListener("change",(e=>{const t=e.target;if(t.classList.contains("smf-file-control__control")){const e=t.closest(".smf-file-control"),s=e.querySelector(".smf-file-control__filename--has-file"),o=t.files;if(0<o.length&&s){const t=o[0];void 0!==t.name&&(s.textContent=t.name,e.classList.add("smf-file-control--set"))}}}),!1),document.addEventListener("click",(e=>{const t=e.target;if(t.classList.contains("smf-file-control__clear")){const e=t.closest(".smf-file-control");e.classList.remove("smf-file-control--set"),e.classList.remove("smf-file-control--uploaded"),e.querySelector(".smf-file-control__control").value="";const s=t.closest(".smf-placeholder").querySelector(".smf-file-control__value");s&&s.remove()}}),!1);const s=(e,t)=>{for(let s=e;s;s=s.parentElement)if(s.classList.contains(t))return s};document.addEventListener("click",(e=>{const t=e.target;if(t.getAttribute("data-action")&&t.setAttribute("data-clicked","true"),"back"===t.getAttribute("data-action")){const e=s(t,"smf-action");if(e){const t=e.querySelector('[type="hidden"][name="snow-monkey-forms-meta[method]"]');t&&t.setAttribute("value","back")}}}),!1),[].slice.call(document.querySelectorAll(".snow-monkey-form")).forEach((e=>{e.addEventListener("submit",(s=>{s.preventDefault(),function(e){t(e,{method:"POST",body:new FormData(e),headers:{"X-WP-Nonce":snowmonkeyforms?.nonce}})}(e)})),function(e){var s;t(e,{method:"GET",headers:{"x-smf-formid":null!==(s=e.querySelector('[name="snow-monkey-forms-meta[formid]"]')?.value)&&void 0!==s&&s}})}(e)})),["change","keyup"].forEach((e=>{document.addEventListener(e,(e=>{const t=e.target;if("1"===t.getAttribute("data-invalid")){t.removeAttribute("data-invalid"),[].slice.call(t.querySelectorAll('[data-invalid="1"]')).forEach((e=>e.removeAttribute("data-invalid")));const e=s(t,"smf-placeholder");if(e){const t=e.querySelector(".smf-error-messages");t&&t.parentNode.removeChild(t)}}}),!1)}))})()</script> <script>!function(e,t){"use strict";"function"==typeof define&&define.amd?define(t):"object"==typeof exports?module.exports=t():e.baguetteBox=t()}(this,function(){"use strict";var r,l,u,c,d,f='<svg width="44" height="60"><polyline points="30 10 10 30 30 50" stroke="rgba(255,255,255,0.5)" stroke-width="4"stroke-linecap="butt" fill="none" stroke-linejoin="round"/></svg>',g='<svg width="44" height="60"><polyline points="14 10 34 30 14 50" stroke="rgba(255,255,255,0.5)" stroke-width="4"stroke-linecap="butt" fill="none" stroke-linejoin="round"/></svg>',p='<svg width="30" height="30"><g stroke="rgb(160,160,160)" stroke-width="4"><line x1="5" y1="5" x2="25" y2="25"/><line x1="5" y1="25" x2="25" y2="5"/></g></svg>',b={},v={captions:!0,buttons:"auto",fullScreen:!1,noScrollbars:!1,bodyClass:"baguetteBox-open",titleTag:!1,async:!1,preload:2,animation:"slideIn",afterShow:null,afterHide:null,onChange:null,overlayBackgroundColor:"rgba(0,0,0,.8)"},m={},h=[],o=0,n=!1,i={},a=!1,y=/.+\.(gif|jpe?g|png|webp|avif)$/i,w={},k=[],s=null,x=function(e){-1!==e.target.id.indexOf("baguette-img")&&j()},E=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,D()},C=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,X()},B=function(e){e.stopPropagation?e.stopPropagation():e.cancelBubble=!0,j()},T=function(e){i.count++,1<i.count&&(i.multitouch=!0),i.startX=e.changedTouches[0].pageX,i.startY=e.changedTouches[0].pageY},N=function(e){if(!a&&!i.multitouch){e.preventDefault?e.preventDefault():e.returnValue=!1;var t=e.touches[0]||e.changedTouches[0];40<t.pageX-i.startX?(a=!0,D()):t.pageX-i.startX<-40?(a=!0,X()):100<i.startY-t.pageY&&j()}},L=function(){i.count--,i.count<=0&&(i.multitouch=!1),a=!1},A=function(){L()},P=function(e){"block"===r.style.display&&r.contains&&!r.contains(e.target)&&(e.stopPropagation(),Y())};function S(e){if(w.hasOwnProperty(e)){var t=w[e].galleries;[].forEach.call(t,function(e){[].forEach.call(e,function(e){W(e.imageElement,"click",e.eventHandler)}),h===e&&(h=[])}),delete w[e]}}function F(e){switch(e.keyCode){case 37:D();break;case 39:X();break;case 27:j();break;case 36:!function t(e){e&&e.preventDefault();return M(0)}(e);break;case 35:!function n(e){e&&e.preventDefault();return M(h.length-1)}(e)}}function H(e,t){if(h!==e){for(h=e,function s(e){e=e||{};for(var t in v)b[t]=v[t],"undefined"!=typeof e[t]&&(b[t]=e[t]);l.style.transition=l.style.webkitTransition="fadeIn"===b.animation?"opacity .4s ease":"slideIn"===b.animation?"":"none","auto"===b.buttons&&("ontouchstart"in window||1===h.length)&&(b.buttons=!1);u.style.display=c.style.display=b.buttons?"":"none";try{r.style.backgroundColor=b.overlayBackgroundColor}catch(n){}}(t);l.firstChild;)l.removeChild(l.firstChild);for(var n,o=[],i=[],a=k.length=0;a<e.length;a++)(n=J("div")).className="full-image",n.id="baguette-img-"+a,k.push(n),o.push("baguetteBox-figure-"+a),i.push("baguetteBox-figcaption-"+a),l.appendChild(k[a]);r.setAttribute("aria-labelledby",o.join(" ")),r.setAttribute("aria-describedby",i.join(" "))}}function I(e){b.noScrollbars&&(document.documentElement.style.overflowY="hidden",document.body.style.overflowY="scroll"),"block"!==r.style.display&&(U(document,"keydown",F),i={count:0,startX:null,startY:null},q(o=e,function(){z(o),V(o)}),R(),r.style.display="block",b.fullScreen&&function t(){r.requestFullscreen?r.requestFullscreen():r.webkitRequestFullscreen?r.webkitRequestFullscreen():r.mozRequestFullScreen&&r.mozRequestFullScreen()}(),setTimeout(function(){r.className="visible",b.bodyClass&&document.body.classList&&document.body.classList.add(b.bodyClass),b.afterShow&&b.afterShow()},50),b.onChange&&b.onChange(o,k.length),s=document.activeElement,Y(),n=!0)}function Y(){b.buttons?u.focus():d.focus()}function j(){b.noScrollbars&&(document.documentElement.style.overflowY="auto",document.body.style.overflowY="auto"),"none"!==r.style.display&&(W(document,"keydown",F),r.className="",setTimeout(function(){r.style.display="none",document.fullscreen&&function e(){document.exitFullscreen?document.exitFullscreen():document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitExitFullscreen&&document.webkitExitFullscreen()}(),b.bodyClass&&document.body.classList&&document.body.classList.remove(b.bodyClass),b.afterHide&&b.afterHide(),s&&s.focus(),n=!1},500))}function q(t,n){var e=k[t],o=h[t];if(void 0!==e&&void 0!==o)if(e.getElementsByTagName("img")[0])n&&n();else{var i=o.imageElement,a=i.getElementsByTagName("img")[0],s="function"==typeof b.captions?b.captions.call(h,i):i.getAttribute("data-caption")||i.title,r=function d(e){var t=e.href;if(e.dataset){var n=[];for(var o in e.dataset)"at-"!==o.substring(0,3)||isNaN(o.substring(3))||(n[o.replace("at-","")]=e.dataset[o]);for(var i=Object.keys(n).sort(function(e,t){return parseInt(e,10)<parseInt(t,10)?-1:1}),a=window.innerWidth*window.devicePixelRatio,s=0;s<i.length-1&&i[s]<a;)s++;t=n[i[s]]||t}return t}(i),l=J("figure");if(l.id="baguetteBox-figure-"+t,l.innerHTML='<div class="baguetteBox-spinner"><div class="baguetteBox-double-bounce1"></div><div class="baguetteBox-double-bounce2"></div></div>',b.captions&&s){var u=J("figcaption");u.id="baguetteBox-figcaption-"+t,u.innerHTML=s,l.appendChild(u)}e.appendChild(l);var c=J("img");c.onload=function(){var e=document.querySelector("#baguette-img-"+t+" .baguetteBox-spinner");l.removeChild(e),!b.async&&n&&n()},c.setAttribute("src",r),c.alt=a&&a.alt||"",b.titleTag&&s&&(c.title=s),l.appendChild(c),b.async&&n&&n()}}function X(){return M(o+1)}function D(){return M(o-1)}function M(e,t){return!n&&0<=e&&e<t.length?(H(t,b),I(e),!0):e<0?(b.animation&&O("left"),!1):e>=k.length?(b.animation&&O("right"),!1):(q(o=e,function(){z(o),V(o)}),R(),b.onChange&&b.onChange(o,k.length),!0)}function O(e){l.className="bounce-from-"+e,setTimeout(function(){l.className=""},400)}function R(){var e=100*-o+"%";"fadeIn"===b.animation?(l.style.opacity=0,setTimeout(function(){m.transforms?l.style.transform=l.style.webkitTransform="translate3d("+e+",0,0)":l.style.left=e,l.style.opacity=1},400)):m.transforms?l.style.transform=l.style.webkitTransform="translate3d("+e+",0,0)":l.style.left=e}function z(e){e-o>=b.preload||q(e+1,function(){z(e+1)})}function V(e){o-e>=b.preload||q(e-1,function(){V(e-1)})}function U(e,t,n,o){e.addEventListener?e.addEventListener(t,n,o):e.attachEvent("on"+t,function(e){(e=e||window.event).target=e.target||e.srcElement,n(e)})}function W(e,t,n,o){e.removeEventListener?e.removeEventListener(t,n,o):e.detachEvent("on"+t,n)}function G(e){return document.getElementById(e)}function J(e){return document.createElement(e)}return[].forEach||(Array.prototype.forEach=function(e,t){for(var n=0;n<this.length;n++)e.call(t,this[n],n,this)}),[].filter||(Array.prototype.filter=function(e,t,n,o,i){for(n=this,o=[],i=0;i<n.length;i++)e.call(t,n[i],i,n)&&o.push(n[i]);return o}),{run:function K(e,t){return m.transforms=function n(){var e=J("div");return"undefined"!=typeof e.style.perspective||"undefined"!=typeof e.style.webkitPerspective}(),m.svg=function o(){var e=J("div");return e.innerHTML="<svg/"+">","http://www.w3.org/2000/svg"===(e.firstChild&&e.firstChild.namespaceURI)}(),m.passiveEvents=function i(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("test",null,t)}catch(n){}return e}(),function a(){if(r=G("baguetteBox-overlay"))return l=G("baguetteBox-slider"),u=G("previous-button"),c=G("next-button"),void(d=G("close-button"));(r=J("div")).setAttribute("role","dialog"),r.id="baguetteBox-overlay",document.getElementsByTagName("body")[0].appendChild(r),(l=J("div")).id="baguetteBox-slider",r.appendChild(l),(u=J("button")).setAttribute("type","button"),u.id="previous-button",u.setAttribute("aria-label","Previous"),u.innerHTML=m.svg?f:"<",r.appendChild(u),(c=J("button")).setAttribute("type","button"),c.id="next-button",c.setAttribute("aria-label","Next"),c.innerHTML=m.svg?g:">",r.appendChild(c),(d=J("button")).setAttribute("type","button"),d.id="close-button",d.setAttribute("aria-label","Close"),d.innerHTML=m.svg?p:"×",r.appendChild(d),u.className=c.className=d.className="baguetteBox-button",function n(){var e=m.passiveEvents?{passive:!1}:null,t=m.passiveEvents?{passive:!0}:null;U(r,"click",x),U(u,"click",E),U(c,"click",C),U(d,"click",B),U(l,"contextmenu",A),U(r,"touchstart",T,t),U(r,"touchmove",N,e),U(r,"touchend",L),U(document,"focus",P,!0)}()}(),S(e),function s(e,a){var t=document.querySelectorAll(e),n={galleries:[],nodeList:t};return w[e]=n,[].forEach.call(t,function(e){a&&a.filter&&(y=a.filter);var t=[];if(t="A"===e.tagName?[e]:e.getElementsByTagName("a"),0!==(t=[].filter.call(t,function(e){if(-1===e.className.indexOf(a&&a.ignoreClass))return y.test(e.href)})).length){var i=[];[].forEach.call(t,function(e,t){var n=function(e){e.preventDefault?e.preventDefault():e.returnValue=!1,H(i,a),I(t)},o={eventHandler:n,imageElement:e};U(e,"click",n),i.push(o)}),n.galleries.push(i)}}),n.galleries}(e,t)},show:M,showNext:X,showPrevious:D,hide:j,destroy:function e(){!function n(){var e=m.passiveEvents?{passive:!1}:null,t=m.passiveEvents?{passive:!0}:null;W(r,"click",x),W(u,"click",E),W(c,"click",C),W(d,"click",B),W(l,"contextmenu",A),W(r,"touchstart",T,t),W(r,"touchmove",N,e),W(r,"touchend",L),W(document,"focus",P,!0)}(),function t(){for(var e in w)w.hasOwnProperty(e)&&S(e)}(),W(document,"keydown",F),document.getElementsByTagName("body")[0].removeChild(document.getElementById("baguetteBox-overlay")),w={},h=[],o=0}}})</script> <script id="baguettebox-js-js-after">(function($){baguetteBox.run(".entry-content")})(jQuery)</script> <script>!function(a,b){"use strict";function c(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function d(a,b){for(var c in b)b.hasOwnProperty(c)&&(a[c]=b[c])}function e(a){return parseFloat(a)||0}function f(a){for(var b=0;a;)b+=a.offsetTop,a=a.offsetParent;return b}function g(){function c(){a.pageXOffset!=k.left?(k.top=a.pageYOffset,k.left=a.pageXOffset,n.refreshAll()):a.pageYOffset!=k.top&&(k.top=a.pageYOffset,k.left=a.pageXOffset,l.forEach(function(a){return a._recalcPosition()}))}function d(){f=setInterval(function(){l.forEach(function(a){return a._fastCheck()})},500)}function e(){clearInterval(f)}c(),a.addEventListener("scroll",c),a.addEventListener("resize",n.refreshAll),a.addEventListener("orientationchange",n.refreshAll);var f=void 0,g=void 0,h=void 0;"hidden"in b?(g="hidden",h="visibilitychange"):"webkitHidden"in b&&(g="webkitHidden",h="webkitvisibilitychange"),h?(b[g]||d(),b.addEventListener(h,function(){b[g]?e():d()})):d()}var h=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),i=!1;a.getComputedStyle?!function(){var a=b.createElement("div");["","-webkit-","-moz-","-ms-"].some(function(b){try{a.style.position=b+"sticky"}catch(a){}return""!=a.style.position})&&(i=!0)}():i=!0;var j="undefined"!=typeof ShadowRoot,k={top:null,left:null},l=[],m=function(){function g(a){if(c(this,g),!(a instanceof HTMLElement))throw new Error("First argument must be HTMLElement");if(l.some(function(b){return b._node===a}))throw new Error("Stickyfill is already applied to this node");this._node=a,this._stickyMode=null,this._active=!1,l.push(this),this.refresh()}return h(g,[{key:"refresh",value:function(){if(!i&&!this._removed){this._active&&this._deactivate();var c=this._node,g=getComputedStyle(c);if(!isNaN(parseFloat(g.top))&&"table-cell"!=g.display&&"none"!=g.display){this._active=!0;var h=c.parentNode,k=j&&h instanceof ShadowRoot?h.host:h,l=c.getBoundingClientRect(),m=k.getBoundingClientRect(),n=getComputedStyle(k);this._parent={node:k,styles:{position:k.style.position},offsetHeight:k.offsetHeight},this._offsetToWindow={left:l.left,right:b.documentElement.clientWidth-l.right},this._offsetToParent={top:l.top-m.top-e(n.borderTopWidth),left:l.left-m.left-e(n.borderLeftWidth),right:-l.right+m.right-e(n.borderRightWidth)},this._styles={position:c.style.position,top:c.style.top,bottom:c.style.bottom,left:c.style.left,right:c.style.right,width:c.style.width,marginTop:c.style.marginTop,marginLeft:c.style.marginLeft,marginRight:c.style.marginRight};var o=e(g.top);this._limits={start:l.top+a.pageYOffset-o,end:m.top+a.pageYOffset+k.offsetHeight-e(n.borderBottomWidth)-c.offsetHeight-o-e(g.marginBottom)};var p=n.position;"absolute"!=p&&"relative"!=p&&(k.style.position="relative");var q=this._clone={};q.node=b.createElement("div"),d(q.node.style,{width:l.right-l.left+"px",height:l.bottom-l.top+"px",marginTop:g.marginTop,marginBottom:g.marginBottom,marginLeft:g.marginLeft,marginRight:g.marginRight,cssFloat:g.cssFloat,padding:0,border:0,borderSpacing:0,fontSize:"1em",position:"static"}),h.insertBefore(q.node,c),q.docOffsetTop=f(q.node),this._recalcPosition()}}}},{key:"_recalcPosition",value:function(){if(this._active&&!this._removed){var a=k.top<=this._limits.start?"start":k.top>=this._limits.end?"end":"middle";if(this._stickyMode!=a){switch(a){case"start":d(this._node.style,{position:"absolute",left:this._offsetToParent.left+"px",right:this._offsetToParent.right+"px",top:this._offsetToParent.top+"px",bottom:"auto",width:"auto",marginLeft:0,marginRight:0,marginTop:0});break;case"middle":d(this._node.style,{position:"fixed",left:this._offsetToWindow.left+"px",right:this._offsetToWindow.right+"px",top:this._styles.top,bottom:"auto",width:"auto",marginLeft:0,marginRight:0,marginTop:0});break;case"end":d(this._node.style,{position:"absolute",left:this._offsetToParent.left+"px",right:this._offsetToParent.right+"px",top:"auto",bottom:0,width:"auto",marginLeft:0,marginRight:0})}this._stickyMode=a}}}},{key:"_fastCheck",value:function(){this._active&&!this._removed&&(Math.abs(f(this._clone.node)-this._clone.docOffsetTop)>1||Math.abs(this._parent.node.offsetHeight-this._parent.offsetHeight)>1)&&this.refresh()}},{key:"_deactivate",value:function(){var a=this;this._active&&!this._removed&&(this._clone.node.parentNode.removeChild(this._clone.node),delete this._clone,d(this._node.style,this._styles),delete this._styles,l.some(function(b){return b!==a&&b._parent&&b._parent.node===a._parent.node})||d(this._parent.node.style,this._parent.styles),delete this._parent,this._stickyMode=null,this._active=!1,delete this._offsetToWindow,delete this._offsetToParent,delete this._limits)}},{key:"remove",value:function(){var a=this;this._deactivate(),l.some(function(b,c){if(b._node===a._node)return l.splice(c,1),!0}),this._removed=!0}}]),g}(),n={stickies:l,Sticky:m,addOne:function(a){if(!(a instanceof HTMLElement)){if(!a.length||!a[0])return;a=a[0]}for(var b=0;b<l.length;b++)if(l[b]._node===a)return l[b];return new m(a)},add:function(a){if(a instanceof HTMLElement&&(a=[a]),a.length){for(var b=[],c=function(c){var d=a[c];return d instanceof HTMLElement?l.some(function(a){if(a._node===d)return b.push(a),!0})?"continue":void b.push(new m(d)):(b.push(void 0),"continue")},d=0;d<a.length;d++){c(d)}return b}},refreshAll:function(){l.forEach(function(a){return a.refresh()})},removeOne:function(a){if(!(a instanceof HTMLElement)){if(!a.length||!a[0])return;a=a[0]}l.some(function(b){if(b._node===a)return b.remove(),!0})},remove:function(a){if(a instanceof HTMLElement&&(a=[a]),a.length)for(var b=function(b){var c=a[b];l.some(function(a){if(a._node===c)return a.remove(),!0})},c=0;c<a.length;c++)b(c)},removeAll:function(){for(;l.length;)l[0].remove()}};i||g(),"undefined"!=typeof module&&module.exports?module.exports=n:a.Stickyfill=n}(window,document)</script> <script>window.addComment=function(v){var I,C,h,E=v.document,b={commentReplyClass:"comment-reply-link",commentReplyTitleId:"reply-title",cancelReplyId:"cancel-comment-reply-link",commentFormId:"commentform",temporaryFormId:"wp-temp-form-div",parentIdFieldId:"comment_parent",postIdFieldId:"comment_post_ID"},e=v.MutationObserver||v.WebKitMutationObserver||v.MozMutationObserver,r="querySelector"in E&&"addEventListener"in v,n=!!E.documentElement.dataset;function t(){d(),e&&new e(o).observe(E.body,{childList:!0,subtree:!0})}function d(e){if(r&&(I=g(b.cancelReplyId),C=g(b.commentFormId),I)){I.addEventListener("touchstart",l),I.addEventListener("click",l);function t(e){if((e.metaKey||e.ctrlKey)&&13===e.keyCode&&"a"!==E.activeElement.tagName.toLowerCase())return C.removeEventListener("keydown",t),e.preventDefault(),C.submit.click(),!1}C&&C.addEventListener("keydown",t);for(var n,d=function(e){var t=b.commentReplyClass;e&&e.childNodes||(e=E);e=E.getElementsByClassName?e.getElementsByClassName(t):e.querySelectorAll("."+t);return e}(e),o=0,i=d.length;o<i;o++)(n=d[o]).addEventListener("touchstart",a),n.addEventListener("click",a)}}function l(e){var t,n,d=g(b.temporaryFormId);d&&h&&(g(b.parentIdFieldId).value="0",t=d.textContent,d.parentNode.replaceChild(h,d),this.style.display="none",n=(d=(d=g(b.commentReplyTitleId))&&d.firstChild)&&d.nextSibling,d&&d.nodeType===Node.TEXT_NODE&&t&&(n&&"A"===n.nodeName&&n.id!==b.cancelReplyId&&(n.style.display=""),d.textContent=t),e.preventDefault())}function a(e){var t=g(b.commentReplyTitleId),t=t&&t.firstChild.textContent,n=this,d=m(n,"belowelement"),o=m(n,"commentid"),i=m(n,"respondelement"),r=m(n,"postid"),n=m(n,"replyto")||t;d&&o&&i&&r&&!1===v.addComment.moveForm(d,o,i,r,n)&&e.preventDefault()}function o(e){for(var t=e.length;t--;)if(e[t].addedNodes.length)return void d()}function m(e,t){return n?e.dataset[t]:e.getAttribute("data-"+t)}function g(e){return E.getElementById(e)}return r&&"loading"!==E.readyState?t():r&&v.addEventListener("DOMContentLoaded",t,!1),{init:d,moveForm:function(e,t,n,d,o){var i,r,l,a,m,c,s,e=g(e),n=(h=g(n),g(b.parentIdFieldId)),y=g(b.postIdFieldId),p=g(b.commentReplyTitleId),u=(p=p&&p.firstChild)&&p.nextSibling;if(e&&h&&n){void 0===o&&(o=p&&p.textContent),a=h,m=b.temporaryFormId,c=g(m),s=(s=g(b.commentReplyTitleId))?s.firstChild.textContent:"",c||((c=E.createElement("div")).id=m,c.style.display="none",c.textContent=s,a.parentNode.insertBefore(c,a)),d&&y&&(y.value=d),n.value=t,I.style.display="",e.parentNode.insertBefore(h,e.nextSibling),p&&p.nodeType===Node.TEXT_NODE&&(u&&"A"===u.nodeName&&u.id!==b.cancelReplyId&&(u.style.display="none"),p.textContent=o),I.onclick=function(){return!1};try{for(var f=0;f<C.elements.length;f++)if(i=C.elements[f],r=!1,"getComputedStyle"in v?l=v.getComputedStyle(i):E.documentElement.currentStyle&&(l=i.currentStyle),(i.offsetWidth<=0&&i.offsetHeight<=0||"hidden"===l.visibility)&&(r=!0),"hidden"!==i.type&&!i.disabled&&!r){i.focus();break}}catch(e){}return!1}}}}(window)</script> <script id="cocoon-js-js-extra">var cocoon_localize_script_options={"is_lazy_load_enable":"","is_fixed_mobile_buttons_enable":"1","is_google_font_lazy_load_enable":""}</script> <script>(function($){var prevScrollTop=-1;var $window=$(window);$window.scroll(function(){var scrollTop=$window.scrollTop();var threashold=600;var s1=(prevScrollTop>threashold);var s2=(scrollTop>threashold);if(s1^s2){if(s2){$('.go-to-top').fadeIn('slow')}else{$('.go-to-top-common').removeClass('go-to-top-up') $('.go-to-top').fadeOut('slow')}} prevScrollTop=scrollTop});$('.go-to-top-common').click(function(){$(this).addClass('go-to-top-up');$('body,html').animate({scrollTop:1},800)});$('.go-to-toc-common').click(function(){$('body,html').animate({scrollTop:$('.entry-content .toc').offset().top},800)});$('#search-menu-input').change(function(e){var searchEdit=$('#search-menu-content .search-edit').first();if(e.target.checked){searchEdit.focus()}else{searchEdit.blur()}});var adminMenu=$("#admin-panel");var adminHeight=adminMenu.outerHeight();var adminStartPos=0;$(window).scroll(function(){var adminCurrentPos=$(this).scrollTop();if(adminCurrentPos>adminStartPos){if(adminCurrentPos>=200){adminMenu.css("bottom","-"+adminHeight+"px")}}else{adminMenu.css("bottom",0)} adminStartPos=adminCurrentPos});if(cocoon_localize_script_options.is_fixed_mobile_buttons_enable!=1){var headerMenu=$('.mobile-header-menu-buttons');var headerHight=headerMenu.outerHeight();var headerStartPos=0;$(window).scroll(function(){var headerCurrentPos=$(this).scrollTop();if(headerCurrentPos>headerStartPos){if(headerCurrentPos>=100){headerMenu.css('top','-'+headerHight+'px')}}else{headerMenu.css('top',0)} headerStartPos=headerCurrentPos});var footerMenu=$(".mobile-footer-menu-buttons");var footerHeight=footerMenu.outerHeight();var footerStartPos=0;$(window).scroll(function(){var footerCurrentPos=$(this).scrollTop();if(footerCurrentPos>footerStartPos){if(footerCurrentPos>=100){footerMenu.css("bottom","calc( -1 * (env(safe-area-inset-bottom) + "+footerHeight+"px) )")}}else if(footerCurrentPos-footerStartPos<-8){footerMenu.css("bottom",0)} footerStartPos=footerCurrentPos});var headerButtons=$(".mobile-header-menu-buttons");var footerButtons=$(".mobile-footer-menu-buttons");headerButtons.click(function(){headerButtons.css("z-index","3");footerButtons.css("z-index","2")});footerButtons.click(function(){headerButtons.css("z-index","2");footerButtons.css("z-index","3")})} const clickEventType=((window.ontouchstart!==null)?'click':'touchend');$(document).on(clickEventType,'#comment-reply-btn, .comment-reply-link',function(){$('#comment-reply-btn').slideUp();const respond=document.getElementById('respond');const styles={inset:'auto',position:'static',visibility:'visible'};Object.entries(styles).forEach(([key,value])=>{respond.style[key]=value});$('#respond').slideDown()});$('.sbtn').click(function(){var w=$(this).prev('.sform').text();if(w)window.open('https://www.google.co.jp/search?q='+encodeURIComponent(w),'_blank');});$('.sidebar-menu-content .widget_archive select').change(function(){document.location.href=this.options[this.selectedIndex].value});$('.sidebar-menu-content .widget_categories select').change(function(){if(this.options[this.selectedIndex].value>0){this.parentNode.submit()}});function drawerCloser(selecter,checkbox){$(selecter).click(function(){$(checkbox).prop('checked',!1)})} drawerCloser('.menu-drawer .menu-item a','#navi-menu-input');drawerCloser('#slide-in-sidebar a','#sidebar-menu-input');$('.mobile-menu-buttons').each(function(){if($(this).has('.logo-menu-button').length){$(this).addClass('has-logo-button')}});$(window).on('load',function(){$('#carousel').addClass('loaded')});$('.is-style-accordion > .faq > .faq-answer').hide();$('.is-style-accordion > .faq > .faq-question').click(function(){$(this).next('.is-style-accordion .faq-answer').slideToggle();$(this).toggleClass('active')});$(document).on("change",'#sidebar-menu-input',function(){if($(this).prop('checked')){$('#sidebar').appendTo('#sidebar-menu-content');$('#sidebar').attr('id','slide-in-sidebar');$('#sidebar').addClass('slide-in-sidebar');drawerCloser('#slide-in-sidebar a','#sidebar-menu-input')}else{$('#sidebar').removeClass('slide-in-sidebar');$('#slide-in-sidebar').attr('id','sidebar');$('#sidebar').insertAfter('#main')}});var vw=window.innerWidth;$(window).resize(function(){if(vw!=window.innerWidth){$('#sidebar-menu-input').prop('checked',!1).change()} vw=window.innerWidth})})(jQuery);(function(){var f=document.querySelectorAll(".video-click");for(var i=0;i<f.length;++i){f[i].onclick=function(){var iframe=this.getAttribute("data-iframe");this.parentElement.innerHTML='<div class="video"'+'>'+iframe+'</div'+'>'}}})()</script> <script></script> <div class="copy-info">タイトルとURLをコピーしました</div> <script>(function($){const selector='.copy-button';$(selector).click(function(event){event.preventDefault();navigator.clipboard.writeText($(selector).attr('data-clipboard-text')).then(()=>{$('.copy-info').fadeIn(500).delay(1000).fadeOut(500)})})})(jQuery)</script> <script>(function($){function stickyHeader(){if(!$("#header-container").hasClass("fixed-header")){$('#header-container').after('<div id="header-fixed"></div>');$("#header-fixed").css({'padding-top':`${threashold}px`,});$("#header-container-in").removeClass('hlt-center-logo hlt-center-logo-top-menu').addClass("hlt-top-menu wrap");$("#header-container").addClass("fixed-header");$("#header-container").css({'position':'fixed','top':'-100px','left':'0','width':'100%',});const wpadminbar=document.getElementById('wpadminbar');const headerContainerTop=wpadminbar?wpadminbar.clientHeight:0;$('#header-container').animate({top:headerContainerTop,},500)}} function staticHeader(){if($("#header-container").hasClass("fixed-header")){$("#header-container-in").removeClass("hlt-top-menu hlt-tm-right hlt-tm-small hlt-tm-small wrap").addClass(" hlt-center-logo cl-slim");$("#header-container").removeClass("fixed-header");$("#header-container").css({'position':'static','top':'auto','left':'auto','width':'auto',});$("#header-fixed").css({'padding-top':'0',});$("#header-fixed").remove()}} var threashold=$('#header-container').height();var prevScrollTop=-1;var $window=$(window);var mobileWidth=1023;$window.scroll(function(){var scrollTop=$window.scrollTop();var s1=(prevScrollTop>threashold);var s2=(scrollTop>threashold);var w=$window.width();function adjustScrollArea(selector){if($(selector)&&$(selector).offset()){offset=$(selector).offset().top;h=$("#header-container").height();pt=$(selector).css('padding-top');if(pt){pt=pt.replace('px','')}else{pt=0} if((scrollTop>=offset-h)&&(w>mobileWidth)){if((pt<=1)&&$("#header-container").hasClass('fixed-header')){$(selector).css({'padding-top':h+'px',})}}else{if(pt>0){$(selector).css({'padding-top':0,})}}}} function adjustScrollAreas(){adjustScrollArea('#sidebar-scroll');adjustScrollArea('#main-scroll')} function adjustFixedHeaderStyle(s1,s2,w,scrollTop,mobileWidth){if(s1^s2){if(s2&&(w>mobileWidth)){stickyHeader()}} if(scrollTop<=threashold||w<=mobileWidth){staticHeader()}} adjustFixedHeaderStyle(s1,s2,w,scrollTop,mobileWidth);adjustScrollAreas();prevScrollTop=scrollTop});$window.resize(function(){var w=$window.width();if(w<=mobileWidth){staticHeader()}else{var scrollTop=$window.scrollTop();if(scrollTop>=50){stickyHeader()}}})})(jQuery)</script> <link rel='stylesheet' id='swiper-style-css' href='https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css' /> <script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script> <script>const mySwiper=new Swiper('.is-list-horizontal.swiper',{slidesPerView:'auto',spaceBetween:4,navigation:{prevEl:'.is-list-horizontal .swiper-button-prev',nextEl:'.is-list-horizontal .swiper-button-next',},})</script> </div><!-- #container --> </body> </html>