- 博客(3)
- 收藏
- 关注
原创 maven详解
假设1.你的项目 My-App 直接依赖了一个库 B,其 scope 为 compile(根据上表看第一传递依赖就是compile这一行)。B 又依赖于 C(scope 为 compile) -> 那么 My-App 会传递依赖 C,scope 为 provided。B 又依赖于 C(scope 为 compile) -> 那么 My-App 会传递依赖 C,scope 为 compile。为了方便管理,一般会将多个模块都要用到的依赖提取到父工程中,子工程继承父工程,子工程也能使用到父工程的依赖。
2025-12-04 16:24:02
858
原创 @JsonProperty注解作用
详细作用参考:https://blog.csdn.net/sg_knight/article/details/149529485?
2025-10-14 11:00:39
217
原创 Beautifulsoup分别用find、find_all和select爬取论文信息
分别用find、find_all和select爬取论文信息 find只会爬取到第一条满足条件的信息,而find_all和select会爬取所有满足条件的信息 论文链接 find和find_all方法: import requests from bs4 import BeautifulSoup from requests import RequestException def get_html(ur...
2019-09-22 11:05:57
922
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅