댓글 0개
server_info table에서 임의의 레코드 가저오기. [code sql]SELECT * FROM server_info ORDER BY rand() LIMIT 1;[/code] server_info table에서 가중치를 ...
댓글 0개
WinXP에서 작업한 소스파일(원하는파일만...)을 압축하여 다른 서버에 보내야 하는데...매번 cmd창이나 탐색기에서 하자니 여간 짜증이 나는게 아니다...다...
댓글 0개
참고 사이트: C 확장 모듈 만들기 Python/C API Reference Manual FAQ모음 [code cpp]static PyObject* sample_frange(PyObject *self, PyObject *args){ Py...
댓글 0개
function trim (strSource) { re = /^\s+|\s+$/g; return strSource.replace(re, ''); } function ltrim (strSource) { re = /^\s+/g; return strSource.rep...
댓글 0개
[code js]var enc64List, dec64List;function initBase64() { enc64List = new Array(); dec64List = new Array(); var i; for (i = 0; i < 26; i++) { e...
댓글 2개
<STYLE TYPE='text/css'> body { background-attachment: fixed; background-image: url(주소); background-repeat: no-repeat; background-position:...
댓글 0개
Visual Source Safe로 소스파일을 관리하다백업을 수동으로 하기 번거로워서 자동으로 할수 있는 방법을 찾아봤습니다. 1) psftp 다운받기 : http://www.chi...
댓글 0개
● Plugin 다운로드 : http://sourceforge.net/projects/vssplugin ● 사용법 1) 네비게이터의 프로젝트에서 오른쪽 마우스 클릭 2) 팀->프로젝트 공유->...