블로그
-
[Segment Routing] OSPF Header (RFC8665)
Type: 1 Length: 3 or 4 octets SID/Label: If the length is set to 3, then the 20 rightmost bits represent SID/Label Range TLV 1) SR Global Block Type: 9 Length: Variable, in octets, depending on the sub-TLVs
blog.naver.com · 2026.05.18
-
소니 CDP-XA30ES (SONY CDP-XA30ES) CDP [J.P]
*소니 CDP-XA30ES* *Specifications* Type CD Player D/A Converter Current Pulse D/A Converter Frequency Characteristic Measurement Limit Digital Output Light : -18dBm Coaxial : 0.5Vp-p/75 Ω Analog Output Fixed : 2 Vrms Variable
blog.naver.com · 2026.05.14
-
2. abap에서의 DATA TYPE 선언
ABAP에서의 데이터 선언은 2가지 DATA TYPE (직접 변수 선언) :실제 데이터 저장할 변수를 만듦 예시1-1) data gv_name type string. DATA VARIABLE(데이터 타입 선언) 예시1-2) TYPES gv_name type string. 유지 보수 측면에서 두 개를 나눠서 코딩을 하면 되는 거 같다.
blog.naver.com · 2025.08.20
-
노이드 태그 관리자 및 구글 애널리틱스 4 설정 요약
애널리틱스 계정 생성 및 태그 관리자 삽입 GA4 속성 - 데이터 설정 - 데이터 수집 - 하위 메뉴 활성 태그 관리자에 커머스용 데이터 영역 변수 등록 (Data Layer Variable ) Tag configuration: Tag type: GA4 Event Event Name: purchase Ecommerce Items - ecommerce.items Ecommerce
blog.naver.com · 2023.10.05
-
[Perl] 1.15. Keywords related to classes and object-orientedness
of thing being referenced) tie - (bind a variable to an object class ) tied - (get a reference to the object underlying a tied variable) untie - (break a tie binding to a variable) use - (load in a module
blog.naver.com · 2021.08.30
-
파이참 ( PyCharm ) 단축키
Editing Ctrl + Space : Basic code completion (the name of any class,method or variable) Ctrl + Shift + Space : Smart code completion (filters the list of methodsand variables by expected type) Ctrl + Shift
blog.naver.com · 2020.05.06
-
[] Built Up Back Pressure Calculation
One of consideration in selection of relief valve type is built up back pressure. Is it a constant or variable?
blog.naver.com · 2018.04.05
-
Data Types : 9주차
Data type 이란 무엇인가. data type 이란 첫번째, data 의 object 를 정의한다 예를 들어 A 라는 클래스가 있을때 A obj; 라고 정의하는것처럼 int a 따라서 variable 에 속한다. class Test { Test* obj; } 여기서 obj 는 object 가 아니고 reference variable 이다.
blog.naver.com · 2016.10.25
-
php 기초
Variable (변수) - 변수는 $로 시작한다. - 변수는 별도로 선언하는 부분이 없으며 (type을 미리 지정하지 않으며) 변수 type은 변수가 사용된 context에 따라 변수 type은 gettype(), is_long(), is_double(), is_string(), is_array(), is_object() 등의 함수로 알아낼 수 있다. - type
blog.naver.com · 2015.04.15
-
2014년 9월 27일 오후 2시 41분에 저장한 글입니다.
[취업반] [87기](자바)Java Framework & 안드로이드 개발자 양성과정 1주차에 배운 내용 Java 설치방법 변수(Variable) 변수 : 값을 저장하기 위한 기억공간 변수의 타입(Data type) 기본형(Primitive type) : 실제 값을 저장 문자 - char (2byte) : 한 개의 문자(여러 문자를 저장하려면 String을
blog.naver.com · 2014.09.27
블로그 결과 더보기 →