<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>プログラム基礎 &#8211; ねこねこネットワーク</title>
	<atom:link href="https://neko-neko.sai-net.work/category/%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%a0%e5%9f%ba%e7%a4%8e/feed/" rel="self" type="application/rss+xml" />
	<link>https://neko-neko.sai-net.work</link>
	<description></description>
	<lastBuildDate>Thu, 10 Oct 2024 12:02:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>【プログラム基礎】Domってなに？</title>
		<link>https://neko-neko.sai-net.work/707/</link>
					<comments>https://neko-neko.sai-net.work/707/#respond</comments>
		
		<dc:creator><![CDATA[nekoneko_admin]]></dc:creator>
		<pubDate>Wed, 25 Sep 2024 12:42:03 +0000</pubDate>
				<category><![CDATA[プログラム基礎]]></category>
		<guid isPermaLink="false">https://neko-neko.sai-net.work/?p=707</guid>

					<description><![CDATA[Domとは サーバからリスポンスされた画 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Domとは</h2>



<p>サーバからリスポンスされた画面が描画する前に実行される処理の事</p>



<p></p>



<h2 class="wp-block-heading">何のために存在するの？</h2>



<p>HTMLの構造を分析し 要素の記述に間違いがあれば修正したり、idとclassをCSSやJSと紐付けしたりするため</p>



<p></p>



<h2 class="wp-block-heading">対象ページがブラウザへ描画されるまでの処理</h2>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="724" height="1024" src="https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-724x1024.jpg" alt="" class="wp-image-708" srcset="https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-724x1024.jpg 724w, https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-212x300.jpg 212w, https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-768x1086.jpg 768w, https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-1086x1536.jpg 1086w, https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-1448x2048.jpg 1448w, https://neko-neko.sai-net.work/cms/wp-content/uploads/2024/09/domについて-scaled.jpg 1810w" sizes="(max-width: 724px) 100vw, 724px" /></figure>
]]></content:encoded>
					
					<wfw:commentRss>https://neko-neko.sai-net.work/707/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【プログラム基礎】Objectって何？</title>
		<link>https://neko-neko.sai-net.work/95/</link>
					<comments>https://neko-neko.sai-net.work/95/#respond</comments>
		
		<dc:creator><![CDATA[nekoneko_admin]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 05:47:17 +0000</pubDate>
				<category><![CDATA[プログラム基礎]]></category>
		<guid isPermaLink="false">https://neko-neko.sai-net.work/cms/?p=95</guid>

					<description><![CDATA[なんらかの機能をもった物体のこと 例えば [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>なんらかの機能をもった物体のこと</p>



<p>例えば&#8230;<br>松本人志 = オブジェクトです。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://neko-neko.sai-net.work/95/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【コマンド】よく使うコマンド集</title>
		<link>https://neko-neko.sai-net.work/548/</link>
					<comments>https://neko-neko.sai-net.work/548/#respond</comments>
		
		<dc:creator><![CDATA[nekoneko_admin]]></dc:creator>
		<pubDate>Fri, 20 Sep 2024 12:35:58 +0000</pubDate>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[プログラム基礎]]></category>
		<guid isPermaLink="false">https://neko-neko.sai-net.work/?p=548</guid>

					<description><![CDATA[目次 コマンド Docker コマンド  [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">目次</h2>



<ol class="wp-block-list">
<li>Docker</li>



<li>Ubuntu</li>
</ol>



<h2 class="wp-block-heading">コマンド</h2>



<h4 class="wp-block-heading">Docker</h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>コマンド</td><td>意味</td></tr><tr><td>docker compose -f docker-compose.yml -f docker-compose.pgsql.yml -f docker-compose.codeception.yml up &#8211;abort-on-container-exit &#8211;attach codeception</td><td>最後に &#8211;build をつける事で、コンテナの削除と作成を実行する</td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Ubuntu</h4>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td>コマンド</td><td>意味</td></tr><tr><td>sudo chmod -x &lt;ファイル名 or ディレクトリ名&gt;</td><td>-x：付与された権限を削除</td></tr><tr><td>sudo chmod -R 777 &lt;ファイル名 or ディレクトリ名&gt;</td><td>-R：すべてのファイル・サブディレクトリ対象とする<br>777：書・読込みなどすべての権限を付与</td></tr><tr><td>google-chrome</td><td>chromeの起動</td></tr><tr><td>zip name.zip &lt;ファイル名 or ディレクトリ名> <br>-x &lt;ファイル名 or ディレクトリ名></td><td>zip：zip化<br>-x：一部のディレクトリ/ファイルを除く</td></tr></tbody></table></figure>



<pre class="wp-block-code"><code>便利コマンド
https:&#47;&#47;tech-lab.sios.jp/archives/27077</code></pre>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://neko-neko.sai-net.work/548/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
