51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

windows

windows删除默认的输入法(win10)

windows删除默认的输入法(win10)

厉飞雨 阅读(336) 评论(0) 赞(16)

1,找到设置 搜索语言 2 点击选项 ![](http://static.51tbox.com/static/2024-08-29/col/550dc8a1ea49d67c0569ef76000107ba/43e21a7f9af54675a7147e2790771f00.png.jpg) 点击删除: ![](http://static.51tbox.com/stati...

windows 便签 透明好用的小工具推荐 小黄条 清单

windows 便签 透明好用的小工具推荐 小黄条 清单

厉飞雨 阅读(353) 评论(0) 赞(20)

全透明桌面插件,把待办、随笔、日程嵌入桌面 标签 可以自己设置标签,通过标签分类todo、待办、任务、随笔、便签、备忘录... 随笔 随时随地在手机、电脑桌面上记录瞬间灵感 日程 支持月历、周历、日程列表3种日历视图 官网连接: https://www.yynote.cn/yynote/ ![](http://static.51tbox.com/s...

windows自带清理工具

windows自带清理工具

厉飞雨 阅读(357) 评论(0) 赞(22)

1 %TEMP% ![](http://static.51tbox.com/static/2024-08-29/col/1004d12d72b65b25da1ef86216024cef/b9ef34f86b36479dbcbb5aa26ba1df65.png.jpg) 2- cleanmgr (磁盘清理) ![](http://static.51tbox.com/stat...

windows10怎么彻底关闭更新(亲测有效)

windows10怎么彻底关闭更新(亲测有效)

厉飞雨 阅读(446) 评论(0) 赞(24)

<p>win10彻底关闭系统自动更新的方法:(网上很多文章,头都大了, 最后自己终于搞定了,写一下我的方法 )本人笔记本是 华为 的magicbook (win10 家庭版)</p> <p>如何才能一劳永逸,彻底关闭win10自动更新:</p> <p>我们要从Windows Update服务、注册表、组策略、计划任务 ...

gitee

gitee

厉飞雨 阅读(451) 评论(0) 赞(14)

``` git config --global user.name "baimeidashu" git config --global user.email "715740383@qq.com" ``` 创建 git 仓库: <br /> ``` mkdir springbootdemo1 cd springboot...

git clone 加代理

git clone 加代理

厉飞雨 阅读(509) 评论(0) 赞(17)

<h2>1-临时用</h2> <pre><code>git clone https://github.com/fex-team/ueditor.git --config http.proxy=&quot;socks5://127.0.0.1:1080&quot; </code></pre> ...

git 汇总-git 命令

git 汇总-git 命令

厉飞雨 阅读(360) 评论(0) 赞(15)

git 命令 gitignore 不生效pycharm : [连接](https://www.baimeidashu.com/17035.html) git clone 加代理 :[连接](https://www.baimeidashu.com/18097.html) 1- 创建分支: $ git branch issue1 2-切换分支: $ g...

pycharm配置 .gitignore 文件

pycharm配置 .gitignore 文件

厉飞雨 阅读(441) 评论(0) 赞(19)

<p>如何配置</p> <p><a href="https://blog.csdn.net/Flemington7/article/details/135394474">工具使用-pycharm如何配置 .gitignore 文件_pycharm中.gitignore文件显示被禁-CSDN博客</a>...

gitignore 模版

gitignore 模版

厉飞雨 阅读(381) 评论(0) 赞(19)

<p>gitignore 模版</p> <pre><code>### Python template # zzy add # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Di...