<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>全国個人事業主支援協会 | 栗原 義実 | Activity</title>
	<link>https://kojinjigyou.org/member-index/kurihara_y3359/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/kurihara_y3359/activity/feed/" rel="self" type="application/rss+xml" />
	<description>栗原 義実 についてのアクティビティフィード。</description>
	<lastBuildDate>Wed, 08 Apr 2026 23:31:19 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">accd58a41acf22c85e26ccbb6c5fe6e4</guid>
				<title>栗原 義実 wrote a new post, prisma</title>
				<link>https://kojinjigyou.org/?p=107325</link>
				<pubDate>Sun, 04 Jan 2026 13:42:51 +0900</pubDate>

									<content:encoded><![CDATA[<p>node.js +[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">df0c9581e8c1f13406d8d8ac9f57d2fa</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=104560</link>
				<pubDate>Mon, 01 Dec 2025 09:15:07 +0900</pubDate>

									<content:encoded><![CDATA[<p>JSXは「タグをそのまま値として記述する」という非常にシンプルな機能です。<br />
これは「スクリプトないでHTMLを記述するテンプレート」のような感覚で使えます。<br />
最近のHTMLでは、条件分岐や繰り返し等の構文のような機能も盛り込まれていますが、JSXではこのような構文の機能はありません。<br />
ですが、「条件で表示を変えたり、繰り返したりすることはできないのか？」というとそういうわけではありません。</p>
<p>JSXでは｛｝を使ってJ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4dcfae57425fe2b6e6e7d87bd22ed1d8</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=104551</link>
				<pubDate>Mon, 01 Dec 2025 07:10:55 +0900</pubDate>

									<content:encoded><![CDATA[<p>Reactのプログラムでは、「コンポーネント」が重要な役割を担ってます。<br />
コンポーネントは、React画面に表示される「部品」のことです。</p>
<p>コンポーネントは、表示の内容や必要なデータ、処理等を1つのオブジェクトにまとめたものです。<br />
コンポーネントを使って表示する部分を用意することでいつでもその表示を組み込みんで利用することができます。</p>
<p>コンポーネントはいくつか書き方があります。<br />
オブジェクトとして定義[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2025/12/bb24097761e119991ce5b5023544e856-300x284.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">81253223043c8a2ef6b8a94597621e69</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=96885</link>
				<pubDate>Sat, 25 Oct 2025 15:35:24 +0900</pubDate>

									<content:encoded><![CDATA[<p>まずreactの組み込みがどうなっているかを解説します。<br />
前回投稿を閲覧しながら解説を読むと良いかと思います</p>
<p>reactを組み込んでる箇所は以下の部分です</p>
<p> hello world!</p>
<p>これではrootと指定しておりますが、必ずしもrootにしないといけないわけではありません。<br />
ではそこの指定はどこでしてるのかというと</p>
<p>  let dom = document.querySelector(&#8216;#ro[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f26889f484c6c772e32d3e3ab09e6b65</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=91182</link>
				<pubDate>Tue, 02 Sep 2025 05:43:56 +0900</pubDate>

									<content:encoded><![CDATA[<p>皆さん、こんにちは！</p>
<p>前回reactがどんなものか理解したかと思います<br />
では早速reactを体験してみましょう！</p>
<p>以下のソースをメモ帳に書いてみましょう！</p>
<p> <br />
 React<br />
 <br />
 </p>
<p> React<br />
 hello world!<br />
 <br />
  let dom = document.querySelector(&#8216;#root&#8217;);<br />
  let element = React.crea[&hellip;] <img src="https://unpkg.com/react@17/umd/raect.development.js" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">79315df2b637364dd99cf117dbb9b144</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=91167</link>
				<pubDate>Tue, 02 Sep 2025 05:43:37 +0900</pubDate>

									<content:encoded><![CDATA[<p>皆さん、こんにちは！</p>
<p>それでは今回はreactの仕組みについて書いていこうと思います。</p>
<p>reactではどのような表示方法をしていると思いますか？<br />
HTMLの表示を操作するときには&#8221;DOM&#8221;と呼ばれるものを使います。<br />
これは&#8221;Data Object Model&#8221;の略で、画面に表示している様々な要素をJavaScriptのオブジェクトとして扱えるようにしたものです。</p>
<p>このDOMは簡単にJavaScriptから[&hellip;] <img src="https://kojinjigyou.org/wp-content/uploads/2025/06/5c1211ba8f2440556ca05754e3944b1e-300x156.png" /></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">193765f45887f55f789776e440951cdf</guid>
				<title>栗原 義実 wrote a new post, react.js</title>
				<link>https://kojinjigyou.org/?p=91160</link>
				<pubDate>Fri, 27 Jun 2025 11:48:05 +0900</pubDate>

									<content:encoded><![CDATA[<p>皆さん、こんにちは！</p>
<p>今回からreactについて書いていこうと思います。</p>
<p>そもそもreactとはどんなの？と思う方がいらっしゃると思うので今月はreactはこんなだよ！ということを書いていこうと思います。</p>
<p>まずreactはwebアプリケーション開発に使うライブラリなのですが、webアプリケーションにはフロントエンドとバックエンドが存在します。<br />
皆さんはフロントエンドとバックエンドだとどちらが重要だと思います[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7fa9e2c0db700ddf859a064c21caab7e</guid>
				<title>栗原 義実 wrote a new post, 健康に投資すべき？</title>
				<link>https://kojinjigyou.org/?p=87441</link>
				<pubDate>Thu, 01 May 2025 05:24:10 +0900</pubDate>

									<content:encoded><![CDATA[<p>こんにちは。<br />
皆さんは健康貯金という言葉をご存じでしょうか？<br />
不健康は生涯賃金5000万の損失といわれるくらい健康は大事なものです。</p>
<p>また、将来の医療費の抑制や生活の質の向上、介護リスクの軽減などの理由から健康に投資する方がふえております。</p>
<p>では具体的に何に投資をすると思いますか？<br />
おそらく食事、運動、睡眠などがあげられると思いますが、皆さんそこまで気を使えないと思います</p>
<p>僕自身健康に投資をしようと始め[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8a77d515ab888016ab4447f1a360293d</guid>
				<title>栗原 義実 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/32986/</link>
				<pubDate>Tue, 29 Apr 2025 05:47:51 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">58b2f2e2bf53ca2fb69582a4f29661ee</guid>
				<title>栗原 義実 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/32984/</link>
				<pubDate>Tue, 29 Apr 2025 05:44:30 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7045996bb8fe0ca5d51541260acd3ea0</guid>
				<title>栗原 義実 wrote a new post, 美肌の条件</title>
				<link>https://kojinjigyou.org/?p=87406</link>
				<pubDate>Tue, 29 Apr 2025 05:41:59 +0900</pubDate>

									<content:encoded><![CDATA[<p>こんにちは。<br />
ロンジェビティ事業を行っておりますのでもっとも基本的な美肌の条件について記載させていただきます</p>
<p>結論から記載しますと、美肌はあかちゃんの肌がもっとも美肌って言われています。<br />
ではあかちゃん肌がどういうものかと言いますと、&#8221;うなはだけつ&#8221;といわれている特徴があります。</p>
<p>■うなはだけつの意味</p>
<p>う<br />
潤い<br />
肌がしっとりと潤っていて乾燥していないこと。水分を保つ力があること</p>
<p>な<br />
な[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b9f3c37665cf6179e89f68377f571bc4</guid>
				<title>栗原 義実 wrote a new post, wordPressでよく使うもの</title>
				<link>https://kojinjigyou.org/?p=83428</link>
				<pubDate>Thu, 06 Mar 2025 07:00:03 +0900</pubDate>

									<content:encoded><![CDATA[<p>wordPressを使用するときによく使っているもメモとして残します。<br />
今回の目的は自分がそれを見ればブログの作成を効率よくできるように書くものです。<br />
自分がIT系の内容をよく書くので、IT系でこれからwordPressでブログを書こうと思っている人には向いているかもしれません<br />
また、wordPressのテーマによっては少し仕様が変わるものもあるのでよく調べたらこんなことしなくてもよいじゃんというのも混ざっているとおもい[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">393710abff0ef15ca15622afcc2ccca0</guid>
				<title>栗原 義実 wrote a new post, SQLServer case文</title>
				<link>https://kojinjigyou.org/?p=83308</link>
				<pubDate>Thu, 27 Feb 2025 01:31:07 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回は仕事でwhere句にcase文を入れたく調べた結果をメモの為に書かせていただきます。</p>
<p>王道のcase文はselect内に書くと思いますので基本のselectの中でcase文を使っているものも記載しておきます。<br />
ご存じない方は知っておくと便利なので使うタイミングがあれば使ってみてください。</p>
<p>select<br />
case<br />
 when 条件 then 〇〇<br />
 when 条件 then △△<br />
end as[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">25ecff59e41ac061ca653622ed566e62</guid>
				<title>栗原 義実 wrote a new post, データグリッドビューのselectedRowとcurrentRowの違い</title>
				<link>https://kojinjigyou.org/?p=80649</link>
				<pubDate>Fri, 10 Jan 2025 03:13:25 +0900</pubDate>

									<content:encoded><![CDATA[<p>selectedRowは現在選択されているすべての行を指しています。<br />
複数選択も可能でコレクションとして保持されます。<br />
currentRowは現在フォーカスされている行を指します。<br />
そして注意点として必ずしもユーザーの視覚的な選択とは一致しない場合があるということです。<br />
currentRowはデータグリッドビューが裏で持っている情報なのでフォーカスされていない場合はnothingになります。</p>
<p>主観的には視覚的選択[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1dfab0cb2228517c83d6938686b8500c</guid>
				<title>栗原 義実 wrote a new post, 年末年始に痩せたい！</title>
				<link>https://kojinjigyou.org/?p=78786</link>
				<pubDate>Mon, 02 Dec 2024 06:49:35 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回は美容と健康の事業で取り扱っているサービスで冬に備えるアイテムで使ってみておすすめだったアイテムをご紹介いたします。</p>
<p>皆さん冬といえば何を思いますか？<br />
単純な乾燥だったり、紫外線からの乾燥、むくみや冷えやすくなる方が多いと思います。</p>
<p>特にこれから年末年始ということで太ってしまう方も多いかと思います！<br />
自分も年末年始で5キロ太ってしまい、どうしようと考えてしまったこともあり落とすにかなり時間がかかりました。[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">522e5c0f093eea9ab3b7a890f8522ed1</guid>
				<title>栗原 義実 wrote a new post, データグリッドビューセルについて</title>
				<link>https://kojinjigyou.org/?p=77401</link>
				<pubDate>Wed, 13 Nov 2024 06:56:54 +0900</pubDate>

									<content:encoded><![CDATA[<p>VB.netやC#で扱うことができるデータグリッドビューについて個人的に気づいたことを記載しようと思います。<br />
自分は選択されているはずなのに編集できないのはなぜか気になっていました。<br />
例えばコンボボックスセルでは1回目のクリックで選択状態になり、2回目でそれが編集モードぽくなり、3回目でドロップダウンが開くようになっています。<br />
この無駄な動作をなくす方法は他の方がいくつも上げているので省きますがどのような仕様になっている[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">02994425cea92bbd11c758e22aa5635c</guid>
				<title>栗原 義実 wrote a new post, サーバーオブジェクトを作成する③</title>
				<link>https://kojinjigyou.org/?p=72175</link>
				<pubDate>Wed, 30 Oct 2024 16:46:03 +0900</pubDate>

									<content:encoded><![CDATA[<p>createServerの引数の関数で指定しているリクエストとレスポンスについて少し書かせて頂きます。</p>
<p>このリクエストとレスポンスには以下のようなオブジェクトが収められています。</p>
<p>http.ClientRequest<br />
request引数に入っているオブジェクトです。クライアントから送られてきた情報を管理するためのものです。</p>
<p>http.ServerResponse<br />
response引数に入ってい[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3092f55dd1aa7d0908c60e9827d5265b</guid>
				<title>栗原 義実 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/28093/</link>
				<pubDate>Sun, 29 Sep 2024 13:45:36 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d20ca7c42c9eb434d0fe9bebdc76999e</guid>
				<title>栗原 義実 wrote a new post, サーバーオブジェクトを作成する②</title>
				<link>https://kojinjigyou.org/?p=72168</link>
				<pubDate>Fri, 02 Aug 2024 13:37:30 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回はcreateServerの引数の関数でどのようなことを行うか簡単に紹介したいと思います。</p>
<p>例えば以下のようなものです。</p>
<p>res.end(&#8216;Hello Node.js!&#8217;);</p>
<p>引数で渡されたresponseという変数の「end」というメソッドを呼び出して引数のテキストを出力して返信を終えます。<br />
resはサーバーからクライアントへの返信に[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6aa7a6457abcf91a91dd9a7c55bf2f23</guid>
				<title>栗原 義実 wrote a new post, Node.jsサーバーオブジェクトを作成する①</title>
				<link>https://kojinjigyou.org/?p=72154</link>
				<pubDate>Wed, 31 Jul 2024 13:33:32 +0900</pubDate>

									<content:encoded><![CDATA[<p>サーバーオブジェクトは、httpServerというオブジェクトで用意されています。<br />
以下のメソッドで作成します。</p>
<p>変数 = http.createServer(関数);</p>
<p>httpオブジェクトにある「createServer」というメソッドを呼び出します。<br />
これでhttp.Serverオブジェクトが[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">51d02de82ee1373e804b6ac97c93cf66</guid>
				<title>栗原 義実 wrote a new post, Node requireについて</title>
				<link>https://kojinjigyou.org/?p=69226</link>
				<pubDate>Fri, 31 May 2024 16:50:39 +0900</pubDate>

									<content:encoded><![CDATA[<p>前回書いたプログラムを書いてみようで使用したrequireについて書きたいと思います。</p>
<p>Node.js独特の「モジュールローディングシステム」という機能を利用するものです。<br />
Node.jsでは、多数のオブジェクトを利用します。<br />
なのでオブジェクトをモジュール化して管理し、必要に応じてそれをロードし利用できるようにしています。<br />
これが「モジュールローディングシステム」といいます。</p>
<p>この「モジュールのロード」を行[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2ebbbd679d5151ea1dfd6fbc007e14bd</guid>
				<title>栗原 義実 wrote a new post, Nodejsを書いてみよう</title>
				<link>https://kojinjigyou.org/?p=69222</link>
				<pubDate>Fri, 31 May 2024 16:24:41 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回はNode.jsを書いてみようということで簡単なプログラムを書いて動かすところまで書こうと思います。<br />
VisualStudioCodeを開いて以下のファイルを作成してください。<br />
&#8220;app.js&#8221;</p>
<p>&#8220;app.js&#8221;には以下のコードを入力してください。</p>
<p>const http = require(&#8216;http&#8217;);<br />
var server = http.createServer(<br />
 (request, respo[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">33e08e321125d0bedf5871aac5b6f88b</guid>
				<title>栗原 義実 wrote a new post, Node.js環境構築</title>
				<link>https://kojinjigyou.org/?p=67220</link>
				<pubDate>Thu, 25 Apr 2024 01:06:53 +0900</pubDate>

									<content:encoded><![CDATA[<p>仕事でreactを使う機会がありました。reactではnodeを使用します。<br />
ですのでその環境構築の1歩としてnode.jsの環境構築（設定）のやり方を記載します。<br />
今回はwindowsでのやり方を記載します。OSによっては少しやり方が違うかもしれません。</p>
<p>▼手順<br />
１．以下のURLから&#8221;nvm-setup.exe&#8221;をダウンロードします</p>
<p>２．&#8221;nvm-setup.exe&#8221;を実行してnode version man[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">616ae3d32314daf38ae7ef676ba55fbb</guid>
				<title>栗原 義実 wrote a new post, OSI基本参照モデル</title>
				<link>https://kojinjigyou.org/?p=65500</link>
				<pubDate>Wed, 13 Mar 2024 11:31:41 +0900</pubDate>

									<content:encoded><![CDATA[<p>今回はネットワークにおいて大切なOSI基本参照モデルについて記載させていただきます。<br />
OSI基本参照モデルは通信を行うためのルールとなるプロトコルを7つの階層に分けてまとめたモデルです。</p>
<p>OSI基本参照モデルの階層は次のようになっております。<br />
・アプリケーション層<br />
・プレゼンテーション層<br />
・セッション層<br />
・トランスポート層<br />
・ネットワーク層<br />
・データリンク層<br />
・物理層<br />
各階層の機能や役割<br />
アプリケーシ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">97519b89df07ce447e9f375caca171bb</guid>
				<title>栗原 義実 wrote a new post, Maven外部jarの使用方法</title>
				<link>https://kojinjigyou.org/?p=64294</link>
				<pubDate>Wed, 21 Feb 2024 13:40:56 +0900</pubDate>

									<content:encoded><![CDATA[<p>初回の記事としてMavenで外部jarを使う方法を記載します。<br />
なぜこの内容にしたかと申しますと、調べてもうまく動かないやり方しか出てこずだいぶ苦戦したからです。<br />
ビルドパスを通せば外部jarの使用は可能なのですが、Mavenでjarやwarを作成するとエラーが発生します。そのための解決策としてこの記事を書きます。</p>
<p> <br />
■解決策<br />
今回jarファイルを以下に配置したものとします。<br />
プロジェクト<br />
│└lib<br />
│[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">99be7a7a34340ab330cac832bbda2b72</guid>
				<title>栗原 義実 さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/23960/</link>
				<pubDate>Wed, 21 Feb 2024 03:28:46 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6df209a8b8e6acc9216ef6da39e8aef9</guid>
				<title>栗原 義実 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/23959/</link>
				<pubDate>Wed, 21 Feb 2024 03:26:13 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4a8eb773af45efd580d7e6e188271081</guid>
				<title>栗原 義実 さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/23893/</link>
				<pubDate>Mon, 19 Feb 2024 04:08:55 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>