zoukankan
html css js c++ java
项目开发手册的编写
1. 需求分析
IPO 表格的方式进行组织各个功能模块;
IPO:Input,Process,Output,输入、处理与输出;
一些补充说明:
对于基于客户端、服务器端(C/S 架构)程序,要分别从客户端和服务器端两个模型分别进行需求分析;
2. 系统设计
概要设计 vs. 详细设计
概要设计:
系统总体设计
接口设计
运行时设计
系统数据库结构设计;
详细设计:
界面
数据访问层(DAL)
公共模块;
查看全文
相关阅读:
Spring基础知识
Hibernate基础知识
Struts2基础知识
在eclipse里头用checkstyle检查项目出现 File contains tab characters (this is the first instance)原因
java后台获取cookie里面值得方法
ckplayer 中的style.swf 中的 style.xml 中的修改方法
java hql case when 的用法
Windows下Mongodb安装及配置
Mongodb中经常出现的错误(汇总)child process failed, exited with error number
Mac 安装mongodb
原文地址:https://www.cnblogs.com/mtcnn/p/9421264.html
最新文章
[译文]casperjs的API-clientutils模块
MD5算法分析
[译文]casperjs 的API-casper模块
[译文]casperjs使用说明-测试
[译文]casperjs使用说明-选择器
python difflib详解
浏览器性能接口performance.timing说明
[译文]casperjs使用说明-使用命令行
性能测试06:性能测试工具JMeter
性能测试05:性能测试工具
热门文章
性能测试04: 性能测试的需求分析
性能测试指标定义
安装Jenkins
Ubutu: mysql + jdk + tomcat installation
TestNG参数化测试
testNG 其他小的知识点
testng执行用例失败自动重跑
TestNg 顺序依赖
SpringMVC与Struts2区别与比较
maven项目所遇到的问题解决
Copyright © 2011-2022 走看看