51工具盒子

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

windows

让windows访问Pod

让windows访问Pod

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

<p>让windows访问Pod</p> <p>只需修改</p> <pre><code> # 使用宿主机网络 hostNetwork: true </code></pre> <p>test.yaml</p> <pre><code>...

windows修改ip 工具

windows修改ip 工具

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

需求: 局域网经常网络连接有问题, 每天都有几个时间段,网络不好用。 查看局域网 中没有试用的ip : arp -a 制作脚本: @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config...

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...