排序
Python – 爬取酷狗音乐
演示视频 {dplayer src='http://blog.uurr.cn/video/python_kugou.MP4'/} 示例代码 import requests import json from playsound import playsound print('欢迎来到点歌台') xh=True while(xh):...
Python – 打包为exe
【打包的完整方法】 【步骤01】 【在命令行中用pip工具安装Pyinstaller模块】 pip install Pyinstaller 【步骤02】 【切换命令行的路径到你要打包的Python源文件的文件夹路径下】 【下面是我要...
快速提取文档中的java,c代码
快速提取文档中的java,c代码,自动过滤头文件 演示文稿: [hr] 网页版: 体验地址:https://cs.uurr.cn/info/extract.php 网页代码: <!DOCTYPE html> <html> <head> <title>Java,c...
一分钟自己搭建一个AI五子棋
演示网址: http://timi.iu00.cn/wzq/ 效果图: 代码: 直接随意粘贴到一个.html文件中即可 <!DOCTYPE html> <html> <head> <meta charset='utf-8' /> <title>五子棋</title>...