블로그
-
Lee Jae-myung Proposes ‘Korea-NK-US-China’ 4-Party; NK Seeks ‘NK-Russia-Japan’ Post-WWII System
Four-Party System; North Korea Seeks ‘North Korea-Russia-Japan’ Post-WWII System In his Liberation Day address It appears that North Korea will strengthen its strategic position in Northeast Asia by using the stalled
blog.naver.com · 2026.08.16
-
ManageBac Instructions
Using the same email address you provided to the school when you enrolled, request a password reset email
blog.naver.com · 2025.05.02
-
SureM Sender ID International Messages Delivery
It means Source Address or Source Number that is being used in order to send a message to a destination Many countries are having special characteristic when sending messages using Sender ID.
blog.naver.com · 2022.04.29
-
[Perl] 1.19. Fetching network info
endprotoent - (be done using protocols file) endservent - (be done using services file) gethostbyaddr - (get host record given its address) gethostbyname - (get host record given name) gethostent - (get
blog.naver.com · 2021.08.30
-
Python Quiz - basic regular expressions
The check_web_address function checks if the text passed qualifies as a top-level web address, meaning Fill in the regular expression to do that, using escape characters, wildcards, repetition qualifiers,
blog.naver.com · 2020.07.28
-
12주차 실습 예제 배열대신 포인터로 풀이
5,6,3,4}, {9,7,1,8} }; int *ptr; int i, j; ptr = (int*)malloc(sizeof(int)* row * col); do { printf("Address using PTR\n"); for (i = 0; i < row; i++) { printf("%p", ptr+i*col); for (j = 0; j < col; j++)
blog.naver.com · 2017.06.14
-
Comfrey leaves
Enter your email address Sign Up! MENU Custom Search search Sign In or Register Growing and Using Comfrey Leaves Grow comfrey for healing
blog.naver.com · 2017.02.20
-
ORACLE DBLINK 생성 및 권한부여
접속식별자를 분석할 수 없음 오류 발생 시) CREATE DATABASE LINK [DB Link 명] CONNECT TO [접속계정] IDENTIFIED BY [접속비밀번호] USING '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = [IP 또는 주소]) (PORT = 1521) ) ) (CONNECT_DATA
blog.naver.com · 2016.10.19
-
컴네 문제
-49 Private IP Addresses No two machines that connect to a public network can have the same IP address RFC 1918 sets aside three blocks of IP addresses for private, internal use. Connecting a network using
blog.naver.com · 2015.11.10
-
[구조체][C++][배열]구조체 배열/포인터/함수 사용하기
#include #include using namespace std; struct Address{ string name; string phone; string address; }; void print(Address* pad){ int i= 0; for(i=0;i
blog.naver.com · 2014.01.27
블로그 결과 더보기 →