<?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>モジュール | IT NEWS</title>
	<atom:link href="https://news.minory.org/tag/%e3%83%a2%e3%82%b8%e3%83%a5%e3%83%bc%e3%83%ab/feed" rel="self" type="application/rss+xml" />
	<link>https://news.minory.org</link>
	<description>IT関連のRSSを取り入れたアンテナサイト</description>
	<lastBuildDate>Mon, 31 Mar 2025 08:01:48 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://news.minory.org/wp-content/uploads/2022/04/cropped-icon-32x32.png</url>
	<title>モジュール | IT NEWS</title>
	<link>https://news.minory.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>PostgreSQLのdblinkで外部DBに接続できないエラーを解消</title>
		<link>https://news.minory.org/573905.html</link>
					<comments>https://news.minory.org/573905.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Mon, 31 Mar 2025 08:01:48 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[dblink]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[アクセス]]></category>
		<category><![CDATA[エラー]]></category>
		<category><![CDATA[サーバー]]></category>
		<category><![CDATA[タイムアウト]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[データベース]]></category>
		<category><![CDATA[パラメーター]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[ログ]]></category>
		<category><![CDATA[拡張機能]]></category>
		<category><![CDATA[権限]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9341</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/01/postgresql-dblink-error-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>PostgreSQLのdblinkは、異なるデータベース間でのデータ連携を容易にする便利な拡張機能です。しかし、システム開発において、dblinkの利用中にエラーが発生し、原因特定に苦労することも少なくありません。本記事 […]</p>
The post <a href="https://news.minory.org/573905.html">PostgreSQLのdblinkで外部DBに接続できないエラーを解消</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/573905.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Node.jsのcryptoで暗号化したパスワードの復号化と認証処理</title>
		<link>https://news.minory.org/567021.html</link>
					<comments>https://news.minory.org/567021.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Mon, 10 Feb 2025 05:28:29 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[アルゴリズム]]></category>
		<category><![CDATA[セキュリティ]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[ハッシュ]]></category>
		<category><![CDATA[パスワード]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[復号化]]></category>
		<category><![CDATA[暗号化]]></category>
		<category><![CDATA[認証]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9273</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/01/node-crypto-auth-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>Node.jsを使ったシステム開発において、パスワード認証は非常に重要な機能の一つです。本記事では、クライアントから送信されたパスワードをデータベースのデータと照合する認証処理を実装する方法について解説します。 実装の背 […]</p>
The post <a href="https://news.minory.org/567021.html">Node.jsのcryptoで暗号化したパスワードの復号化と認証処理</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/567021.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Node.jsとAWS CloudFrontを使用した署名付きURLの生成</title>
		<link>https://news.minory.org/565694.html</link>
					<comments>https://news.minory.org/565694.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Wed, 29 Jan 2025 06:10:15 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[CloudFront]]></category>
		<category><![CDATA[GetObject]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[s3]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[セキュリティ]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[バケット]]></category>
		<category><![CDATA[ポリシー]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9260</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2025/01/node-aws-cloudfront-sign-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>AWS CloudFrontは、コンテンツ配信ネットワーク（CDN）サービスとして広く利用されています。その中で、署名付きURLを使用することで、限定的なアクセス権を提供できます。本記事では、Node.jsでaws-cl […]</p>
The post <a href="https://news.minory.org/565694.html">Node.jsとAWS CloudFrontを使用した署名付きURLの生成</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/565694.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>同一ドメインで複数サブディレクトリにNode.js環境を構築する</title>
		<link>https://news.minory.org/522565.html</link>
					<comments>https://news.minory.org/522565.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Wed, 17 Jan 2024 06:09:44 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[コマンド]]></category>
		<category><![CDATA[サブディレクトリ]]></category>
		<category><![CDATA[サーバー]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[ドメイン]]></category>
		<category><![CDATA[プロキシ]]></category>
		<category><![CDATA[ポート]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[リバースプロキシ]]></category>
		<guid isPermaLink="false">https://minory.org/?p=9033</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2024/01/nodejs-reverse-proxy-1024x682.jpg" class="webfeedsFeaturedVisual"></p>
<p>Apacheのリバースプロキシを利用して、同一ドメインでも複数サブディレクトリで実行可能なNode.js環境を構築し、本番、ステージング、開発環境を使い分け、それぞれの環境を起動する手順を紹介します。本手順はUbuntu […]</p>
The post <a href="https://news.minory.org/522565.html">同一ドメインで複数サブディレクトリにNode.js環境を構築する</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/522565.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Node.jsでリクエストから接続元のIPアドレスを取得する方法</title>
		<link>https://news.minory.org/508876.html</link>
					<comments>https://news.minory.org/508876.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Wed, 11 Oct 2023 02:20:53 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[express]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[IPアドレス]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[プロキシ]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[リクエスト]]></category>
		<category><![CDATA[リバースプロキシ]]></category>
		<guid isPermaLink="false">https://minory.org/?p=8930</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2023/10/node-get-client-ip-1024x683.jpg" class="webfeedsFeaturedVisual"></p>
<p>Node.jsを使用して、リクエストから接続元のIPアドレスを取得する方法は、ウェブアプリケーションやネットワーク関連のプロジェクトで非常に重要です。この記事では、Node.jsを用いた2つの異なる方法を詳しく説明し、そ […]</p>
The post <a href="https://news.minory.org/508876.html">Node.jsでリクエストから接続元のIPアドレスを取得する方法</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/508876.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>三菱電機、大容量宇宙光通信用の光源モジュールを超小型人工衛星に搭載。低コストな実証を実現</title>
		<link>https://news.minory.org/493317.html</link>
					<comments>https://news.minory.org/493317.html#respond</comments>
		
		<dc:creator><![CDATA[はるか礒部]]></dc:creator>
		<pubDate>Fri, 23 Jun 2023 12:00:06 +0000</pubDate>
				<category><![CDATA[Techable]]></category>
		<category><![CDATA[PR TIMES]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[三菱電機株式会社]]></category>
		<category><![CDATA[人工衛星]]></category>
		<category><![CDATA[宇宙]]></category>
		<category><![CDATA[実証実験]]></category>
		<category><![CDATA[衛星]]></category>
		<guid isPermaLink="false">https://techable.jp/?p=212449</guid>

					<description><![CDATA[<p><img width="1500" height="1273" src="https://techable.jp/wp-content/uploads/2023/06/main-38.jpg" class="attachment-ArrayxArray size-ArrayxArray wp-post-image" alt=""></p>
<p>災害現場の状況把握や森林資源の保護など、さまざまな用途で人工衛星による撮影画像の活用が進んでいる近年。 用途によっては、より早く高精度に地上の状況を把握する必要がありますが、従来の電波を利用した衛星通信では通信容量や通信...</p>
The post <a href="https://news.minory.org/493317.html">三菱電機、大容量宇宙光通信用の光源モジュールを超小型人工衛星に搭載。低コストな実証を実現</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/493317.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://techable.jp/wp-content/uploads/2023/06/main-38.jpg" length="925420" type="image/jpg" />

			</item>
		<item>
		<title>【Python】RequestsとBeautifulSoupを使ったWebスクレイピング方法</title>
		<link>https://news.minory.org/476157.html</link>
					<comments>https://news.minory.org/476157.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Thu, 09 Mar 2023 04:38:00 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[BeautifulSoup]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Requests]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[スクレイピング]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[メソッド]]></category>
		<category><![CDATA[モジュール]]></category>
		<guid isPermaLink="false">https://minory.org/?p=7929</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2023/02/python-web-scraping-1024x682.jpeg" class="webfeedsFeaturedVisual"></p>
<p>PythonでWebスクレイピングをする方法はいくつかありますが、一般的にはRequestsモジュールとBeautifulSoupモジュールを使うことが多いです。RequestsモジュールはWebサイトの情報を取得するた […]</p>
The post <a href="https://news.minory.org/476157.html">【Python】RequestsとBeautifulSoupを使ったWebスクレイピング方法</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/476157.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>PHPで既にモジュールを読み込んでるとエラーになる</title>
		<link>https://news.minory.org/442579.html</link>
					<comments>https://news.minory.org/442579.html#respond</comments>
		
		<dc:creator><![CDATA[管理者]]></dc:creator>
		<pubDate>Thu, 01 Dec 2022 07:55:07 +0000</pubDate>
				<category><![CDATA[Minory]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[エラー]]></category>
		<category><![CDATA[コマンド]]></category>
		<category><![CDATA[テクノロジー]]></category>
		<category><![CDATA[ファイル]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[拡張]]></category>
		<category><![CDATA[設定]]></category>
		<guid isPermaLink="false">https://minory.org/?p=7344</guid>

					<description><![CDATA[<p><img src="https://minory.org/wp-content/uploads/2022/11/php-warning-module-1024x683.jpg" class="webfeedsFeaturedVisual"></p>
<p>最近、久しぶりにPHPでプログラミングをする機会が増えた。少し凝ったことをしようと思うと様々な拡張モジュールを使うことがありますが、そのモジュールをインストールしてなかったり、読み込む設定し忘れたりすると、エラーが出て思 […]</p>
The post <a href="https://news.minory.org/442579.html">PHPで既にモジュールを読み込んでるとエラーになる</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/442579.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>組立式ロボット「Clicbot」は1000種類のセットアップで200以上のリアクション！</title>
		<link>https://news.minory.org/225556.html</link>
					<comments>https://news.minory.org/225556.html#respond</comments>
		
		<dc:creator><![CDATA[クリューガー量子]]></dc:creator>
		<pubDate>Fri, 14 Feb 2020 07:00:10 +0000</pubDate>
				<category><![CDATA[Techable]]></category>
		<category><![CDATA[Clicbot]]></category>
		<category><![CDATA[Google Blonkly]]></category>
		<category><![CDATA[Kickstarter]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[アプリ]]></category>
		<category><![CDATA[コード]]></category>
		<category><![CDATA[ドラッグ アンド ドロップ]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[モジュール]]></category>
		<category><![CDATA[ロボット]]></category>
		<category><![CDATA[顔認識]]></category>
		<guid isPermaLink="false">https://techable.jp/?p=117172</guid>

					<description><![CDATA[<p><img width="560" height="315" src="https://techable.jp/wp-content/uploads/2020/02/e24bd9808ecc0bd48dfd177ec6ef1311_original.jpg" alt=""></p>
<p>&#36208;&#12387;&#12383;&#12426;&#12289;&#36362;&#12387;&#12383;&#12426;&#12289;&#12467;&#12540;&#12498;&#12540;&#12459;&#12483;&#12503;&#12434;&#25569;&#12387;&#12383;&#12426;&#12391;&#12365;&#12427;&#12289;&#12518;&#12491;&#12540;&#12463;&#12394;&#32068;&#31435;&#12390;&#24335;&#12525;&#12508;&#12483;&#12488;&#12300;Clicbot&#12301;&#12364;&#35477;&#29983;&#12375;&#12383;&#12290;1000&#31278;&#39006;&#12398;&#12475;&#12483;&#12488;&#12450;&#12483;&#12503;&#12391;200&#20197;&#19978;&#12398;&#12522;&#12450;&#12463;&#12471;&#12519;&#12531;&#12364;&#27005;&#12375;&#12417;&#12289;&#26032;&#12375;&#12356;&#24841;&#24555;&#12394;&#23478;&#26063;&#12398;&#19968;&#21729;&#12395;&#12394;&#12426;&#12381;&#12358;&#12384;&#12290; &#12539;1000&#31278;...</p>
The post <a href="https://news.minory.org/225556.html">組立式ロボット「Clicbot」は1000種類のセットアップで200以上のリアクション！</a> first appeared on <a href="https://news.minory.org">IT NEWS</a>.]]></description>
		
					<wfw:commentRss>https://news.minory.org/225556.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>
