上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 92 下一页
摘要: 阅读全文
posted @ 2020-05-10 12:20 木子欢儿 阅读(231) 评论(0) 推荐(0)
摘要: https://pypi.org/ 阅读全文
posted @ 2020-05-10 12:08 木子欢儿 阅读(187) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-10 11:46 木子欢儿 阅读(275) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-05-10 11:38 木子欢儿 阅读(148) 评论(0) 推荐(0)
摘要: 背景我的电脑:Windows 10,集显+独显 OBS捕捉显示屏黑屏,首先在网上说的比较多的解决方法是: 控制面板->NVIDIA控制面板->管理 3D 设置->选中OBS->首选图形处理器->根据你显示器使用的显卡进行选择(查看显示器使用的显卡可以在设置->显示设置->高级显示设置找到) 以兼容性 阅读全文
posted @ 2020-05-05 18:33 木子欢儿 阅读(1137) 评论(0) 推荐(0)
摘要: from random import random #引入随机库 #提示用户程序的功能和要求 def printIntro(): print("这个程序模拟两个选手A和B的某种竞技比赛") print("程序运行需要A和B的能力值(以0到1之间的小数表示)") #获得数据 def getInput( 阅读全文
posted @ 2020-05-02 18:07 木子欢儿 阅读(437) 评论(0) 推荐(0)
摘要: 演示地址:http://quickso.cn/ Bing每日壁纸API是一个基于RESTful的API,这里有一个已经部署好的API,此API已经支持HTTPS,可以放心调用。 CSS中设置背景图片 可以使用此API直接在CSS中设置背景图片: background-image: url(https 阅读全文
posted @ 2020-05-01 08:12 木子欢儿 阅读(1442) 评论(0) 推荐(0)
摘要: from bs4 import BeautifulSoup import openpyxl import re import urllib.request import urllib.error # 访问url def ask_url(url): # 伪装浏览器 head = {'User-Agen 阅读全文
posted @ 2020-04-27 13:47 木子欢儿 阅读(663) 评论(0) 推荐(0)
摘要: 2019政府工作报告.txt https://www.lanzous.com/iby44eh 栗子1: import wordcloud import jieba f=open("2019政府工作报告.txt","r",encoding="utf-8") t=f.read() f.close() l 阅读全文
posted @ 2020-04-26 13:21 木子欢儿 阅读(1440) 评论(0) 推荐(0)
摘要: 建议挂梯子安装 栗子1: import wordcloud txt="Life is stort,you need python" c=wordcloud.WordCloud(\ background_color="white") c.generate(txt) c.to_file("1.png") 阅读全文
posted @ 2020-04-26 12:12 木子欢儿 阅读(1332) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 92 下一页