会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
思想掠过心头
博客园
首页
新随笔
联系
订阅
管理
2020年9月20日
新版爬虫
摘要: # -*- coding:UTF-8 -*-import requestsfrom bs4 import BeautifulSoupimport ioimport timeimport sysimport os# 主链接base_url = "https://www.tupianzj.com/"de
阅读全文
posted @ 2020-09-20 20:54 思想掠过心头
阅读(98)
评论(0)
推荐(0)
编辑
2019年12月30日
爬取妹子图
摘要: import requestsfrom bs4 import BeautifulSoupimport iofrom selenium import webdriverimport timeimport sys def get_img_list(url): img_list = [] title_li
阅读全文
posted @ 2019-12-30 14:55 思想掠过心头
阅读(884)
评论(0)
推荐(0)
编辑
2018年11月13日
c#计算器
摘要: 代码没有大的问题,但是起初点击控件无反应,原因是事件代码要自己敲,不能直接粘贴。 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Draw
阅读全文
posted @ 2018-11-13 09:03 思想掠过心头
阅读(329)
评论(0)
推荐(0)
编辑
2018年11月9日
猜随机数
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u
阅读全文
posted @ 2018-11-09 11:23 思想掠过心头
阅读(77)
评论(0)
推荐(0)
编辑
2018年11月8日
my first homepage
摘要: <!DOCTYPE html><html><head><style type="text/css">p{ text-indent:2em;}</style><style type="text/css">a{text-decoration: none}</style><style type="text
阅读全文
posted @ 2018-11-08 15:21 思想掠过心头
阅读(126)
评论(0)
推荐(0)
编辑
2018年11月1日
C#ATM
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ConsoleApplication2{ public
阅读全文
posted @ 2018-11-01 23:27 思想掠过心头
阅读(471)
评论(0)
推荐(0)
编辑
2018年10月25日
我的博客链接
摘要: https://www.cnblogs.com/wavexu/
阅读全文
posted @ 2018-10-25 23:14 思想掠过心头
阅读(117)
评论(0)
推荐(0)
编辑
公告