Blank-小纸条-第9页
Blank的头像-小纸条
管理员
这家伙很懒,什么都没有写...
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...
4年前
0130 8
EDGE浏览器优化-小纸条

EDGE浏览器优化

优化其首页及过滤搜索中的广告 1.首页优化 1.1 打开edge浏览器,点击设置 1.2 点击自定义 1.3 这里根据自己的需求进行关闭就好了 1.4 首页优化效果图 2.广告过滤 2.1 点击右上角的三个点然后点击...
4年前
0127 13
Word list1-小纸条

Word list1

act active a.积极的 activate vt.使激活 transact v.做交易 transaction a.交易 interact vi.相互作用 interaction n.相互作用 interactive a.合作的,相互作用 react v.回应 reaction n.反应 a...
4年前
0122 12
Windows去除快捷小箭头-小纸条

Windows去除快捷小箭头

使用方法 新建一个文本文件(如不显示.txt后缀电脑要在文件夹里设置“显示已知文件扩展名”) 复制下面代码粘贴后保存 修改扩展名为.bat文件 右键以管理员身份打开 win11 reg add 'HKEY_LOCAL_M...
3年前
0122 8
python - pyecharts基础使用-小纸条

python – pyecharts基础使用

官方文档: pyecharts一.折线图生成 from pyecharts.charts import Line # 对象创建 Line = Line() # x 坐标 Line.add_xaxis(["1","2","3"]) # y 坐标 Line.add_...
4年前
0118 6