编程共53篇 第6页
Python - 爬取酷狗音乐-小纸条

Python – 爬取酷狗音乐

演示视频 {dplayer src='http://blog.uurr.cn/video/python_kugou.MP4'/} 示例代码 import requests import json from playsound import playsound print('欢迎来到点歌台') xh=True while(xh):...
Blank的头像-小纸条Blank3年前
0124 10
C语言 - 数字雨-小纸条

C语言 – 数字雨

效果图 #include <stdio.h> #include <stdlib.h> #include <windows.h> int main() { system('color 0c');//颜色 int i; int a = rand(); int b = rand(); int c = rand(); i...
Blank的头像-小纸条Blank3年前
0121 8
一键替换博客内的图片到七牛云-小纸条

一键替换博客内的图片到七牛云

使用前言 将图片上传到第三方托管平台是大多数站长的选择,但是很多新手小白一开始的时候没有规划好(比如我[g=E68792E5BE97E79086_2x.png]),都是直接存放在本地,后续随着博客的流量越来越大...
Blank的头像-小纸条Blank2年前
0120 7
I hope-小纸条

I hope

许个愿吧,管它会不会实现呢 {music id='1956172088' color='#1989fa' autoplay='autoplay'/}
Blank的头像-小纸条Blank3年前
0106 13
Python - 打包为exe-小纸条

Python – 打包为exe

【打包的完整方法】 【步骤01】 【在命令行中用pip工具安装Pyinstaller模块】 pip install Pyinstaller 【步骤02】 【切换命令行的路径到你要打包的Python源文件的文件夹路径下】 【下面是我要...
Blank的头像-小纸条Blank3年前