Programming304 VirtualBox 호스트와 멀티캐스트(Multicast) 패킷 송/수신 테스트 진행 출처 : #8698 (VirtualBox Host-Only Network Adapter prevents multicast traffic) – Oracle VM VirtualBox #8698 (VirtualBox Host-Only Network Adapter prevents multicast traffic) – Oracle VM VirtualBox After installing Oracle VirtualBox and VirtualBox installing the "VirtualBox Host-Only Network" on my Windows 7 64-bit machine, I am no longer able to receive multicast streams on the host machine. This .. 2022. 3. 2. Samba 및 NFS Server 구성 요소 설치 진행 하여 동일한 디렉터리 공유 진행 Samba 및 NFS Server 구성 요소 설치 진행 하여 동일한 디렉터리 공유 진행 [ 디렉터리 공유 진행 , 정상적인 방법은 아닐수도 있습니다 -.- ] 1. Samba 구성요소 설치 진행 $ sudo yum install samba* -y 2. smb.conf 파일 설정 진행 , data 디렉터리 및 data라는 명칭으로 디렉터리를 공유 진행 $ vi /etc/samba/smb.conf -------------------------------------------------------------------------------- # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 't.. 2022. 3. 2. [VWorldMap API] EPSG:4326 경도위도 값을 , EPSG:3857 좌표계로 변환 javascript 함수 변환 함수 출처 : coordinate system - Convert EPSG:4326 to EPSG:3857 in OpenLayers and React - Geographic Information Systems Stack Exchange Convert EPSG:4326 to EPSG:3857 in OpenLayers and React Is there a way to convert coordinates from EPSG:4326 to EPSG:3857 in OpenLayers. Or does any one have a method that does this in Javascript? gis.stackexchange.com Vworld Map 예제 출처 : 공간정보 오픈플랫폼 오픈API (vworld.kr.. 2022. 1. 9. [전자정부프레임워크3.9] 클라이언트에서 요청 시에 CORS 오류 발생 관련 처리 사항 [전자정부프레임워크3.9] 클라이언트에서 요청 시에 CORS 오류 발생 관련 처리 사항 출처입니다. : [Spring Boot] CORS 설정하기 (tistory.com) [Spring Boot] CORS 설정하기 CORS란? (Cross-Origin Resource Sharing,CORS) 란 다른 출처의 자원을 공유할 수 있도록 설정하는 권한 체제를 말합니다. 따라서 CORS를 설정해주지 않거나 제대로 설정하지 않은 경우, 원하는대로 리소스를 dev-pengun.tistory.com Controller의 CORS 관련 예외 처리를 진행 할 메서드마다 아래 사항을 추가 하였으나 , 해결 되지 않았습니다. response.setHeader("Access-Control-Allow-Origin","*"); .. 2021. 12. 1. 이전 1 ··· 18 19 20 21 22 23 24 ··· 76 다음