<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>VNote</title>
		<link rel="alternate" type="text/html" hreflang="ko" href="https://vnote.123a.kr/"/>
	<link rel="self" type="application/atom+xml" href="https://vnote.123a.kr/index.php?act=atom"/>
	<updated>2026-05-13T00:26:21+09:00</updated>
	<id>https://vnote.123a.kr/index.php?act=atom</id>
	<generator>Rhymix</generator>
		<entry>
		<title>MariaDB에서 내부 접속 허용</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7074</id>
		<published>2026-04-01T06:29:30+09:00</published>
		<updated>2026-04-01T06:30:40+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">GRANT ALL PRIVILEGES ON `&#039;내용&#039;`.* TO &#039;root&#039;@&#039;10.0.0.x&#039;; FLUSH PRIVILEGES;</summary>
		<category term="291" label="MEMO" />		</entry><entry>
		<title>APCu 모듈 다운로드</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7071</id>
		<published>2026-03-27T06:11:37+09:00</published>
		<updated>2026-03-27T06:11:37+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">https://pecl.php.net/package/APCu/5.1.23/windows</summary>
		<category term="291" label="MEMO" />		</entry><entry>
		<title>my.ini 쿼리 캐시</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7069</id>
		<published>2026-03-26T09:02:28+09:00</published>
		<updated>2026-03-26T09:02:28+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">[mysqld] query_cache_type = 1 query_cache_size = 64M 추가</summary>
		<category term="291" label="MEMO" />		</entry><entry>
		<title>OPcache란?</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7068</id>
		<published>2026-03-26T07:49:15+09:00</published>
		<updated>2026-03-26T07:49:15+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">PHP는 원래 요청이 올 때마다 이런 과정을 거칩니다: .php 파일 읽기 → 구문 분석(파싱) → 컴파일(바이트코드 변환) → 실행 문제는 같은 파일이라도 매 요청마다 컴파일을 반복한다는 겁니다. 이 컴파일 과정이 CPU를 많이 씁니다. OPcache는 컴파일된 바이트코드를 메모리에 캐싱해서, 두 번째 요청부터는 컴파일 없이 바로 실행합니다. OPcache OFF: 파일 읽기 → 파싱 → 컴파일 → 실행 (매번) OPcache ON: 파일 읽기 → 파싱 → 컴...</summary>
		<category term="291" label="MEMO" />		</entry><entry>
		<title>python 3.13.2 다운로드</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7018</id>
		<published>2025-02-13T10:15:30+09:00</published>
		<updated>2025-02-13T10:15:30+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">python 3.13.2 다운로드 python-3.13.2-amd64.exe</summary>
				</entry><entry>
		<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 rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7005</id>
		<published>2024-03-14T17:23:22+09:00</published>
		<updated>2024-03-14T17:23:22+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">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에 체크 후 실행하면 됩니다.</summary>
		<category term="4651" label="Rhymix/XE" />		</entry><entry>
		<title>누리고쇼핑몰 Ver 2.6.5</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7004</id>
		<published>2024-03-14T14:08:16+09:00</published>
		<updated>2024-03-15T12:40:13+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">조회 수 2064 추천 수 4 댓글 8 누리고쇼핑몰 Ver 2.6.5 bjrambo released this a minute ago 누리고 모듈 2.6.5 누리고 모듈이 정식적으로 베타에서 정식버전으로 들어서게 되었습니다. 알려진 버그를 제외한 베타기간때 접수된 버그의 경우 대부분 버그를 고친것 같습니다. 당부의 말씀 누리고 모듈은 #24 의 항목과 같이 제 메일을 통해서 간단하게 의뢰제작도 함께 받고 있습니다. 기존의 기능의뢰작업과는 달리, 싼가격으로 기...</summary>
		<category term="4651" label="Rhymix/XE" />		</entry><entry>
		<title>세션 지원	ERROR - session.auto_start = off</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=7001</id>
		<published>2024-03-14T13:16:54+09:00</published>
		<updated>2024-03-15T06:34:22+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">크롬 엣지의 시크리트 모드에서 설치 진행</summary>
		<category term="4651" label="Rhymix/XE" />		</entry><entry>
		<title>IP주소 확인 방법</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000#comment"/>		<id>https://vnote.123a.kr/index.php?mid=COMMUNITY&amp;document_srl=7000</id>
		<published>2024-03-13T06:07:22+09:00</published>
		<updated>2024-03-13T06:07:22+09:00</updated>
		<author>
			<name>구수99</name>
		</author>
		<summary type="text">IP주소 확인 방법 https://ip123.kr/ 공인 ip를 확인 할수 있습니다</summary>
				</entry><entry>
		<title>베스트(best) 글 위젯</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6995</id>
		<published>2024-03-09T11:16:27+09:00</published>
		<updated>2024-03-09T11:16:27+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">https://xe1.xpressengine.com/index.php?mid=download&amp;package_id=22753688&amp;release_id=22755148 best_content.zip</summary>
		<category term="4651" label="Rhymix/XE" />		</entry><entry>
		<title>iis 무료 ssl 인증서</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6973</id>
		<published>2024-03-04T15:36:02+09:00</published>
		<updated>2024-03-15T11:56:52+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">https://www.win-acme.com/ 최신버전 다운로드 : win-acme.v2.2.8.1635.x64.pluggable.zip 로컬디스크 c에 압축해제 후 실행하면 컴퓨터 관리도구에 자동 등록</summary>
		<category term="4444" label="SERVER" />		</entry><entry>
		<title>Microsoft Application Request Routing 3.0 (x64) - arr 다운로드</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6970</id>
		<published>2024-02-20T07:09:08+09:00</published>
		<updated>2024-02-20T07:09:08+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">Microsoft Application Request Routing 3.0 (x64) requestRouter_amd64.msi</summary>
		<category term="4444" label="SERVER" />		</entry><entry>
		<title>Web Farm Framework 2.0 using Web Platform Installer</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6967</id>
		<published>2024-02-20T07:01:32+09:00</published>
		<updated>2024-02-20T07:01:32+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">Web Farm Framework 2.0 using Web Platform Installer WebPlatformInstaller_x64_en-US.msi</summary>
		<category term="4444" label="SERVER" />		</entry><entry>
		<title>통합검색 라믹스 적용</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6963</id>
		<published>2024-02-16T10:18:19+09:00</published>
		<updated>2024-02-16T13:37:38+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">&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;입력후 ...</summary>
		<category term="4651" label="Rhymix/XE" />		</entry><entry>
		<title>ajax communication error 500 error - 라믹스 오류</title>
		<link rel="alternate" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954"/>
	<link rel="replies" type="text/html" href="https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954#comment"/>		<id>https://vnote.123a.kr/index.php?mid=MEMO&amp;document_srl=6954</id>
		<published>2024-01-31T09:36:34+09:00</published>
		<updated>2024-01-31T09:36:34+09:00</updated>
		<author>
			<name>VNote</name>
		</author>
		<summary type="text">ajax communication error 500 error 구형 애드온은 삭제한다 기본 애드온</summary>
		<category term="4651" label="Rhymix/XE" />		</entry></feed>
