노출잉 이렇게 심할줄이야 -_-
여친이랑 보는데 이건 정말 아니자나어....
대박 너무하군.
가슴이랑 인기가요 최고^^

Posted by 웅쓰


Posted by 웅쓰
VS 2010 에서 ATL 프로젝트로 만들어서
Cstring 쓰는데 char 변환할려고 하니짜증나는 코드들이많아
걍 만듬..
char* CstringToChar(CString Cstr)
{
char *charBuffer = (char *)malloc(Cstr.GetLength() * sizeof(char));
sprintf_s(charBuffer, (Cstr.GetLength()+1) * sizeof(char), "%S", (char*)(LPCTSTR)Cstr);
return charBuffer;
}
Posted by 웅쓰
Posted by 웅쓰
shell> apxs -i -c mod_url.c를 한다.
또는 소스 디렉토리에 GNUMakefile 이 존재 한다면
shell> make
Posted by 웅쓰
Posted by 웅쓰
samples 폴더 밑에 있는 mrisamples.snk를 다음의 경로에 옮겨 놓자.
\Microsoft Robotics Dev Studio 2008\bin
그리고 Properties에서 mrisamples.snk의 경로를 지정해 주자.
Posted by 웅쓰



최저 20기가(20기가 이하는 설정하더라도 resize버튼이 활성화 되지 않습니다.) 최대 4테라바이트까지 줄이거나 늘릴 수 있습니다.
Dynamic과 Fixed로 타입을 정할 수 있고, 용량을 설정할 수 있습니다.
Dynamic(동적)은 VHD의 실 사용용량만큼만 사용해서 파일로 존재하다가 마운트 및 부팅 시 최대용량으로 동작하는 것이고, Fixed(고정)은 VHD의 실 사용용량과는 별개로 전체용량으로 항상 존재하게 하는 방법입니다.
일반적인 VHD를 생성해서 사용할 때는 상관없지만, VHD형태로 배포되는 파일의 최대용량을 줄일 수 있는 유용한 유틸입니다.
Posted by 웅쓰
We've added to ChartServer a few chart types to let you easily draw advanced map pins. You can use these with the Google Maps API to add pins to your maps, or for any other application. The rotated map pins can be useful for indicating clusters of locations.
ChartServer에 지도 마커의 핀 이미지를 그리게 하는 몇 가지 차트 타입을 추가해 왔다. 이것들을 통하여 Google Maps API를 이용한 지도나, 다른 어떤 어플리케이션에 핀 이미지를 추가할 수 있다. 기울여진 맵 핀은 장소들의 클러스터링 된 것을 인지시켜줄 때 유용하다.
To get a standard map pin with a letter inside, use an URL like
http://www.google.com/chart?chst=d_map_pin_letter&chld=A|FF0000|000000The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL인자는 "|"로 분리된 여러 개의 인자를 포함한다. 각각의 컴포넌트의 의미는 다음과 같다.
To get a standard map pin with an icon inside, use an URL like
아이콘이 들어가 있는 기본 맵 핀을 얻으려면 URL을 다음과 같이 사용해라.
The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는
To get a map pin with an advanced shape and a letter inside, use an URL like
문자와 추가 쉐이프를 가진 맵핀을 생성하는 URL은 다음과 같다.
The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는
To get a map pin with an advanced shape and a letter inside, use an URL like
추가 쉐이프와 글자를 가진 맵 핀을 생성하려면 URL은 다음과 같다.
The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는
To get a map pin with text inside, scaling, and rotation, use an URL like
텍스트오 , 스케일, 회전각을 가진 맵 핀을 얻으려면 URL은 다음과 같다.
The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는
|"-separated
component in the URL. Each component will be written as a different
line, from top to bottom. Each component must be in UTF-8, and then
URL-escaped, so, for example, to get a space you must type +, to get a plus sign you must type %2B, to get љ you must type %D1%99, and to get 駅 you must type %E9%A7%85. If you want to use these images with the Maps API, you will need to be able to draw their shadows, too.
Maps API와 이미지를 사용할 경우, 맵 핀의 그림자도 필요할 것이다.
To get the shadow of a standard map pin, i.e. a pin with d_map_pin_letter or d_map_pin_icon, use an URL like
기본 맵핀의 그림자를 얻기 위해서는 , 예를 들어 d_map_pin_letter 혹은 d_map_pin_icon의 URL은 다음과 같다.
There is no chld URL argument.
chld URL 인자가 없다.
To get the shadow of a map pin with an advanced shape, i.e. a pin with d_map_xpin_letter or d_map_xpin_icon, use an URL like
추가 쉐이프를 가진 맵 핀의 그림자를 얻기 위해서는 , 예를 들어 d_map_xpin_letter 혹은 d_map_xpin_icon,의 URL은 다음과 같다.
The chld URL argument contains one component:
chld URL 인자는 하나의 컴포넌트를 포함한다.
It is not possible to get the shape of a scaled and rotated map pin, i.e. a pin with d_map_spin.
These are the icon names that you can use instead of home for the map pins with d_map_pin_icon and d_map_xpin_icon:
Posted by 웅쓰
BEGIND 프로시저명(:name, :name2, :name3); END;
자동으로 prepare 적용
call proc_php_test(?, @out);
select @out;
select 1 into a from db_root; -- output 변수 설정
call proc_php_test(?, ?, ?, a);
select a from db_root; -- output 변수 출력
select * from 테이블;
select * from 테이블;
select * from 테이블;
set @age := 10;
select @name1 := name1, @name2 := name2 from 테이블 where age = @age;
select * from 테이블;
select * from 테이블;
select * from 테이블;
insert 구문을 DB에 따라 다르게 생성한다.
insert into 테이블 values (:name1, :name2, :name3);
insert into 테이블 values (@name1, @name2, @name3);
declare @sql nvarchar(1000)
declare @param nvarchar(1000)
set @sql = N'insert into 테이블 values (@name1, @name2, @name3) '
set @param = N'@name1 varchar(30), @name2 varchar(30), @name3 varchar(30)'
exec sp_executesql @sql, @param, @name1 = '안녕', @name2 = '하세요', @name3 = '호박'
declare @name1 varchar(30)
declare @name2 varchar(30)
declare @name3 varchar(30)
set @name1 = '안녕'
set @name2 = '하세요'
set @name3 = '호박'
insert into 테이블 values (@name1, @name2, @name3);
set @name1 := '안녕';
set @name2 := '하세요';
set @name3 := '호박';
insert into 테이블 values (@name1, @name2, @name3);
insert into 테이블 values (?, ?, ?);
insert into 테이블 values ($1, $2);
insert into 테이블 values (?, ?);
delete from 테이블 where name = :value or name = :value2;
delete from 테이블 where name = @name1 or name = @name2;
declare @sql nvarchar(1000)
declare @param nvarchar(1000)
set @sql = N'delete from 테이블 where name = @name1 or name = @name2; '
set @param = N'@name1 varchar(30), @name2 varchar(30)'
exec sp_executesql @sql, @param, @name1 = '안녕', @name2 = '하세요'
set @name1 := '안녕';
set @name2 := '하세요';
delete from 테이블 where name = @name1 or name = @name2;
delete from 테이블 where name = ? or name = ?;
delete from 테이블 where name = $1 or name = $2;
delete from 테이블 where name = ? or name = ?;
update 테이블 set name = :value where name2 = :value2 or name2 = :value3;
update 테이블 set name = @name1 where name2 = @name2 or name2 = @name3;
declare @sql nvarchar(1000)
declare @param nvarchar(1000)
set @sql = N'update 테이블 set name = @name1 where name2 = @name2 or name2 = @name3;'
set @param = N'@name1 varchar(30), @name2 varchar(30), @name3 varchar(30)'
exec sp_executesql @sql, @param, @name1 = '안녕', @name2 = '하세요', @name3 = '메롱'
set @name1 := '안녕';
set @name2 := '하세요';
set @name3 := '메롱';
update 테이블 set name = @name1 where name2 = @name2 or name2 = @name3;
update 테이블 set name = ? where name2 = ? or name2 = ?;
update 테이블 set name = $1 where name2 = $2 or name2 = $3;
update 테이블 set name = ? where name2 = ? or name2 = ?;
Posted by 웅쓰
Posted by 웅쓰
웅자의 상상플러스
- 웅쓰
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 |