<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
	<channel>
		<title>VNote</title>
		<link>https://vnote.123a.kr/</link>
		<description></description>
		<atom:link href="https://vnote.123a.kr/index.php?act=rss" rel="self" type="application/rss+xml" />
		<language>ko</language>
		<pubDate>Wed, 13 May 2026 00:29:39 +0900</pubDate>
		<generator>Rhymix</generator>
			<item>
			<title>MariaDB에서 내부 접속 허용</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074</link>
				<description>GRANT ALL PRIVILEGES ON `&#039;내용&#039;`.* TO &#039;root&#039;@&#039;10.0.0.x&#039;; FLUSH PRIVILEGES;</description>
		<category>VNote - Memo</category>	<category>MEMO</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074#comment</comments>			<pubDate>Wed, 01 Apr 2026 06:29:30 +0900</pubDate>
		</item><item>
			<title>APCu 모듈 다운로드</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071</link>
				<description>https://pecl.php.net/package/APCu/5.1.23/windows</description>
		<category>VNote - Memo</category>	<category>MEMO</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071#comment</comments>			<pubDate>Fri, 27 Mar 2026 06:11:37 +0900</pubDate>
		</item><item>
			<title>my.ini 쿼리 캐시</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069</link>
				<description>[mysqld] query_cache_type = 1 query_cache_size = 64M 추가</description>
		<category>VNote - Memo</category>	<category>MEMO</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069#comment</comments>			<pubDate>Thu, 26 Mar 2026 09:02:28 +0900</pubDate>
		</item><item>
			<title>OPcache란?</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068</link>
				<description>PHP는 원래 요청이 올 때마다 이런 과정을 거칩니다: .php 파일 읽기 → 구문 분석(파싱) → 컴파일(바이트코드 변환) → 실행 문제는 같은 파일이라도 매 요청마다 컴파일을 반복한다는 겁니다. 이 컴파일 과정이 CPU를 많이 씁니다. OPcache는 컴파일된 바이트코드를 메모리에 캐싱해서, 두 번째 요청부터는 컴파일 없이 바로 실행합니다. OPcache OFF: 파일 읽기 → 파싱 → 컴파일 → 실행 (매번) OPcache ON: 파일 읽기 → 파싱 → 컴...</description>
		<category>VNote - Memo</category>	<category>MEMO</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068#comment</comments>			<pubDate>Thu, 26 Mar 2026 07:49:15 +0900</pubDate>
		</item><item>
			<title>python 3.13.2 다운로드</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018</link>
				<description>python 3.13.2 다운로드 python-3.13.2-amd64.exe</description>
		<category>VNote - Memo</category>					<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018#comment</comments>			<pubDate>Thu, 13 Feb 2025 10:15:30 +0900</pubDate>
		</item><item>
			<title>Prepared statement failed: INSERT INTO `xe_ncart_orderform_fieldsets`(`fieldset_srl`, `module_srl`, `fieldset_title`, `regdate`)VALUES (?, ?, ?, ?)Field &#039;fieldset_name&#039; doesn&#039;t have a default value</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005</link>
				<description>Prepared statement failed: INSERT INTO `xe_ncart_orderform_fieldsets` (`fieldset_srl`, `module_srl`, `fieldset_title`, `regdate`) VALUES (?, ?, ?, ?)Field &#039;fieldset_name&#039; doesn&#039;t have a default value phpmyadmin에서 xe_nproduct_extra_vars를 찾아서 데이터 null에 체크 후 실행하면 됩니다.</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005#comment</comments>			<pubDate>Thu, 14 Mar 2024 17:23:22 +0900</pubDate>
		</item><item>
			<title>누리고쇼핑몰 Ver 2.6.5</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004</link>
				<description>조회 수 2064 추천 수 4 댓글 8 누리고쇼핑몰 Ver 2.6.5 bjrambo released this a minute ago 누리고 모듈 2.6.5 누리고 모듈이 정식적으로 베타에서 정식버전으로 들어서게 되었습니다. 알려진 버그를 제외한 베타기간때 접수된 버그의 경우 대부분 버그를 고친것 같습니다. 당부의 말씀 누리고 모듈은 #24 의 항목과 같이 제 메일을 통해서 간단하게 의뢰제작도 함께 받고 있습니다. 기존의 기능의뢰작업과는 달리, 싼가격으로 기...</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004#comment</comments>			<pubDate>Thu, 14 Mar 2024 14:08:16 +0900</pubDate>
		</item><item>
			<title>세션 지원	ERROR - session.auto_start = off</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001</link>
				<description>크롬 엣지의 시크리트 모드에서 설치 진행</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001#comment</comments>			<pubDate>Thu, 14 Mar 2024 13:16:54 +0900</pubDate>
		</item><item>
			<title>IP주소 확인 방법</title>
			<link>https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000</link>
				<description>IP주소 확인 방법 https://ip123.kr/ 공인 ip를 확인 할수 있습니다</description>
		<category>VNote - COMMUNITY</category>					<dc:creator>구수99</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000</guid>
	<comments>https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000#comment</comments>			<pubDate>Wed, 13 Mar 2024 06:07:22 +0900</pubDate>
		</item><item>
			<title>베스트(best) 글 위젯</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995</link>
				<description>https://xe1.xpressengine.com/index.php?mid=download&amp;package_id=22753688&amp;release_id=22755148 best_content.zip</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995#comment</comments>			<pubDate>Sat, 09 Mar 2024 11:16:27 +0900</pubDate>
		</item><item>
			<title>iis 무료 ssl 인증서</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973</link>
				<description>https://www.win-acme.com/ 최신버전 다운로드 : win-acme.v2.2.8.1635.x64.pluggable.zip 로컬디스크 c에 압축해제 후 실행하면 컴퓨터 관리도구에 자동 등록</description>
		<category>VNote - Memo</category>	<category>SERVER</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973#comment</comments>			<pubDate>Mon, 04 Mar 2024 15:36:02 +0900</pubDate>
		</item><item>
			<title>Microsoft Application Request Routing 3.0 (x64) - arr 다운로드</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970</link>
				<description>Microsoft Application Request Routing 3.0 (x64) requestRouter_amd64.msi</description>
		<category>VNote - Memo</category>	<category>SERVER</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970#comment</comments>			<pubDate>Tue, 20 Feb 2024 07:09:08 +0900</pubDate>
		</item><item>
			<title>Web Farm Framework 2.0 using Web Platform Installer</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967</link>
				<description>Web Farm Framework 2.0 using Web Platform Installer WebPlatformInstaller_x64_en-US.msi</description>
		<category>VNote - Memo</category>	<category>SERVER</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967#comment</comments>			<pubDate>Tue, 20 Feb 2024 07:01:32 +0900</pubDate>
		</item><item>
			<title>통합검색 라믹스 적용</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963</link>
				<description>&lt;form action=&quot;{\RX_BASEURL}&quot; method=&quot;get&quot; class=&quot;xet_search_main_form&quot;&gt; &lt;span&gt;검색 &lt;/span&gt; &lt;input cond=&quot;($vid)&quot; type=&quot;hidden&quot; name=&quot;vid&quot; value=&quot;{$vid}&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;mid&quot; value=&quot;{$mid}&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;act&quot; value=&quot;IS&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;search_target&quot; value=&quot;title_content&quot; /&gt; &lt;input name=&quot;is_keyword&quot; type=&quot;text&quot; class=&quot;itext r2&quot; value=&quot;&quot; placeholder=&quot;입력후 ...</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963#comment</comments>			<pubDate>Fri, 16 Feb 2024 10:18:19 +0900</pubDate>
		</item><item>
			<title>ajax communication error 500 error - 라믹스 오류</title>
			<link>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954</link>
				<description>ajax communication error 500 error 구형 애드온은 삭제한다 기본 애드온</description>
		<category>VNote - Memo</category>	<category>Rhymix/XE</category>				<dc:creator>VNote</dc:creator>
			<guid isPermaLink="true">https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954</guid>
	<comments>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954#comment</comments>			<pubDate>Wed, 31 Jan 2024 09:36:34 +0900</pubDate>
		</item>	</channel>
</rss>
