출처 http://www.ihelpers.co.kr/programming/tipntech.php?CMD=view&TYPE=8&KEY=&SC=S&&CC=&PAGE=1&IDX=547 import mx.controls.dataGridClasses.DataGridColumn; private function createColumn():void { var columns : Array = grid1.columns; var tmpCol :DataGridColumn = new DataGridColumn(); tmpCol.headerText = "Test"; columns.push(tmpCol); grid1.columns = columns; }
1. server.log 파일 서버 재시작시 덮어 쓰지 않도록 수정 JBoss의 server.log 파일은 JBoss 서버를 재시작할 경우 덮어 쓰게 되어 있어, 기존에 로그를 따로 백업해두지 않으면 지워지게 되어 있습니다. %JBOSS_HOME%\server\default\conf\jboss-log4j.xml JBoss의 로그 관련 환경 파일(jboss-log4j.xml) 아래와 같이 수정해주시면, 서버를 재시작하여도 로그 파일을 덮어 쓰지 않고, 기존 로그 파일에 추가 하게 됩니다. 수정전 수정후 2. Console로 로그 남기지 않도록 수정 리눅스에서 nohup으로 서버를 실행시키는 경우 nohup.out 파일에 server.log 파일과 동일하게 로그를 남기고 있습니다. nohup.out에 파일에..
최신버전의 JBoss(jboss-4.2.1.GA)의 경우 이전 버전과 다르게 디폴트로 Http(Tomcat)서비스가 외부IP로 공개되지 않도록 되어 있습니다. (http://localhost:8080으로 만 접근이 가능) Tomcat 환경 파일 server.xml을 열어서 아래와 같이 수정해주면 외부에서도 접근이 가능하게 됩니다. %JBOSS_HOME%\server\default\deploy\jboss-web.deployer\server.xml 수정전
수동으로 MySQL 설치하는 방법입니다. http://www.mysql.org/downloads/mysql/5.0.html#win32 실행 cd C:\mysql-5.0.37-win32\bin C:\mysql-5.0.37-win32\bin>mysqld.exe 설치 확인 cd C:\mysql-5.0.37-win32\bin C:\mysql-5.0.37-win32\bin>mysqladmin version mysqladmin Ver 8.41 Distrib 5.0.37, for Win32 on ia32 Copyright (C) 2000-2006 MySQL AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are wel..
Install 1. Registry 등록 (HKLM\Software\Firebird Project\Firebird Server\Instances) C:\Firebird\bin>instreg.exe install Firebird has been successfully installed in the registry. 2. NT 서비스 등록 C:\Firebird\bin>instsvc.exe install Service "Firebird Server - DefaultInstance" successfully created. ※ CS(Classic Server) 인 경우 C:\Firebird\bin>instsvc.exe install -classic Service "Firebird Server - DefaultIn..
참고 사이트 http://www.hqunix.com/wp/?p=266 http://blog.naver.com/ladom/60026225972 http://www.linux.com/guides/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap27sec224.shtml 사용자 만들기 C:\Documents and Settings\bluesanta>net user postgres 1234 /add 명령을 잘 실행했습니다. postgres 사용자로 cmd 실행하기 C:\Documents and Settings\bluesanta>runas /user:postgres cmd postgres의 암호 입력: cmd을(를) 사용자 "SHRYU\postgres"(으)로 시작하..
- Total
- Today
- Yesterday
- flex
- SAS
- KOBA
- Delphi
- 전예희
- sas2009
- android
- 동경
- 송주경
- 지스타2007
- Java
- Spring MVC
- Mac
- NDK
- BPI-M4
- 레이싱모델 익스트림 포토 페스티벌
- MySQL
- ubuntu
- Linux
- 서울오토살롱
- JavaScript
- 일본여행
- ble
- koba2010
- Spring
- ffmpeg
- oracle
- 튜닝쇼 2008
- Delphi Tip
- Xcode
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 30 |