Java: ==, .equals(), and compareTo()
Comparison Primitives Objects a == b, a != b Equal values Refer to the same object. a.equals(b) N/A Compares values, if it's defined for this class, as it is for…
Comparison Primitives Objects a == b, a != b Equal values Refer to the same object. a.equals(b) N/A Compares values, if it's defined for this class, as it is for…
C#에서 연산자 오버로딩을 할 수 있더군요. 자세한 내용은 MSDN에서 operator로 검색하시면 알 수 있습니다. 또는 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vcwlkoperatoroverloadingtutorial.asp 에 가시면 여러가지 c# 튜토리얼이 있는데, 그 중 하나가 operator overloading에 관한 글입니다. —…
When you unit-test your ‘equal’ method, you should all of following conditions. The equals method implements an equivalence relation: 1. It is reflexive: for any reference value x, x.equals(x) should…
To create a Universal Data Link (.udl) file Open Windows Explorer. Select the folder in which you want to store the .udl file. If you are running Windows 2000 or…
드디어 양스도 디카 족에 합류했군. 내 카메라는 캐논 G2지. 같은 캐논족이 된 것을 환영해. 사진 사이트 하나만 추천하자면, 레이소다 를 꼽겠어. 가장 유명한 사이트 중에 하나야. Finally you become one…
출처 : 지식iN > 컴퓨터, 통신 > 프로그래밍 > SQL 질문: udl 파일이 무엇인가요? so230 / 2004-10-20 16:27 데이터 베이스 에서 나오는말 같은데...udl 파일이 정확히 어떤 파일인지 모르겠습니다.. 더블클릭해서 파일을…
Finally, DVD package is arrived today. I’m so happy.
오늘 밤 스케줄 있니? 지원이랑 나랑 춤추러 갈 건데. 같이 갈래? Jae-Hoon: Do you have any plan tonight? Ji-won and I are going to go dancing. Would come with us?…
I’ve read the intoduction of NDOC, which generates XML documentation from .NET source code. Of course, VS.NET 2003 provides the similar functionality. However, NDOC is more powerful documentation-generator. You can…
별 것 아니긴 한데, 회사 동료가 쿼리 좀 만들어 달라기에 한번 해봤습니다. DECLARE @tablename sysname SET @tablename=‘companyinfo’ SELECT c.[name] AS column_name FROM dbo.sysobjects AS o WITH (READUNCOMMITTED) JOIN dbo.syscolumns AS…