会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
DY2017
博客园
首页
新随笔
联系
订阅
管理
2023年3月26日
springboot问题笔记
摘要: 1、springboot启动报错:无法访问org.springframework.boot.springApplaction: 问题出现原因:springboot版本过高,降低版本即可 <parent> <groupId>org.springframework.boot</groupId> <art
阅读全文
posted @ 2023-03-26 13:56 DY2017
阅读(31)
评论(0)
推荐(0)
2023年3月7日
python爬虫爬取梨视频
摘要: # 进程池练习'''进程池练习进程池使用原则:不是所有的代码都需要进程池,只有那些会阻塞且耗时的部分使用进程池有接过视频下载不下来,没查到原因'''import randomimport reimport sysimport timefrom multiprocessing.dummy import
阅读全文
posted @ 2023-03-07 17:20 DY2017
阅读(95)
评论(0)
推荐(0)
2017年12月5日
粗糙的情感分析2
摘要: import jiebadef judodd(num): if (num % 2) == 0: return "enev" else: return "odd"def open_dict(Dict = "hhh",path = "D:\\"): path = path + "%s.txt" % Di
阅读全文
posted @ 2017-12-05 21:22 DY2017
阅读(185)
评论(0)
推荐(0)
粗糙的情感分析
摘要: import jiebadef judodd(num): if (num % 2) == 0: return "enev" else: return "odd"def open_dict(Dict = "hhh",path = "D:\\"): path = path + "%s.txt" % Di
阅读全文
posted @ 2017-12-05 20:43 DY2017
阅读(376)
评论(0)
推荐(0)
2017年11月23日
python网络爬虫标签详细定位
摘要: htmls = requests.get("https://movie.douban.com/subject/2158490/comments?start=0&limit=20&sort=new_score&status=P&percent_type=")#获取一个网址(以豆瓣为例) bsObj =
阅读全文
posted @ 2017-11-23 21:04 DY2017
阅读(682)
评论(0)
推荐(0)
公告