'Computer > SW설계' 카테고리의 다른 글
SW설계 요구사항 기술서 참고모델 (0) | 2015.03.09 |
---|---|
SW설계 UML 역사 (0) | 2015.03.09 |
SRS(Software requirements specification, 요구사항명세서) 표준 IEEE-STD-830 (0) | 2015.03.09 |
SW설계 요구사항 기술서 참고모델 (0) | 2015.03.09 |
---|---|
SW설계 UML 역사 (0) | 2015.03.09 |
SRS(Software requirements specification, 요구사항명세서) 표준 IEEE-STD-830 (0) | 2015.03.09 |
SW설계 요구사항 기술서 참고모델 (0) | 2015.03.09 |
---|---|
SW설계 유스케이스 기술서 참고모델 (0) | 2015.03.09 |
SRS(Software requirements specification, 요구사항명세서) 표준 IEEE-STD-830 (0) | 2015.03.09 |
IEEE-STD-830 표준
1. 소개(Introduction)
1.1 SRS의 목적(Purpose of SRS)
1.2 산출물의 범위(Scope of product)
1.3 정의,두문자어,약어(Definitions, acronyms and Abbreviations)
1.4 참조문서(References)
1.5 SRS 개요(Overview of rest of SRS)
2. 일반적인 기술사항(General Description)
2.1 제품의 관점(Product Perspective)
2.2 제품의 기능(Product Functions)
2.3 사용자 특성(User Characteristics)
2.4 제약사항(Constraints)
2.5 가정 및 의존성(Assumptions and Dependencies)
3. 상세한 요구사항 (Specific requirements)
3.1 기능적 요구사항(Functional requirements)
3.1.1 기능적 요구사항1 (Functional requirements 1)
3.1.1.1 개요
3.1.1.2 입력물
3.1.1.3 프로세싱(Processing)
3.1.1.5 수행 요구사항(Performance requirements)
3.1.1.6 디자인 제약사항(Design constraints)
3.1.1.7 속성( Attributes)
3.1.1.8 기타 요구사항(Other requirements)
....
3.2 외부적인 인터페이스 요구사항(External interface requirements)
3.2.1 사용자 인터페이스(User Interface)
3.2.2 하드웨어 인터페이스(Hardware interface)
3.2.3 소프트웨어 인터페이스(Software interface)
3.2.4 커뮤니케이션 인터페이스(Communications interface)
부록(Appendices)
인덱스(Index)
SW설계 요구사항 기술서 참고모델 (0) | 2015.03.09 |
---|---|
SW설계 유스케이스 기술서 참고모델 (0) | 2015.03.09 |
SW설계 UML 역사 (0) | 2015.03.09 |
발아니르 - 고대 왕의 망치 (0) | 2015.02.01 |
---|---|
소리달 - 별의 분노 (0) | 2015.01.26 |
타렉고사의분노 (0) | 2014.08.05 |
타렉고사 2차 (0) | 2014.08.05 |
남작마 (0) | 2014.08.05 |
20150219 아지노스의 전투검 (0) | 2015.02.19 |
---|---|
소리달 - 별의 분노 (0) | 2015.01.26 |
타렉고사의분노 (0) | 2014.08.05 |
타렉고사 2차 (0) | 2014.08.05 |
남작마 (0) | 2014.08.05 |
20150406 개미 (0) | 2015.04.07 |
---|---|
20150405 개미 (0) | 2015.04.06 |
20150121 폭스 (0) | 2015.01.26 |
20150117 칸즈 (0) | 2015.01.20 |
141224 카오+페라리 (0) | 2014.12.25 |
20150219 아지노스의 전투검 (0) | 2015.02.19 |
---|---|
발아니르 - 고대 왕의 망치 (0) | 2015.02.01 |
타렉고사의분노 (0) | 2014.08.05 |
타렉고사 2차 (0) | 2014.08.05 |
남작마 (0) | 2014.08.05 |
20150405 개미 (0) | 2015.04.06 |
---|---|
20150130 칸즈 (0) | 2015.01.31 |
20150117 칸즈 (0) | 2015.01.20 |
141224 카오+페라리 (0) | 2014.12.25 |
141223 페라리 (0) | 2014.12.23 |
C:\ProgramFiles\MySQL\MySQLServer5.5\bin>mysqladmin-uroot-p create basicjsp
•로컬호스트(localhost)에접근할수있는권한
grant select,insert,update,delete,create,drop,alter
on basicjsp.*to'jspid'@'localhost'
identified by 'jsppass';
•모든서버(%)에접근할수있는권한
grant select,insert,update,delete,create,drop,alter
on basicjsp.*to'jspid'@'%'
identified by 'jsppass';
MySQL 첫번째 또는 마지막 행 출력 예제 (0) | 2016.02.18 |
---|---|
오라클 계정 생성 및 삭제 (0) | 2015.05.07 |
MySQL 실행 및 관리자 접속 (0) | 2015.01.21 |
SQL cursor (0) | 2014.09.01 |
SQL 제약조건 (0) | 2014.09.01 |
MySQL 접속
cd\
cd C:\Program Files\MySQL\MySQL Server 5.5\bin
mysql -u root –p 입력
패스워드: 1234
종료는quit
오라클 계정 생성 및 삭제 (0) | 2015.05.07 |
---|---|
MySQL 데이터베이스 생성 및 접근권한 (0) | 2015.01.21 |
SQL cursor (0) | 2014.09.01 |
SQL 제약조건 (0) | 2014.09.01 |
SQL index, sequnce (0) | 2014.09.01 |