Blank-小纸条-第7页
Blank的头像-小纸条
管理员
这家伙很懒,什么都没有写...
快速提取文档中的java,c代码-小纸条

快速提取文档中的java,c代码

快速提取文档中的java,c代码,自动过滤头文件 演示文稿: [hr] 网页版: 体验地址:https://cs.uurr.cn/info/extract.php 网页代码: <!DOCTYPE html> <html> <head> <title>Java,c...
2年前
0129 14
Java - IDEA安装-小纸条

Java – IDEA安装

一.下载 点击下载 二.安装 找到刚才下载的IDEA安装包,双击运行 一直NEXT 将安装目录修改一下 这些根据自己需求勾选(我是全勾选了) 三.汉化 双击IDEA选择下方不导入,点击OK 新建一个项目,将项...
2年前
1126 9
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):...
3年前
0124 10
安卓手机跳广告-小纸条

安卓手机跳广告

软件【李跳跳】 适用:安卓 功能:自动跳过一些APP的广告 实测:未联网,无毒,免费,安全,小巧,方便 下载: {cloud title='李跳跳1.7.5' type='lz' url='https://wwp.lanzouq.com/igQ7p02fi88h' p...
3年前
0122 6
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...
3年前
0122 8