블로그
-
[MSSQL] 10일차
select top 20 * from..K0104_test 각 데이터 가져오기 use study go select top 10 * from..companyinfo select ID, Name , IND_ID, Employees, Employees + 10000 as [1년후추정치] from..companyinfo => 고용인 +10000, 컬럼명 추정치 use test
blog.naver.com · 2023.09.07
-
49일차소스_34
package test; public class Product { private String name; private int price; public String getName() =name; this.price=price; } }
blog.naver.com · 2022.03.15
-
50일차소스_1
package test; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException ="uname1",value="timo"),@WebInitParam(name="uname2",value="ari&.......
blog.naver.com · 2022.03.15
-
49일차소스_37
package test; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException ="uname1",value="timo"),@WebInitParam(name="uname2",value="ari&.......
blog.naver.com · 2022.03.15
-
PCR Test가 얼마나 코미디인지...
“Scientists are doing an awful lot of damage to the world in the name of helping it. Mullis RT PCR-Test 발명한 과학자, 이 공헌으로 1993년 노벨상을 수상했다.
blog.naver.com · 2021.01.06
-
Python - Manual Testing and Automated Testing
own software and code that can be run to verify that our programs do what we expect them to do *Unit test *From : rearrange is the name of the modu.......
blog.naver.com · 2020.08.11
-
Java Builder Pattern... 샘플 예제...
; public class People { public final String name; public final int age; public final SEX sex; public , int age) { this.name = name; this.age = age; } public Builder sex(SEX sex) { this.sex = sex; return
blog.naver.com · 2020.04.02
-
한시적 무료 2/24 19:50
한시적무료 2/24 19:50Love Test Meter - Relationship CompatibilityAre you Two Best Friends and Lovers ? To get an accurate compatibility score using this App, just type in your name and your partner’s name
blog.naver.com · 2017.02.24
-
Data Types : 9주차
따라서 variable 에 속한다. class Test { Test* obj; } 여기서 obj 는 object 가 아니고 reference variable 이다. (data type) Test* obj = new Test; 하면.......
blog.naver.com · 2016.10.25
-
JQuery SelectBox 정리
JQuery SelectBox 정리 1. jQuery로 선택된 값 읽기 $("#selectBox option:selected").val(); $("select[name=name]") 선택된 위치 var index = $("#test option").index($("#test option:selected")); 4.
blog.naver.com · 2016.09.13