본문 바로가기

전체 글

(27)
[firebirdsql] add user # for windows # Prerequisite- sysdba password 는 123456768- 생성할 유저 : usr1- 생성할 유저 비밀번호 : 87654321 installDir\bin> gsec -user sysdba -password 12345678GSEC> add usr1 -pw 87654321; or installDir\bin> gsec -user sysdba -pass masterkey -add usr1 -pw 87654321
[firebirdsql] to change sysdba password # Prerequisite- sysdba basic password id 'masterkey'- I'll try to change basic password to '12345678'. # firebirdsqlDir/bin>gsec -user sysdba -password masterkeyGSEC> modify sysdba -pw 12345678; or # firebirdsqlDir\bin> gsec -user sysdba -pass masterkey -mo sysdba -pw 12345678 # attention- FirebirdSql can recognize just 8 letters for passwords.- If you input over 8 letters, it just can recognize..
[firebirdsql] Install FirebirdSql # for windows installDir\bin>install_class.bat
[vb6] C# dll vb6 에서 사용 작성중...
[ubunto] 우분투 스마트폰 2013년 1월 8~13일 CES에서 공개 예정 다음주에 CES에서 공개가 된다고 한다. 우분투 드디어 괴력을 발휘할 것인가...!!개인적으로 기대가 크다.빨리 나와라~
[svn] svnserve.conf ### This file controls the configuration of the svnserve daemon, if you### use it to allow access to this repository. (If you only allow### access through http: and/or file: URLs, then this file is### irrelevant.) ### Visit http://subversion.tigris.org/ for more information. [general]### These options control access to the repository for unauthenticated### and authenticated users. Valid values a..
[svn] create repogitory $prompt> svnadmin create [repogitory name]
[wpf] MediaElement 소리 나오지 않는 문제 WPF든 Class로 사용하든 MediaElement를 사용할 때 소리가 나오지 않는 문제가 발생할 수 있다. 이는 Windows XP일 경우에 간혹 발생하는데 이유는 코덱과 관련이 있다. 이 증상을 해결하기 위해서는 Windows Media Player 를 버전 10 이상으로 업데이트 해주면 된다. 상위 버전이 설치되면서 코덱이 업데이트 되어 문제가 해결되는 것으로 보인다. Windows 7 이상에서는 문제가 없음이 확인 되었다.