안드로이드 개발 준비
Reference
2010/03/04 12:54
필요사항 JDK Android SDK eclipse IDE 1. JDK SE 최신버전 설치 2. Android SDK 최신버전 설치 SDK Setup에서 최신 플랫폼 다운로드 받기 - install anyway 3. 최신 eclipse 설치 Available Software 검색 설치 - 위치 : http://dl-ssl.google.com/android/eclipse/...
테이블 속성 검색
Job/Database
2010/03/02 10:23
select a.name tabname, b.colid, b.name colname, c.name + case when c.xprec = 0 then '('+ rtrim(convert(char, b.length))+')' else '('+ rtrim(convert(char, b.xprec)) + ',' + rtrim(convert( char, b.xscale)) + ')' end datatype, case when b.isnullable...
오랜만의 서울 나들이~
Today
2010/01/18 11:23
김해 8시반 출발점심 휴개소 곰탕 + 도시락상주고속 이용서울 근처 교통난 격으며 1시 반 도착숙소 서초구 프로비스타 체크인 후 코엑스로 출발코엑스 일본식 규동, 우동 , 튀김, 주먹밥 먹음코엑스에서 구경와이프 신발 살려고 현대백화점 배회 .. 너무 작다.다시...
MSSQL에서 특정 문자열이 있는 프로시져 찾기
Job/Database
2009/11/18 16:57
SELECT OBJECT_NAME(id) FROM syscomments WHERE [text] LIKE '%문자열%' AND OBJECTPROPERTY(id, 'IsProcedure') = 1 AND OBJECT_NAME(id) like '프로시져명%'GROUP BY OBJECT_NAME(id)order by OBJECT_NAME(id)
소주한잔 - 임창정
Music
2009/10/26 22:15
소주 한 잔술이 한잔 생각나는 밤 같이 있는것 같아요그 좋았던 시절들 이젠 모두 한숨만 되네요 떠나는 그대 얼굴이 혹시 울지나 않을까나 먼저 돌아섰죠 그때부터 그리워요 사람이 변하는걸요 다시 전보다 그댈 원해요이렇게 취할때면 꺼져버린 전화를 붙잡고 여보...
visual studio 2003 에서 asp.net 프로그램 업그레이드시 input box 변경사항 적용 문제
Reference/Dotnet
2009/09/15 09:16
Visual studio 2003에서 만든 asp.net 프로그램을 visual studio 2005 나 2008로 업그레이드시 input box 의 내용중 변경된 내용이 프로그램에 반영이 안되는 경우가 발생 했습니다.input box의 속성은 readonly 였고 javascript에 의해 값이 변경되는 프로그램이 였...
ASP.NET AJAX Control Toolit 빌드시 에러
Reference/Dotnet
2009/02/10 11:37
VS 2008에서 ASP.NET AJAX Control Toolit 빌드시 TemplateVSI에서 아래와 같은 에러가 발생 할 경우 Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system canno...
데이타베이스 스키마 정보 질의 하기 위한 쿼리들
Job/Database
2008/11/21 13:15
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />데이타베이스 스키마 정보 질의 하기 위한 쿼리들 SELECT * FROM INFORMATION_SCHEMA.Columns where TABLE_NAME = '테이블 이름' SELECT * FROM INFORMATION_SCHEMA.Tables 위에서 언...
keyboard problem with kde
Reference/OS
2008/07/28 09:24
I use Fedora 8 with kde. but I can't use my keyboard without reason.finally, I solve the probelm. fix by underin ~/.kde/share/config/kaccessrc SlowKeys=true -> false
mstsc command
Reference/OS
2008/07/03 09:39
Microsoft has made some changes to the mstsc command. mstsc option "/console" switch to "/admin"
Qtopia Debugging
Reference/Qtopia
2008/06/03 01:21
Build the Application with Debug Symbols To build an application with debug symbols: pass -debug to configure or add debug to the .pro file CONFIG settings as follows: CONFIG += debug build the application and install the application binary into t...
Application build modes
Reference/Qtopia
2008/04/28 17:24
Qtopia applications can be built in one of four ways: quicklaunch non-quicklaunch singleexec (quicklaunch) singleexec (non-quicklaunch) To facilitate switching between build modes, Qtopia provides two macros which are used as follows: #include "my...


