You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1986 lines
236 KiB
1986 lines
236 KiB
2026-05-29 18:10:51 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:13:28 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:14:53 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:15:01 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 18:15:01 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/news/
|
|
2026-05-29 18:15:01 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 18:15:01 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:15:02 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:15:03 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:15:05 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:15:07 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:15:07 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:15:07 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:15:07 [main] ERROR c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯失败: 获取页面失败
|
|
2026-05-29 18:15:07 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:57)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: org.jsoup.HttpStatusException: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:879)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:16:30 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 18:16:30 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/news/
|
|
2026-05-29 18:16:30 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 18:16:30 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:16:30 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:16:32 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:16:32 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:16:34 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: https://www.runoob.com/news/
|
|
2026-05-29 18:16:34 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
2026-05-29 18:16:34 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:16:34 [main] ERROR c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯失败: 获取页面失败
|
|
2026-05-29 18:16:34 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:57)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: org.jsoup.HttpStatusException: HTTP error fetching URL. Status=404, URL=[https://www.runoob.com/news/]
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:879)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:18:34 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:19:12 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:19:14 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 18:19:14 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 18:19:14 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 18:19:14 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 18:19:15 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到0条资讯
|
|
2026-05-29 18:19:15 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:19:15 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取0篇文章
|
|
2026-05-29 18:20:03 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:20:06 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:20:06 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 中国青年网校园频道 - http://school.youth.cn/
|
|
2026-05-29 18:20:06 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 中国青年网校园频道
|
|
2026-05-29 18:20:06 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:20:06 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: school.youth.cn
|
|
2026-05-29 18:20:07 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:20:07 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: school.youth.cn
|
|
2026-05-29 18:20:09 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:20:09 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: school.youth.cn
|
|
2026-05-29 18:20:09 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:20:09 [main] ERROR c.newscrawler.service.CrawlerService - 爬取中国青年网校园频道失败: 获取页面失败
|
|
2026-05-29 18:20:09 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:60)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: java.net.UnknownHostException: school.youth.cn
|
|
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
|
|
at java.base/java.net.Socket.connect(Unknown Source)
|
|
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.<init>(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:848)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:20:39 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:22:52 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:23:17 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:24:55 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:25:29 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:25:32 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 18:25:32 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 18:25:32 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 18:25:32 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 18:25:33 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到179条资讯
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 18:25:33 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 18:25:34 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 18:25:34 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 18:25:34 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取179篇文章
|
|
2026-05-29 18:25:53 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:25:53 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 中国青年网校园频道 - http://school.youth.cn/
|
|
2026-05-29 18:25:53 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 中国青年网校园频道
|
|
2026-05-29 18:25:53 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:25:53 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: school.youth.cn
|
|
2026-05-29 18:25:54 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:25:54 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: school.youth.cn
|
|
2026-05-29 18:25:56 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:25:56 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: school.youth.cn
|
|
2026-05-29 18:25:56 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:25:56 [main] ERROR c.newscrawler.service.CrawlerService - 爬取中国青年网校园频道失败: 获取页面失败
|
|
2026-05-29 18:25:56 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:60)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: java.net.UnknownHostException: school.youth.cn
|
|
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
|
|
at java.base/java.net.Socket.connect(Unknown Source)
|
|
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.<init>(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:848)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:26:09 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: sohu
|
|
2026-05-29 18:26:09 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 搜狐资讯 - https://news.sohu.com/
|
|
2026-05-29 18:26:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 搜狐资讯
|
|
2026-05-29 18:26:09 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.sohu.com/
|
|
2026-05-29 18:26:10 [main] INFO c.n.strategy.AbstractBaseStrategy - 搜狐资讯解析到0条资讯
|
|
2026-05-29 18:26:10 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:26:10 [main] INFO c.newscrawler.service.CrawlerService - 爬取搜狐资讯成功,获取0篇文章
|
|
2026-05-29 18:26:53 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:26:55 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:26:55 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 中国青年网校园频道 - http://school.youth.cn/
|
|
2026-05-29 18:26:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 中国青年网校园频道
|
|
2026-05-29 18:26:55 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:26:55 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: school.youth.cn
|
|
2026-05-29 18:26:56 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:26:56 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: school.youth.cn
|
|
2026-05-29 18:26:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:26:58 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: school.youth.cn
|
|
2026-05-29 18:26:58 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:26:59 [main] ERROR c.newscrawler.service.CrawlerService - 爬取中国青年网校园频道失败: 获取页面失败
|
|
2026-05-29 18:26:59 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:60)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: java.net.UnknownHostException: school.youth.cn
|
|
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
|
|
at java.base/java.net.Socket.connect(Unknown Source)
|
|
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.<init>(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:848)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:27:35 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:28:33 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:30:03 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:30:52 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:37:54 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:39:14 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:39:57 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:39:57 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 中国青年网校园频道 - http://school.youth.cn/
|
|
2026-05-29 18:39:57 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 中国青年网校园频道
|
|
2026-05-29 18:39:57 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:39:57 [main] WARN c.n.strategy.AbstractBaseStrategy - 第1次尝试失败: school.youth.cn
|
|
2026-05-29 18:39:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第2次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:39:58 [main] WARN c.n.strategy.AbstractBaseStrategy - 第2次尝试失败: school.youth.cn
|
|
2026-05-29 18:40:00 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第3次尝试获取页面: http://school.youth.cn/
|
|
2026-05-29 18:40:00 [main] WARN c.n.strategy.AbstractBaseStrategy - 第3次尝试失败: school.youth.cn
|
|
2026-05-29 18:40:00 [main] ERROR c.n.strategy.AbstractBaseStrategy - 网络请求最终失败: 网络请求失败,已重试3次
|
|
2026-05-29 18:40:00 [main] ERROR c.newscrawler.service.CrawlerService - 爬取中国青年网校园频道失败: 获取页面失败
|
|
2026-05-29 18:40:00 [main] ERROR com.newscrawler.command.MenuCommand - 菜单操作异常
|
|
com.newscrawler.exception.ParseException: 获取页面失败
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:60)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.crawl(AbstractBaseStrategy.java:24)
|
|
at com.newscrawler.service.CrawlerService.executeCrawl(CrawlerService.java:60)
|
|
at com.newscrawler.service.CrawlerService.crawlSingleSite(CrawlerService.java:32)
|
|
at com.newscrawler.command.MenuCommand.crawlSite(MenuCommand.java:106)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:60)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:30)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
Caused by: com.newscrawler.exception.NetworkException: 网络请求失败,已重试3次
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:58)
|
|
... 7 common frames omitted
|
|
Caused by: java.net.UnknownHostException: school.youth.cn
|
|
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
|
|
at java.base/java.net.Socket.connect(Unknown Source)
|
|
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.<init>(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
|
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:848)
|
|
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:818)
|
|
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:346)
|
|
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:331)
|
|
at com.newscrawler.strategy.AbstractBaseStrategy.fetchWithRetry(AbstractBaseStrategy.java:42)
|
|
... 7 common frames omitted
|
|
2026-05-29 18:40:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: sohu
|
|
2026-05-29 18:40:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 搜狐资讯 - https://news.sohu.com/
|
|
2026-05-29 18:40:54 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 搜狐资讯
|
|
2026-05-29 18:40:54 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.sohu.com/
|
|
2026-05-29 18:40:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 搜狐资讯解析到0条资讯
|
|
2026-05-29 18:40:55 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:40:55 [main] INFO c.newscrawler.service.CrawlerService - 爬取搜狐资讯成功,获取0篇文章
|
|
2026-05-29 18:42:25 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:42:28 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 18:42:28 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 18:42:28 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 18:42:28 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 18:42:29 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到179条资讯
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 18:42:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 18:42:29 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 18:42:29 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取179篇文章
|
|
2026-05-29 18:43:44 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:44:11 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:44:14 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:44:14 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 腾讯新闻 - https://news.qq.com/
|
|
2026-05-29 18:44:14 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 腾讯新闻
|
|
2026-05-29 18:44:14 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.qq.com/
|
|
2026-05-29 18:44:15 [main] INFO c.n.strategy.AbstractBaseStrategy - 腾讯新闻解析到0条资讯
|
|
2026-05-29 18:44:15 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:44:15 [main] INFO c.newscrawler.service.CrawlerService - 爬取腾讯新闻成功,获取0篇文章
|
|
2026-05-29 18:44:44 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: sohu
|
|
2026-05-29 18:44:44 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 搜狐资讯 - https://news.sohu.com/
|
|
2026-05-29 18:44:44 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 搜狐资讯
|
|
2026-05-29 18:44:44 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.sohu.com/
|
|
2026-05-29 18:44:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 搜狐资讯解析到20条资讯
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 幼儿园老师用热熔胶故意烫伤学生嘴唇被停职
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 家长应该“陪写作业”吗?
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 取消固定分时电价=电费要涨?答案来了
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 少年志|国旗在我心
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 种树40年,我和沙漠扯平了
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: “钢铁”见证 中塞友谊
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 加拿大军舰过航台湾海峡?中方回应
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 铁路新规将实施 违规乘车拒不补票将被限制购票
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 网线被人拔断、传感器被阻断,瓦斯监测为何失效?
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 生态环境部回应“野猪频繁进城”
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 河南一低保老人被贷款20万 官方通报
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 多方介入后 收麦遇“割四赔五”农机手收到收割费
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 泡药风波中的漳州杨梅:已损失超1.2亿元 有果农收入暴跌80%
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 稻城亚丁暂停收取摆渡车费用,那以后呢
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 国内航线燃油附加费下调 6月5日起单程最高降至150元
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 贵州大学招聘要求配偶为本校博士,与萝卜岗何异?
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 中方郑重声明:日、菲所谓“划界谈判”完全非法无效
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 美伊草案内容全曝光 内塔尼亚胡看完“气炸了”
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 特朗普肖像纪念钞已设计完成 美国法律禁止货币印制在世人士头像
|
|
2026-05-29 18:44:45 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 朝鲜外务省称绝不放弃核武器,外交部表态
|
|
2026-05-29 18:44:45 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 18:44:45 [main] INFO c.newscrawler.service.CrawlerService - 爬取搜狐资讯成功,获取20篇文章
|
|
2026-05-29 18:45:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:45:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 腾讯新闻 - https://news.qq.com/
|
|
2026-05-29 18:45:54 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 腾讯新闻
|
|
2026-05-29 18:45:54 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.qq.com/
|
|
2026-05-29 18:45:54 [main] INFO c.n.strategy.AbstractBaseStrategy - 腾讯新闻解析到0条资讯
|
|
2026-05-29 18:45:54 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:45:54 [main] INFO c.newscrawler.service.CrawlerService - 爬取腾讯新闻成功,获取0篇文章
|
|
2026-05-29 18:47:09 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:47:09 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 腾讯新闻 - https://news.qq.com/
|
|
2026-05-29 18:47:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 腾讯新闻
|
|
2026-05-29 18:47:09 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.qq.com/
|
|
2026-05-29 18:47:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 腾讯新闻解析到0条资讯
|
|
2026-05-29 18:47:09 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:47:09 [main] INFO c.newscrawler.service.CrawlerService - 爬取腾讯新闻成功,获取0篇文章
|
|
2026-05-29 18:48:25 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:48:47 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:48:47 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 腾讯新闻 - https://news.qq.com/
|
|
2026-05-29 18:48:47 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 腾讯新闻
|
|
2026-05-29 18:48:47 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.qq.com/
|
|
2026-05-29 18:48:47 [main] INFO c.n.strategy.AbstractBaseStrategy - 腾讯新闻解析到0条资讯
|
|
2026-05-29 18:48:47 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:48:47 [main] INFO c.newscrawler.service.CrawlerService - 爬取腾讯新闻成功,获取0篇文章
|
|
2026-05-29 18:49:44 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 18:50:31 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 18:50:31 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 腾讯新闻 - https://news.qq.com/
|
|
2026-05-29 18:50:31 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 腾讯新闻
|
|
2026-05-29 18:50:31 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.qq.com/
|
|
2026-05-29 18:50:31 [main] INFO c.n.strategy.AbstractBaseStrategy - 腾讯新闻解析到0条资讯
|
|
2026-05-29 18:50:31 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加0篇文章
|
|
2026-05-29 18:50:31 [main] INFO c.newscrawler.service.CrawlerService - 爬取腾讯新闻成功,获取0篇文章
|
|
2026-05-29 18:52:29 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 19:00:54 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 19:01:08 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:01:08 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:01:08 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:01:08 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:01:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:01:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:01:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:01:09 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 浏览内容
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: App 下载
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 知乎日报
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: iOS 版
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么压力单位这么混乱?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:01:09 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:01:09 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:01:09 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:47:26 [main] INFO c.newscrawler.service.CrawlerService - 开始批量爬取所有站点
|
|
2026-05-29 19:47:26 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 搜狐资讯 - https://news.sohu.com/
|
|
2026-05-29 19:47:26 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 搜狐资讯
|
|
2026-05-29 19:47:26 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://news.sohu.com/
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 搜狐资讯解析到20条资讯
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 幼儿园老师用热熔胶故意烫伤学生嘴唇被停职
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 家长应该“陪写作业”吗?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 取消固定分时电价=电费要涨?答案来了
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 少年志|国旗在我心
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 种树40年,我和沙漠扯平了
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: “钢铁”见证 中塞友谊
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 加拿大军舰过航台湾海峡?中方回应
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 铁路新规将实施 违规乘车拒不补票将被限制购票
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 网线被人拔断、传感器被阻断,瓦斯监测为何失效?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 生态环境部回应“野猪频繁进城”
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 河南一低保老人被贷款20万 官方通报
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 多方介入后 收麦遇“割四赔五”农机手收到收割费
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 泡药风波中的漳州杨梅:已损失超1.2亿元 有果农收入暴跌80%
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 稻城亚丁暂停收取摆渡车费用,那以后呢
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 国内航线燃油附加费下调 6月5日起单程最高降至150元
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 丁向群任国家金融监督管理总局党委书记
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 中方郑重声明:日、菲所谓“划界谈判”完全非法无效
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 美伊草案内容全曝光 内塔尼亚胡看完“气炸了”
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 特朗普肖像纪念钞已设计完成 美国法律禁止货币印制在世人士头像
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 朝鲜外务省称绝不放弃核武器,外交部表态
|
|
2026-05-29 19:47:27 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:47:27 [main] INFO c.newscrawler.service.CrawlerService - 爬取搜狐资讯成功,获取20篇文章
|
|
2026-05-29 19:47:27 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:47:27 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:47:27 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:47:27 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 19:47:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 19:47:27 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 19:47:29 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到179条资讯
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 19:47:29 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 19:47:29 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 19:47:29 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取179篇文章
|
|
2026-05-29 19:47:29 [main] INFO c.newscrawler.service.CrawlerService - 批量爬取完成,共获取219篇文章
|
|
2026-05-29 19:49:20 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:49:20 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:49:20 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:49:20 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:49:20 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:49:20 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:49:20 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:49:20 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:49:21 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:49:21 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:49:21 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:49:21 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:50:31 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 19:52:48 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:52:48 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:52:48 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:52:48 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:52:49 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:52:49 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:52:49 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:52:49 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:52:49 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:52:49 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:52:49 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:53:45 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:53:45 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:53:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:53:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:53:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:53:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:53:45 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:53:45 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:53:45 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:53:45 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:55:27 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 19:55:50 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:55:50 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:55:50 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:55:50 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:55:50 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:55:50 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:55:50 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:55:50 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:50 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:55:50 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:55:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 19:55:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 19:55:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 19:55:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 19:55:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 19:55:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 19:55:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 19:55:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 19:55:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 19:55:59 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 19:55:59 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 19:58:43 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 20:00:47 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 21:55:52 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 21:55:52 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 21:55:52 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 21:55:52 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 21:55:53 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 21:55:53 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 21:55:53 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 21:55:53 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 浏览内容
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: App 下载
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 知乎日报
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: iOS 版
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么压力单位这么混乱?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Harness Engineering 的本质是什么?
|
|
2026-05-29 21:55:53 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:55:53 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 21:55:53 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 21:56:05 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 21:56:05 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 21:56:05 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 21:56:05 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 21:56:05 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 21:56:05 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 21:56:05 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 21:56:05 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 21:56:05 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 21:56:05 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 21:56:11 [main] INFO c.n.repository.ArticleRepository - 开始搜索关键词: ������, 仓库共有17篇文章
|
|
2026-05-29 21:56:11 [main] INFO c.n.repository.ArticleRepository - 搜索完成,找到0篇文章
|
|
2026-05-29 22:00:54 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:00:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:00:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:00:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:00:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:00:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:00:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:00:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:00:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 浏览内容
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: App 下载
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 知乎日报
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: iOS 版
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么压力单位这么混乱?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:00:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:00:59 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:00:59 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:06:43 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:06:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:06:54 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:06:54 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:06:54 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:06:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:06:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:06:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:06:55 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 浏览内容
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: App 下载
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 知乎日报
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: iOS 版
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么压力单位这么混乱?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:06:55 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:06:55 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:06:55 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:07:03 [main] INFO com.newscrawler.util.JsonUtil - 成功导出17篇文章到data\articles_20260529_220703.json
|
|
2026-05-29 22:21:32 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:21:32 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:21:32 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:21:32 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:21:33 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:21:33 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:21:33 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:21:33 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:21:33 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:21:33 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:21:33 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:21:44 [main] INFO com.newscrawler.util.JsonUtil - 成功导出17篇文章到data\articles_20260529_222144.json
|
|
2026-05-29 22:24:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:24:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:24:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:24:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:24:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:24:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:24:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:24:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:24:59 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:24:59 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:24:59 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:25:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:25:58 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:25:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:25:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:25:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:25:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:25:58 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:25:58 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:25:58 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:25:58 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:26:05 [main] INFO com.newscrawler.util.JsonUtil - 成功导出17篇文章到data\articles_20260529_222605.json
|
|
2026-05-29 22:28:18 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: youth
|
|
2026-05-29 22:28:18 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 知乎日报 - https://daily.zhihu.com/
|
|
2026-05-29 22:28:18 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 知乎日报
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://daily.zhihu.com/
|
|
2026-05-29 22:28:18 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始解析知乎日报页面,HTML长度: 12786
|
|
2026-05-29 22:28:18 [main] INFO c.n.strategy.AbstractBaseStrategy - 页面共有 39 个链接
|
|
2026-05-29 22:28:18 [main] INFO c.n.strategy.AbstractBaseStrategy - 初步解析到37条资讯
|
|
2026-05-29 22:28:18 [main] INFO c.n.strategy.AbstractBaseStrategy - 知乎日报最终解析到20条资讯
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 浏览内容
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: App 下载
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 知乎日报
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: iOS 版
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么人类不能自身合成维生素C?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 林黛玉被妙玉嫌弃太俗,却不敢反驳,她怼贾宝玉的劲儿哪去了?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 魏博没有山川险阻,靠什么屹立150年。甚至长期成为最强藩?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么松鼠的动作总是一顿一顿的?像卡帧一样?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 既有 F=ma,又有F=kx,那么物理公式到底要求等号左边是因还是果?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 西安唐代城门恢复为何不学洛阳,丹凤门像土黄色纸壳子,明德门像塑料玩具?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 游牧民族几乎没有碳水来源,为什么没有营养不良?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么压力单位这么混乱?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么会有好奇害死猫这个说法?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 为什么《茶花女》里玛格丽特会欠下那么多债务?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 狗鼻子贴地猛吸,为什么不怕把土吸进肺里?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: Harness Engineering 的本质是什么?
|
|
2026-05-29 22:28:18 [main] DEBUG c.n.repository.ArticleRepository - 文章已存在,跳过: 瞎扯 · 如何正确地吐槽
|
|
2026-05-29 22:28:18 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加20篇文章
|
|
2026-05-29 22:28:18 [main] INFO c.newscrawler.service.CrawlerService - 爬取知乎日报成功,获取20篇文章
|
|
2026-05-29 22:28:22 [main] INFO com.newscrawler.util.JsonUtil - 成功导出17篇文章到data\articles_20260529_222822.json
|
|
2026-05-29 22:34:45 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:36:27 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 22:36:27 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 22:36:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 22:36:27 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到179条资讯
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 22:36:27 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 22:36:27 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 22:36:27 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取179篇文章
|
|
2026-05-29 22:36:33 [main] INFO com.newscrawler.util.JsonUtil - 成功导出196篇文章到data\articles_20260529_223633.json
|
|
2026-05-29 22:39:16 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:40:46 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:40:53 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:40:59 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取单个站点: runoob
|
|
2026-05-29 22:40:59 [main] INFO c.newscrawler.service.CrawlerService - 开始爬取: 菜鸟教程资讯 - https://www.runoob.com/
|
|
2026-05-29 22:40:59 [main] INFO c.n.strategy.AbstractBaseStrategy - 开始爬取站点: 菜鸟教程资讯
|
|
2026-05-29 22:40:59 [main] DEBUG c.n.strategy.AbstractBaseStrategy - 第1次尝试获取页面: https://www.runoob.com/
|
|
2026-05-29 22:41:00 [main] INFO c.n.strategy.AbstractBaseStrategy - 菜鸟教程解析到179条资讯
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 22:41:00 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 22:41:00 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 22:41:00 [main] INFO c.newscrawler.service.CrawlerService - 爬取菜鸟教程资讯成功,获取179篇文章
|
|
2026-05-29 22:41:07 [main] INFO com.newscrawler.util.JsonUtil - 成功导出179篇文章到data\菜鸟1.json
|
|
2026-05-29 22:41:21 [main] ERROR com.newscrawler.command.MenuCommand - 导入JSON失败
|
|
java.io.FileNotFoundException: 文件不存在: data\2.json
|
|
at com.newscrawler.util.JsonUtil.importFromJson(JsonUtil.java:66)
|
|
at com.newscrawler.command.MenuCommand.importFromJson(MenuCommand.java:246)
|
|
at com.newscrawler.command.MenuCommand.handleImportExport(MenuCommand.java:141)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:78)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:33)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
2026-05-29 22:41:42 [main] ERROR com.newscrawler.command.MenuCommand - 导入JSON失败
|
|
java.io.FileNotFoundException: 文件不存在: data\����1.json
|
|
at com.newscrawler.util.JsonUtil.importFromJson(JsonUtil.java:66)
|
|
at com.newscrawler.command.MenuCommand.importFromJson(MenuCommand.java:246)
|
|
at com.newscrawler.command.MenuCommand.handleImportExport(MenuCommand.java:141)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:78)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:33)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
2026-05-29 22:43:59 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:45:38 [main] ERROR com.newscrawler.command.MenuCommand - 导入JSON失败
|
|
java.io.FileNotFoundException: 文件不存在: data\����1.json
|
|
at com.newscrawler.util.JsonUtil.importFromJson(JsonUtil.java:66)
|
|
at com.newscrawler.command.MenuCommand.importFromJson(MenuCommand.java:246)
|
|
at com.newscrawler.command.MenuCommand.handleImportExport(MenuCommand.java:141)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:78)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:33)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
2026-05-29 22:45:58 [main] ERROR com.newscrawler.command.MenuCommand - 导入JSON失败
|
|
java.io.FileNotFoundException: 文件不存在: data\2.json
|
|
at com.newscrawler.util.JsonUtil.importFromJson(JsonUtil.java:66)
|
|
at com.newscrawler.command.MenuCommand.importFromJson(MenuCommand.java:246)
|
|
at com.newscrawler.command.MenuCommand.handleImportExport(MenuCommand.java:141)
|
|
at com.newscrawler.command.MenuCommand.handleMainMenu(MenuCommand.java:78)
|
|
at com.newscrawler.command.MenuCommand.start(MenuCommand.java:33)
|
|
at com.newscrawler.Main.main(Main.java:17)
|
|
2026-05-29 22:48:05 [com.newscrawler.Main.main()] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:51:20 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:53:10 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 22:53:28 [main] INFO com.newscrawler.util.JsonUtil - 从data\菜鸟1.json导入179篇文章,去重后保留179篇
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 菜鸟教程 -- 学的不仅是技术,更是梦想!
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 手册
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Javascript
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 1,2,3
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Zepto 中文手册
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Flat UI
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PostgreSQL 手册
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML5 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XHTML 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: ASP 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PHP 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: SQL 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Python 测验
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python】 Python3 是当前主流 Python 版本。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Python2.x】 Python 经典版本。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 FastAPI】 现代高性能 Python API 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flask】 轻量级 Python Web 应用框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Django】 全功能 Python Web 开发框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 NumPy】 Python 科学计算核心库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pandas】 Python 数据分析核心库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SciPy】 Python 数学与科学计算工具包。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Matplotlib】 Python 数据可视化绘图库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Dash】 Python 数据分析与可视化 Web 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Jupyter Notebook】 交互式数据分析与计算工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Pillow】 Python 图像处理库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【量化交易】 利用程序化策略进行金融交易。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 R】 用于统计分析与数据科学的编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Julia】 面向科学计算的高性能语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【AI Agent(智能体)】 AI Agent 让模型不只回答问题,而是按步骤完成动作。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Skills(技能)】 Skills 让智能体具备特定能力与工作流。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Codex 教程】 OpenAI 推出的 AI 编程协作工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Claude Code】 Anthropic 推出的 AI 编程协作工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【OpenCode】 开源 AI 编程协作工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ollama】 开源本地大语言模型运行框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TensorFlow】 TensorFlow 是一个开源机器学习框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyTorch】 PyTorch 是一个开源机器学习框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scikit-learn】 Scikit-learn 是一个开源机器学习库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【机器学习】 机器学习是让机器通过数据进行预测与决策。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【LangChain】 用于构建基于大语言模型的应用程序的框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【自然语言处理 NLP】 自然语言处理是人工智能与语言学的交叉领域。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 OpenCV】 开源计算机视觉与机器学习软件库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Selenium】 自动化 Web 浏览器操作工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Playwright】 现代 Web 自动化与端到端测试框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML】 HTML 是网页的标准标记语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML5】 下一代 HTML 标准。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS】 网页样式与布局语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CSS3】 CSS3 是 CSS 技术升级版本。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JavaScript】 Web 核心编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTML DOM】 HTML DOM 定义了访问和操作 HTML 文档的标准方法。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TypeScript】 JavaScript 的超集语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AJAX】 异步 Web 数据交互技术。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSON】 数据交换标准格式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Tailwind CSS】 实用优先 CSS 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap4】 经典响应式前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Bootstrap5】 最新 Bootstrap 前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Foundation】 响应式 HTML、CSS 与 JavaScript 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue.js】 渐进式前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Vue3】 新一代 Vue 前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 React】 用于构建 UI 的 JavaScript 库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Next.js】 基于 React 的全栈框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AngularJS】 Google 推出的经典前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Angular】 现代 Angular 前端框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery】 经典 JavaScript 工具库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery UI】 基于 jQuery 的 UI 组件库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery EasyUI】 基于 jQuery 的 UI 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ECharts】 开源数据可视化图表库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Chart.js】 轻量级 JavaScript 图表库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Highcharts】 高级交互式图表库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Google 地图】 Google Maps API 使用教程。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVG】 基于 XML 的矢量图格式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Font Awesome】 流行图标字体库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Node.js】 服务端 JavaScript 运行环境。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Electron】 基于 Web 技术开发跨平台桌面应用。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PHP】 经典 Web 服务端语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Java】 企业级开发主流语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Go】 Google 推出的现代服务端语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Rust】 高性能系统级编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C#】 .NET 核心开发语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Servlet】 Java Web 服务端技术。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 JSP】 Java 服务端页面技术。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP】 经典动态服务器页面技术。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 AppML】 轻量级 Web 应用框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VBScript】 微软经典脚本语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swagger】 API 文档与测试工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RESTful API】 现代 API 设计规范。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Docker】 容器化应用部署平台。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Linux】 主流服务器操作系统。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ZooKeeper】 分布式协调服务。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQL】 结构化查询语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MySQL】 流行关系型数据库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PostgreSQL】 高级开源关系型数据库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SQLite】 轻量级嵌入式数据库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MongoDB】 主流 NoSQL 数据库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Redis】 高性能内存数据库。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Memcached】 分布式缓存系统。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Android】 Android 移动开发平台。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Flutter】 Google 跨平台 UI 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ionic】 HTML5 混合移动开发框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 jQuery Mobile】 移动端 Web UI 框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Swift】 Apple 官方开发语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Kotlin】 Android 官方开发语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Git】 分布式版本控制系统。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SVN】 集中式版本控制系统。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 CMake】 跨平台构建工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Maven】 Java 项目构建工具。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 VS Code】 现代代码编辑器。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Obsidian】 现代化笔记应用。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PyCharm】 Python 专业 IDE。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Eclipse】 经典 Java IDE。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Markdown】 轻量级标记语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C】 经典系统级编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 C++】 高性能通用编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Zig】 现代系统级编程语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Scala】 运行于 JVM 的多范式语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Ruby】 优雅简洁的脚本语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Perl】 经典文本处理语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Lua】 轻量级嵌入式脚本语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习汇编语言】 面向硬件的低级语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Verilog】 数字电路硬件描述语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【数据结构与算法】 计算机核心基础知识。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【设计模式】 经典软件设计思想。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【Python 设计模式】 Python 面向对象设计实践。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【正则表达式】 字符串匹配与文本处理。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 HTTP】 Web 通信协议。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 TCP/IP】 互联网通信协议族。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网络协议】 计算机网络通信规则。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 W3C】 Web 标准组织。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML】 数据交换与存储格式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 DTD】 XML 文档类型定义。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML DOM】 XML 文档操作标准。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSLT】 XML 转换语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPath】 XML 节点查询语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XQuery】 XML 查询语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XLink】 XML 超链接标准。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XPointer】 XML 数据定位语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XML Schema】 XML 文档结构定义。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 XSL-FO】 XML 格式化对象语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Service】 基于网络的服务接口技术。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 WSDL】 Web Service 描述语言。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 SOAP】 基于 XML 的通信协议。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RSS】 内容聚合订阅协议。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 RDF】 资源描述框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 ASP.NET】 .NET Web 开发框架。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 MVC】 MVC 架构模式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Razor】 .NET 模板引擎。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Forms】 经典 ASP.NET 开发模式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 Web Pages】 ASP.NET Web Pages 开发模式。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【学习 PowerShell】 微软自动化脚本环境。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站建设指南】 网站开发与建设基础教程。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【浏览器信息】 浏览器市场与兼容性信息。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站主机教程】 网站部署与服务器托管。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 【网站品质】 构建高质量网站。
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: CSS 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JavaScript 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Ajax 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: jQuery 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: XML 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Java 实例
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 字符集设置
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML ASCII 字符集
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JS 混淆/加密
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: PNG/JPEG 图片压缩
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: HTML 拾色器
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: JSON 格式化工具
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 随机数生成器
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 搭子(DuMate)...
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: QoderWake 入门教程
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 同步、...
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 工作流...
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 插件
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 文件组...
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: Obsidian 双链与...
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: runoob.com
|
|
2026-05-29 22:53:28 [main] DEBUG c.n.repository.ArticleRepository - 添加文章: 闽ICP备15012807号-1
|
|
2026-05-29 22:53:28 [main] INFO c.n.repository.ArticleRepository - 批量添加完成,成功添加179篇文章
|
|
2026-05-29 23:35:51 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 23:37:39 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
2026-05-29 23:42:37 [main] INFO com.newscrawler.Main - ========== 增强版Java资讯爬虫启动 ==========
|
|
|