【アプリ開発の用語解説】-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/accessibility-features/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-アクセシビリティ_初心者でもわかる徹底解説"> <article class="post-7244 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-82-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-82-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-82-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-82-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-82-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-82-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-82-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/json-parse/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-JSON_初心者でもわかる徹底解説~"> <article class="post-7180 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-50-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-50-1-160x90.jpg 160w, 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-120x68.jpg 120w, 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: 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"> 【アプリ開発の用語解説】-JSON_初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> 概要 JSON(JavaScript Object Notation)は、データ交換のための軽量なフォーマットであり、特にアプリ開発において広く利用されています。本記事では、初心者向けにJSONの基本概念、構造、使用方法、メリット・デメリッ... </div> </div><!-- /.related-entry-card-content --> </article><!-- /.related-entry-card --> </a><!-- /.related-entry-card-wrap --> <a href="https://pro-market-yuuki.com/authentication-token/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-認証_~初心者でもわかる徹底解説~"> <article class="post-7260 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-90-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-90-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-90-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-90-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-90-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-90-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-90-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/algorithm-design/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-アルゴリズム_~初心者でもわかる徹底解説~"> <article class="post-7166 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-43-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-43-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-43-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-43-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-43-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-43-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-43-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/library-management-2/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-ライブラリ_~初心者でもわかる徹底解説~"> <article class="post-7092 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-6-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-6-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-6-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-6-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-6-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-6-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-6-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/mvc-model-view/" class="related-entry-card-wrap a-wrap border-element cf" title="【アプリ開発の用語解説】-MVCモデル_~初心者でもわかる徹底解説~"> <article class="post-7206 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-63-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-63-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-63-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-63-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-63-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-63-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-63-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"> 【アプリ開発の用語解説】-MVCモデル_~初心者でもわかる徹底解説~ </h3> <div class="related-entry-card-snippet card-snippet e-card-snippet"> アプリ開発におけるMVCモデルについて、初心者でも理解できるように詳しく解説します。MVCモデルは、アプリケーションの構造を整理するための重要な概念です。このガイドでは、その基本的な要素や利点、実際の使用例について触れていきます。MVCモデ... </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/mute-account/" class="popular-entry-card-link widget-entry-card-link a-wrap no-1" title="【Tiktokの設定方法】-特定のアカウントをミュートします。_~初心者でもわかる完全ガイド~"> <div class="post-29822 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-3-56-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/test5-3-56-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-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">【Tiktokの設定方法】-特定のアカウントをミュートします。_~初心者でもわかる完全ガイド~</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.10</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/tiktok-settings-filter-download-2/" class="popular-entry-card-link widget-entry-card-link a-wrap no-2" title="【Tiktokの設定方法】-フィルターとエフェクトをダウンロードします。_~初心者でもわかる完全ガイド~"> <div class="post-30430 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-3-14-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/12/test5-3-14-2-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2.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">【Tiktokの設定方法】-フィルターとエフェクトをダウンロードします。_~初心者でもわかる完全ガイド~</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/facebook-instagram/" class="popular-entry-card-link widget-entry-card-link a-wrap no-3" title="【Facebookの設定方法】-FacebookとInstagramを連携する。_~初心者でもわかる完全ガイド~"> <div class="post-30262 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-5-13-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/test5-5-13-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-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">【Facebookの設定方法】-FacebookとInstagramを連携する。_~初心者でもわかる完全ガイド~</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.28</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/mitsui-sumitomo-ds-securities/" class="popular-entry-card-link widget-entry-card-link a-wrap no-4" title="【完全解説】三井住友DS証券のメリットと口座開設方法を紹介"> <div class="post-1125 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-securities-company-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/74-3-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/74-3-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-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">【完全解説】三井住友DS証券のメリットと口座開設方法を紹介</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.15</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/chifure-pointcard/" class="popular-entry-card-link widget-entry-card-link a-wrap no-5" title="ちふれポイントカードの魅力と活用法【お得な特典を徹底解説】"> <div class="post-778 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/11/73-2-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/73-2-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-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.14</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/%e3%80%90%e5%88%9d%e5%bf%83%e8%80%85%e3%83%9e%e3%83%8b%e3%83%a5%e3%82%a2%e3%83%ab%e3%80%91%e3%81%af%e3%81%98%e3%82%81%e3%81%a6%e3%81%ae%e3%83%86%e3%82%b9%e3%83%88%e3%82%bb%e3%83%b3%e3%82%bf%e3%83%bccb/" class="info-list-item-content-link">【初心者マニュアル】はじめてのテストセンターCBT受験~予約方法から当日までの流れ</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2026.05.03</span><span class="info-list-item-categorys"><span class="entry-category cat-label-1">おすすめの副業</span></span> </div> </div> <div class="info-list-item"> <div class="info-list-item-content"><a href="https://pro-market-yuuki.com/%e6%a0%aa%e5%bc%8f%e6%8a%95%e8%b3%87%e3%81%a7%e5%a4%b1%e6%95%97%e3%81%99%e3%82%8b%e8%a1%8c%e5%8b%95%ef%bd%9e%e3%83%a9%e3%83%b3%e3%82%ad%e3%83%b3%e3%82%b0%e4%b8%8a%e4%bd%8d100%e4%bd%8d%ef%bd%9e/" class="info-list-item-content-link">株式投資で失敗する行動~ランキング上位100位~</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2026.05.02</span><span class="info-list-item-categorys"><span class="entry-category cat-label-1">おすすめの副業</span></span> </div> </div> <div class="info-list-item"> <div class="info-list-item-content"><a href="https://pro-market-yuuki.com/2026%e5%b9%b45%e6%9c%88%e6%b1%ba%e7%ae%97%e3%81%a7%e6%9a%b4%e8%90%bd%e3%81%99%e3%82%8b%e9%8a%98%e6%9f%84%ef%bd%9e%e3%83%a9%e3%83%b3%e3%82%ad%e3%83%b3%e3%82%b0%e4%b8%8a%e4%bd%8d100%e4%bd%8d%e3%82%92/" class="info-list-item-content-link">2026年5月決算で暴落する銘柄~ランキング上位100位を予想~</a></div> <div class="info-list-item-meta"> <span class="info-list-item-date">2026.05.02</span><span class="info-list-item-categorys"><span class="entry-category cat-label-1">おすすめの副業</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  (414)</option> <option class="level-0" value="80">FXの用語解説  (100)</option> <option class="level-0" value="61">Instagram  (106)</option> <option class="level-0" value="36">Instagramの用語解説  (99)</option> <option class="level-0" value="17">LINEで稼ぐ  (290)</option> <option class="level-0" value="49">LINEの用語解説  (203)</option> <option class="level-0" value="85">note  (356)</option> <option class="level-0" value="5">SNSで稼ぐ  (28)</option> <option class="level-0" value="15">TikTokで稼ぐ  (933)</option> <option class="level-0" value="51">Tiktokの用語解説  (97)</option> <option class="level-0" value="20">wordpressで稼ぐ  (97)</option> <option class="level-0" value="4">Xで稼ぐ  (552)</option> <option class="level-0" value="47">Xの用語解説  (98)</option> <option class="level-0" value="16">Youtubeで稼ぐ  (557)</option> <option class="level-0" value="48">youtubeの用語解説  (61)</option> <option class="level-0" value="1">おすすめの副業  (564)</option> <option class="level-0" value="2">おすすめ副業ツール  (2)</option> <option class="level-0" value="27">おすすめ証券会社  (96)</option> <option class="level-0" value="52">アプリ開発の用語解説  (95)</option> <option class="level-0" value="9">インデックス投資  (42)</option> <option class="level-0" value="79">インデックス投資の用語解説  (300)</option> <option class="level-0" value="96">オプション取引  (200)</option> <option class="level-0" value="24">スマホアプリで稼ぐ  (186)</option> <option class="level-0" value="90">ポケモンで稼ぐ  (504)</option> <option class="level-0" value="53">マイナポータルの用語解説  (99)</option> <option class="level-0" value="82">不動産投資の用語解説  (100)</option> <option class="level-0" value="66">予算で分類  (2,191)</option> <option class="level-0" value="81">仮想通貨の用語解説  (100)</option> <option class="level-0" value="83">仮想通貨の種類  (200)</option> <option class="level-0" value="57">副業関係  (529)</option> <option class="level-0" value="13">投資のトピック  (7)</option> <option class="level-0" value="84">投資の種類  (200)</option> <option class="level-0" value="7">日本株の株式投資  (350)</option> <option class="level-0" value="76">日本株の用語解説  (400)</option> <option class="level-0" value="12">有名投資家  (6)</option> <option class="level-0" value="78">株式投資の用語解説  (300)</option> <option class="level-0" value="11">毎日の株式市場のまとめ  (12)</option> <option class="level-0" value="55">物販  (98)</option> <option class="level-0" value="30">節約術  (92)</option> <option class="level-0" value="8">米国株の株式投資  (3)</option> <option class="level-0" value="77">米国株の用語解説  (549)</option> <option class="level-0" value="28">資格で稼ぐ  (93)</option> <option class="level-0" value="54">転売の用語解説  (98)</option> </select> </form><script> ( ( dropdownId ) => { const dropdown = document.getElementById( dropdownId ); function onSelectChange() { setTimeout( () => { if ( 'escape' === dropdown.dataset.lastkey ) { return; } if ( dropdown.value && parseInt( dropdown.value ) > 0 && dropdown instanceof HTMLSelectElement ) { dropdown.parentElement.submit(); } }, 250 ); } function onKeyUp( event ) { if ( 'Escape' === event.key ) { dropdown.dataset.lastkey = 'escape'; } else { delete dropdown.dataset.lastkey; } } function onClick() { delete dropdown.dataset.lastkey; } dropdown.addEventListener( 'keyup', onKeyUp ); dropdown.addEventListener( 'click', onClick ); dropdown.addEventListener( 'change', onSelectChange ); })( "categories-dropdown-3" ); //# sourceURL=WP_Widget_Categories%3A%3Awidget </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/2026/05/'> 2026年5月  (10)</option> <option value='https://pro-market-yuuki.com/2026/04/'> 2026年4月  (33)</option> <option value='https://pro-market-yuuki.com/2025/06/'> 2025年6月  (883)</option> <option value='https://pro-market-yuuki.com/2025/05/'> 2025年5月  (1180)</option> <option value='https://pro-market-yuuki.com/2025/04/'> 2025年4月  (1266)</option> <option value='https://pro-market-yuuki.com/2025/03/'> 2025年3月  (717)</option> <option value='https://pro-market-yuuki.com/2025/02/'> 2025年2月  (1562)</option> <option value='https://pro-market-yuuki.com/2025/01/'> 2025年1月  (2172)</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> ( ( dropdownId ) => { const dropdown = document.getElementById( dropdownId ); function onSelectChange() { setTimeout( () => { if ( 'escape' === dropdown.dataset.lastkey ) { return; } if ( dropdown.value ) { document.location.href = dropdown.value; } }, 250 ); } function onKeyUp( event ) { if ( 'Escape' === event.key ) { dropdown.dataset.lastkey = 'escape'; } else { delete dropdown.dataset.lastkey; } } function onClick() { delete dropdown.dataset.lastkey; } dropdown.addEventListener( 'keyup', onKeyUp ); dropdown.addEventListener( 'click', onClick ); dropdown.addEventListener( 'change', onSelectChange ); })( "archives-dropdown-3" ); //# sourceURL=WP_Widget_Archives%3A%3Awidget </script> </div> <div id="pager-post-navi" class="pager-post-navi post-navi-default cf"> <a href="https://pro-market-yuuki.com/video-reach/" title="【 Tiktokの用語解説】-ビデオリーチ_~初心者でもわかる徹底解説~" 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/test-20241116-6-51-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-6-51-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-6-51-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-6-51-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-6-51-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-6-51-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-6-51-1.jpg 1000w" sizes="(max-width: 120px) 100vw, 120px" /></figure> <div class="prev-post-title">【 Tiktokの用語解説】-ビデオリーチ_~初心者でもわかる徹底解説~</div></a><a href="https://pro-market-yuuki.com/municipal-cooperation/" 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/test-20241116-8-51-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-8-51-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-8-51-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-8-51-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-8-51-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-8-51-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-8-51-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/transition-effect-animation/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-トランジション_~初心者でもわかる徹底解説~"> <div class="post-7236 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-78-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-78-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-78-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-78-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-78-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-78-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-78-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.02.01</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/end-to-end-testing-automation/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-エンドツーエンドテスト(E2E)_~初心者でもわかる徹底解説~"> <div class="post-7152 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-36-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-36-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-36-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-36-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-36-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-36-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-36-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">【アプリ開発の用語解説】-エンドツーエンドテスト(E2E)_~初心者でもわかる徹底解説~</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.21</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/api-endpoint/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-APIエンドポイント_初心者でもわかる徹底解説"> <div class="post-7170 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-45-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-45-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-45-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-45-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-45-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-45-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-45-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">【アプリ開発の用語解説】-APIエンドポイント_初心者でもわかる徹底解説</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.30</span></div> </div><!-- /.entry-content --> </div><!-- /.entry-card --> </a><!-- /.entry-card-link --> <a href="https://pro-market-yuuki.com/grid-system-design-ux/" class="widget-related-entry-card-link widget-entry-card-link a-wrap" title="【アプリ開発の用語解説】-グリッドシステム_~初心者でもわかる徹底解説~"> <div class="post-7226 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-73-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-73-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-73-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-73-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-73-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-73-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/test-20241116-7-73-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.27</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 --> </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  (414)</option> <option class="level-0" value="80">FXの用語解説  (100)</option> <option class="level-0" value="61">Instagram  (106)</option> <option class="level-0" value="36">Instagramの用語解説  (99)</option> <option class="level-0" value="17">LINEで稼ぐ  (290)</option> <option class="level-0" value="49">LINEの用語解説  (203)</option> <option class="level-0" value="85">note  (356)</option> <option class="level-0" value="5">SNSで稼ぐ  (28)</option> <option class="level-0" value="15">TikTokで稼ぐ  (933)</option> <option class="level-0" value="51">Tiktokの用語解説  (97)</option> <option class="level-0" value="20">wordpressで稼ぐ  (97)</option> <option class="level-0" value="4">Xで稼ぐ  (552)</option> <option class="level-0" value="47">Xの用語解説  (98)</option> <option class="level-0" value="16">Youtubeで稼ぐ  (557)</option> <option class="level-0" value="48">youtubeの用語解説  (61)</option> <option class="level-0" value="1">おすすめの副業  (564)</option> <option class="level-0" value="2">おすすめ副業ツール  (2)</option> <option class="level-0" value="27">おすすめ証券会社  (96)</option> <option class="level-0" value="52">アプリ開発の用語解説  (95)</option> <option class="level-0" value="9">インデックス投資  (42)</option> <option class="level-0" value="79">インデックス投資の用語解説  (300)</option> <option class="level-0" value="96">オプション取引  (200)</option> <option class="level-0" value="24">スマホアプリで稼ぐ  (186)</option> <option class="level-0" value="90">ポケモンで稼ぐ  (504)</option> <option class="level-0" value="53">マイナポータルの用語解説  (99)</option> <option class="level-0" value="82">不動産投資の用語解説  (100)</option> <option class="level-0" value="66">予算で分類  (2,191)</option> <option class="level-0" value="81">仮想通貨の用語解説  (100)</option> <option class="level-0" value="83">仮想通貨の種類  (200)</option> <option class="level-0" value="57">副業関係  (529)</option> <option class="level-0" value="13">投資のトピック  (7)</option> <option class="level-0" value="84">投資の種類  (200)</option> <option class="level-0" value="7">日本株の株式投資  (350)</option> <option class="level-0" value="76">日本株の用語解説  (400)</option> <option class="level-0" value="12">有名投資家  (6)</option> <option class="level-0" value="78">株式投資の用語解説  (300)</option> <option class="level-0" value="11">毎日の株式市場のまとめ  (12)</option> <option class="level-0" value="55">物販  (98)</option> <option class="level-0" value="30">節約術  (92)</option> <option class="level-0" value="8">米国株の株式投資  (3)</option> <option class="level-0" value="77">米国株の用語解説  (549)</option> <option class="level-0" value="28">資格で稼ぐ  (93)</option> <option class="level-0" value="54">転売の用語解説  (98)</option> </select> </form><script> ( ( dropdownId ) => { const dropdown = document.getElementById( dropdownId ); function onSelectChange() { setTimeout( () => { if ( 'escape' === dropdown.dataset.lastkey ) { return; } if ( dropdown.value && parseInt( dropdown.value ) > 0 && dropdown instanceof HTMLSelectElement ) { dropdown.parentElement.submit(); } }, 250 ); } function onKeyUp( event ) { if ( 'Escape' === event.key ) { dropdown.dataset.lastkey = 'escape'; } else { delete dropdown.dataset.lastkey; } } function onClick() { delete dropdown.dataset.lastkey; } dropdown.addEventListener( 'keyup', onKeyUp ); dropdown.addEventListener( 'click', onClick ); dropdown.addEventListener( 'change', onSelectChange ); })( "categories-dropdown-2" ); //# sourceURL=WP_Widget_Categories%3A%3Awidget </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/2026/05/'><span class="list-item-caption">2026年5月</span><span class="post-count">10</span></a></li> <li><a href='https://pro-market-yuuki.com/2026/04/'><span class="list-item-caption">2026年4月</span><span class="post-count">33</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/06/'><span class="list-item-caption">2025年6月</span><span class="post-count">883</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/05/'><span class="list-item-caption">2025年5月</span><span class="post-count">1180</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/04/'><span class="list-item-caption">2025年4月</span><span class="post-count">1266</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/03/'><span class="list-item-caption">2025年3月</span><span class="post-count">717</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/02/'><span class="list-item-caption">2025年2月</span><span class="post-count">1562</span></a></li> <li><a href='https://pro-market-yuuki.com/2025/01/'><span class="list-item-caption">2025年1月</span><span class="post-count">2172</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/mute-account/" class="popular-entry-card-link widget-entry-card-link a-wrap no-1" title="【Tiktokの設定方法】-特定のアカウントをミュートします。_~初心者でもわかる完全ガイド~"> <div class="post-29822 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-3-56-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/test5-3-56-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-56-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">【Tiktokの設定方法】-特定のアカウントをミュートします。_~初心者でもわかる完全ガイド~</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.10</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/tiktok-settings-filter-download-2/" class="popular-entry-card-link widget-entry-card-link a-wrap no-2" title="【Tiktokの設定方法】-フィルターとエフェクトをダウンロードします。_~初心者でもわかる完全ガイド~"> <div class="post-30430 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-3-14-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/12/test5-3-14-2-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-3-14-2.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">【Tiktokの設定方法】-フィルターとエフェクトをダウンロードします。_~初心者でもわかる完全ガイド~</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/facebook-instagram/" class="popular-entry-card-link widget-entry-card-link a-wrap no-3" title="【Facebookの設定方法】-FacebookとInstagramを連携する。_~初心者でもわかる完全ガイド~"> <div class="post-30262 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-sidejob-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/test5-5-13-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/test5-5-13-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-1024x585.jpg 1024w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-1536x878.jpg 1536w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/12/test5-5-13-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">【Facebookの設定方法】-FacebookとInstagramを連携する。_~初心者でもわかる完全ガイド~</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.28</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/mitsui-sumitomo-ds-securities/" class="popular-entry-card-link widget-entry-card-link a-wrap no-4" title="【完全解説】三井住友DS証券のメリットと口座開設方法を紹介"> <div class="post-1125 popular-entry-card widget-entry-card e-card cf post type-post status-publish format-standard has-post-thumbnail hentry category-securities-company-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/74-3-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/74-3-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/74-3-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">【完全解説】三井住友DS証券のメリットと口座開設方法を紹介</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.15</span></div> </div><!-- /.popular-entry-content --> </div><!-- /.popular-entry-card --> </a><!-- /.popular-entry-card-link --> <a href="https://pro-market-yuuki.com/chifure-pointcard/" class="popular-entry-card-link widget-entry-card-link a-wrap no-5" title="ちふれポイントカードの魅力と活用法【お得な特典を徹底解説】"> <div class="post-778 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/11/73-2-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/73-2-1-120x68.jpg 120w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-300x171.jpg 300w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-768x439.jpg 768w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-160x90.jpg 160w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-1-320x180.jpg 320w, https://pro-market-yuuki.com/wp-content/uploads/2024/11/73-2-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.14</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 type="speculationrules">{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/cocoon-child-master/*","/wp-content/themes/cocoon-master/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}</script> <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=1781615013","nonce":"62af7d20ea"}</script> <script id="snow-monkey-forms-js" src="https://pro-market-yuuki.com/wp-content/plugins/snow-monkey-forms/dist/js/app.js?ver=1777721651&fver=20260502113411"></script> <script id="baguettebox-js-js" src="https://pro-market-yuuki.com/wp-content/themes/cocoon-master/plugins/baguettebox/dist/baguetteBox.min.js?ver=7.0&fver=20241130075632"></script> <script id="baguettebox-js-js-after">(function($){baguetteBox.run(".entry-content")})(jQuery)</script> <script id="stickyfill-js-js" src="https://pro-market-yuuki.com/wp-content/themes/cocoon-master/plugins/stickyfill/dist/stickyfill.min.js?ver=7.0&fver=20241130075632"></script> <script async data-wp-strategy="async" fetchpriority="low" id="comment-reply-js" src="https://pro-market-yuuki.com/wp-includes/js/comment-reply.min.js?ver=7.0&fver=20241114071433"></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 id="cocoon-js-js" src="https://pro-market-yuuki.com/wp-content/themes/cocoon-master/javascript.js?ver=7.0&fver=20241130075632"></script> <script id="cocoon-child-js-js" src="https://pro-market-yuuki.com/wp-content/themes/cocoon-child-master/javascript.js?ver=7.0&fver=20241027062341"></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>