上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 56 下一页
摘要: This project is based on python>=3.6. The dependent package for this project is listed as below:numpy==1.13.1tqdmtorch-scope>=0.5.... 阅读全文
posted @ 2020-09-02 10:44 Python研究者 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 网页跳转链接(javascript) 1、跳转链接 在当前窗口打开 window.location.href="http://www.baidu.com" 等价于 go baidu 2、跳转链接 在新窗口打开 window.open("http:/... 阅读全文
posted @ 2020-09-02 10:42 Python研究者 阅读(3408) 评论(0) 推荐(0) 编辑
摘要: 请先确保已经设置好了sa,如果不是,可以参照下面链接修改http://jingyan.baidu.com/article/8cdccae9452b3c315513cd52.html 然后重启数据库,重启完毕后,接下来使用命令... 阅读全文
posted @ 2020-09-01 22:16 Python研究者 阅读(355) 评论(0) 推荐(0) 编辑
摘要: import os#exec_str = r'copy /b ts/c9645620628078.ts+ts/c9645620628079.ts ts/1.ts'#os.system(exec_str)f = open('index.m3u8', 'r',... 阅读全文
posted @ 2020-09-01 22:12 Python研究者 阅读(605) 评论(0) 推荐(0) 编辑
摘要: cmd中运行 >python untitled2.py 图片的网站 import requests import threading from bs4 import BeautifulSoup import sys import os if le... 阅读全文
posted @ 2020-09-01 22:11 Python研究者 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 本人在Windows上安装了最新版本的Anaconda,里面是Python3.7版本,但是最近又要安装TensorFlow,目前TensorFlow只支持Python3.6版本以前的,所以等在Anaconda里安装一个Python3.6。具体过程如下1、1. ... 阅读全文
posted @ 2020-09-01 22:08 Python研究者 阅读(4166) 评论(0) 推荐(0) 编辑
摘要: Python玩转微信 大家每天都在用微信,有没有想过用python来控制我们的微信,不多说,直接上干货! 这个是在 itchat上做的封装 http://itchat.readthedocs.io/zh/latest/ 安装模块 pip3 insta... 阅读全文
posted @ 2020-08-30 19:54 Python研究者 阅读(358) 评论(0) 推荐(0) 编辑
摘要: Python生成内涵图片 先看案例 原图 生成后(放大看看,嘿嘿嘿) 上代码: from PIL import Image, ImageDraw, ImageFontfont_size = 7text = "我喜欢你!"img_path = "... 阅读全文
posted @ 2020-08-30 19:49 Python研究者 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Python3.x打包成exe程序并添加图标 1.安装pyinstaller pip install pyinstaller 2.打包exe程序 打开DOS窗口,输入命令:pyinstaller -F -w *.py(星号是.py的全部路径) pyinstal... 阅读全文
posted @ 2020-08-30 19:46 Python研究者 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 最近又火了一部国产剧:《隐秘的角落》 如果你没看过,那可能会对朋友圈里大家说的“一起去爬山”、“小白船”、“还有机会吗”感到莫名其妙... 阅读全文
posted @ 2020-08-26 17:27 Python研究者 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 56 下一页