Skip to content

Commit 172fdb6

Browse files
committedApr 1, 2017
update
1 parent cd248c9 commit 172fdb6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed
 

‎IMOOCSpider/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# java 简易实现网络爬虫
2+
13
### 什么是网络爬虫?
24
#### 维基百科
35
>**[网络爬虫](https://zh.wikipedia.org/wiki/%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2)**(英语:**web crawler**),也叫网络蜘蛛(spider),是一种用来自动浏览万维网的网络机器人。其目的一般为编纂网络索引。

‎ServletAjax/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# 原生 AJAX 实现搜索框智能提示
22
## 本项目介绍
33

44
### 应用场景

‎tomcatServer3.0/readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1+
# Java 实现 Tomcat 服务器
12
## 介绍
23
本项目模仿tomcat,封装request和response,帮助理解tomcat源码。
34

4-
5-
6-
75
## 需要知识
86

97
* 了解http协议

‎woss/readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# 电信采集系统实现
12
## 介绍
23
该系统主要用于读取存放用户登录信息的文件,分析用户信息,从客户端发送至服务器,服务器处理信息,存放入数据库中。
34

@@ -7,7 +8,7 @@
78
* 采集模块:Java集合框架应用
89
* 发送模块:多线程,网络编程
910
* 存储模块:jdbc编程,oracle
10-
* 备份模块:JavaIO流
11+
* 备份模块:JavaIO流
1112
* 日志模块:log4j
1213
* 配置模块:单例模式,dom4j解析xml,IOC控制反转
1314

0 commit comments

Comments
 (0)
Please sign in to comment.