File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ # java 简易实现网络爬虫
2
+
1
3
### 什么是网络爬虫?
2
4
#### 维基百科
3
5
> ** [ 网络爬虫] ( https://zh.wikipedia.org/wiki/%E7%B6%B2%E8%B7%AF%E7%88%AC%E8%9F%B2 ) ** (英语:** web crawler** ),也叫网络蜘蛛(spider),是一种用来自动浏览万维网的网络机器人。其目的一般为编纂网络索引。
Original file line number Diff line number Diff line change 1
-
1
+ # 原生 AJAX 实现搜索框智能提示
2
2
## 本项目介绍
3
3
4
4
### 应用场景
Original file line number Diff line number Diff line change
1
+ # Java 实现 Tomcat 服务器
1
2
## 介绍
2
3
本项目模仿tomcat,封装request和response,帮助理解tomcat源码。
3
4
4
-
5
-
6
-
7
5
## 需要知识
8
6
9
7
* 了解http协议
Original file line number Diff line number Diff line change
1
+ # 电信采集系统实现
1
2
## 介绍
2
3
该系统主要用于读取存放用户登录信息的文件,分析用户信息,从客户端发送至服务器,服务器处理信息,存放入数据库中。
3
4
7
8
* 采集模块:Java集合框架应用
8
9
* 发送模块:多线程,网络编程
9
10
* 存储模块:jdbc编程,oracle
10
- * 备份模块:JavaIO流
11
+ * 备份模块:JavaIO流
11
12
* 日志模块:log4j
12
13
* 配置模块:单例模式,dom4j解析xml,IOC控制反转
13
14
You can’t perform that action at this time.
0 commit comments