博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Team Project Specification–IP Domain search tool
阅读量:5877 次
发布时间:2019-06-19

本文共 1480 字,大约阅读时间需要 4 分钟。

Introduction

With the popularity of Internet, more and more people want to establish their own web site. Many web site owners have a hard time finding perfect domain names. Sometimes they come out of a good domain name, but it has been already registered. So they want to know some similar domain names, or in general, they want to find the domain names that contain some words. Besides, some web site owners want to get more information about their competitors. Our web site can meet their needs and return good results to users.

Persona & User scenario

Feature List

M1

Web site

1. A web site to provide services of searching IP address and domain name.
2. A search box for input, and a button to choose advance search.
3. A page that will show the results.
4. Three kinds of information pages: IP, domain, email.

Main Function

No Input Output
1 IPv4 address Basic information of this IP
2 IPv4 address Domain names combined with this IP
3 IPv4 address with wildcard A list of the information
4 IPv4 address with wildcard A list of domain names
5 A range of IP address A list of IP information
6 Domain name IP list
7 Domain name Registration information
8 Domain name with wildcard A list of domain names
9 Email address A list of domain names with registration email
10 Email address with wildcard A list of email addresses

M2

1. Better UI design.

2. Wildcard support.

3. Full text search support.

4. Fuzzy search support

转载于:https://www.cnblogs.com/CodeBreaking/p/3431515.html

你可能感兴趣的文章
python基础教程_学习笔记19:标准库:一些最爱——集合、堆和双端队列
查看>>
C# 解决窗体闪烁
查看>>
CSS魔法堂:Transition就这么好玩
查看>>
【OpenStack】network相关知识学习
查看>>
centos 7下独立的python 2.7环境安装
查看>>
[日常] 算法-单链表的创建
查看>>
前端工程化系列[01]-Bower包管理工具的使用
查看>>
使用 maven 自动将源码打包并发布
查看>>
Spark:求出分组内的TopN
查看>>
Python爬取豆瓣《复仇者联盟3》评论并生成乖萌的格鲁特
查看>>
关于跨DB增量(增、改)同步两张表的数据小技巧
查看>>
学员会诊之03:你那惨不忍睹的三层架构
查看>>
vue-04-组件
查看>>
Golang协程与通道整理
查看>>
解决win7远程桌面连接时发生身份验证错误的方法
查看>>
C/C++ 多线程机制
查看>>
js - object.assign 以及浅、深拷贝
查看>>
python mysql Connect Pool mysql连接池 (201
查看>>
Boost在vs2010下的配置
查看>>
一起谈.NET技术,ASP.NET伪静态的实现及伪静态的意义
查看>>