Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWorld521 committed Apr 1, 2017
1 parent cd248c9 commit 172fdb6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions IMOOCSpider/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# java 简易实现网络爬虫

### 什么是网络爬虫?
#### 维基百科
>**[网络爬虫](https://zh.wikipedia.org/wiki/%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2)**(英语:**web crawler**),也叫网络蜘蛛(spider),是一种用来自动浏览万维网的网络机器人。其目的一般为编纂网络索引。
Expand Down
2 changes: 1 addition & 1 deletion ServletAjax/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

# 原生 AJAX 实现搜索框智能提示
## 本项目介绍

### 应用场景
Expand Down
4 changes: 1 addition & 3 deletions tomcatServer3.0/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Java 实现 Tomcat 服务器
## 介绍
本项目模仿tomcat,封装request和response,帮助理解tomcat源码。




## 需要知识

* 了解http协议
Expand Down
3 changes: 2 additions & 1 deletion woss/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 电信采集系统实现
## 介绍
该系统主要用于读取存放用户登录信息的文件,分析用户信息,从客户端发送至服务器,服务器处理信息,存放入数据库中。

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

Expand Down

0 comments on commit 172fdb6

Please sign in to comment.