博客
分类
标签
归档
随笔
日报
博客
分类
标签
归档
随笔
日报
windows实时绘图工具推荐 live-draw
好用的实时画图工具,免安装就是个可以运行的exe文件,在任何情况下的屏幕上画画,支持保存,超方便呀!https://github.com/antfu/live-draw
2023-01-15
tool
windows
tool
windows
Read More
windows查看文件被啥进程占用 资源监视器
(按windows键然后输入任务管理器)任务管理器-(上方横栏)性能-(下方)打开资源监视器或者直接搜资源监视器-(下方)搜索句柄 输入完整路径,得占用其的PID
2022-10-25
tool
windows
tool
windows
Read More
excel OFFSET函数
OFFSET(reference, rows, cols, [height], [width])excel的索引从1开始前三个参数指定左上角,height和width指定这个区域的大小(height:行数,width:列数)ROW()获取当前行索引 如下表示求区域(A3单元格为区域左上角,区域高是ROW()-4行,宽是1列)的均方差(=SQRT(VAR(…))) =STDEV(OF...
2022-10-16
tool
windows
tool
windows
Read More
powershell美化 powershell字体 powershell颜色
设置颜色 安装colortoolscoop install colortool 预览主题 列出哪些主题 colortool -s 预览主题,比如OneHalfDark.itermcolors colortool OneHalfDark.itermcolors 设置主题(将方案同时应用于当前控制台和默认控制台)colortool -b OneHalfDark.itermco...
2022-09-02
tool
windows
tool
windows
Read More
wsl WSL 拒绝访问 Access is denied
计算机重新启动后,Windows 10 上新安装的 Ubuntu 子系统向我展示了Access is denied.Press any key to continue… 解决有关解决方案,请参阅 github 问题答案。https://github.com/microsoft/WSL/issues/4920#issuecomment-658808564 当 WSL 自动关闭并且您需要使用管...
2022-08-21
fix_error
tool
windows
tool
windows
fix_error
Read More
win10开机自动执行命令 后台运行
打开startup文件夹:win+R键入shell:startup回车,打开的文件夹即是 在这个文件夹中放xx.bat脚本或者应用xx.exe(或它们的快捷方式),即会开机执行它们 这样执行.bat文件是在前台执行,且会有一个黑框,消除黑框的方法: https://codeantenna.com/a/3gznir1890 在startup文件夹中放xx.vbs文件来代替原先的bat文件...
2022-08-11
tool
windows
tool
windows
Read More
powershell
删除文件(夹)rmdir递归删除 rmdir /s folder 查看所有文件dir查看包含隐藏文件的所有文件 dir /A *
2022-07-09
tool
windows
tool
windows
Read More
粘贴文本
全选文本
剪切文本
复制文本
站内搜索
必应搜索
新标签页打开
复制链接地址
复制图片
谷歌识图
常见问题
示例博客
加入社区
本站源码
主题源码
暗黑模式
打印页面
阅读模式