- 博客(4)
- 收藏
- 关注
原创 去除win10快捷方式小箭头
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v 29 /d "%systemroot%\system32\imageres.dll,197" /t reg_sz /ftaskkill /f /im explorer.exeattrib -s -r -h...
2018-10-10 08:10:11
4520
1
原创 解决win10开始菜单右键无效
新建一个txt文件后输入以下:@echo off color 2 reg add HKCR\lnkfile /v IsShortcut /f reg add HKCR\piffile /v IsShortcut /f reg add HKCR\InternetShortcut /v IsShortcut /f taskkill /f /im explorer.exe &a...
2018-10-10 08:05:42
16175
9
原创 #C语言#关于求素数的思路(一般筛法到线性筛)
Target:输入一个正整数n,输出1~n的所有素数让我们再来回顾一下求素数的算法,关于素数的算法是信息学竞赛和程序设计竞赛中常考的数论知识,希望通过此次对算法思路的整理能对大家有所帮助。
2017-11-13 20:02:31
13222
6
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人