JOSWAY's BLOG
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

spring6

Spring6 1、概述1.1、Spring 是什么?Spring 是一款主流的 Java EE 轻量级开源框架 ,Spring 由“Spring 之父”Rod Johnson 提出并创立,其目的是用于简化 Java 企业级应用的开发难度和开发周期。Spring 的用途不仅限于服务器端的开发。从简单性、可测试性和松耦合的角度而言,任何 Java 应用都可以从 Spring 中受益。Spring 框
2023-03-08
yuque

安装网页版 VS Code (code-server)

下载&安装&启动1wget https://github.com/coder/code-server/releases/download/v4.8.0/code-server_4.8.0_amd64.deb -e use_proxy=yes -e https_proxy=192.168.3.126:10811 1sudo dpkg -i code-server_4.8.0_amd
2022-10-27
yuque
#?

删除 此电脑 天翼网盘 图标

进入注册表WIN+R 搜索并删除CTRL+F搜索A919F047-28EA-4F32-98EB-5C280FC9EB76删除,直到搜索不到为止。
2022-10-27
yuque
#天翼网盘

Windows 10 LTSC 安装 应用商店

使用管理员权限运行以下命令,静待自动完成安装即可。开始->最近添加->Microsoft Store 1wsreset -i
2022-09-10
yuque
#windows

图片CDN

压缩后
2022-07-09
yuque
#image

unraid 6.10.x 商店设置代理

编辑文件,填入如下内容 123456nano /boot/config/plugins/community.applications/proxy.cfgport=1080tunnel=1#proxy=http://127.0.0.1proxy=socks5://127.0.0.1
2022-06-30
yuque
#unraid

Drone docker 安装

注意要点123--env=DRONE_SERVER_HOST=drone.josway.cc:52080 要和 --publish=52080:80 端口一致如果 --env=DRONE_SERVER_PROTO=https 那么就要使用 --env=DRONE_SERVER_HOST=drone.josway.cc:52443 Github 配置 Server12345678910111213
2022-06-20
yuque
#drone

Docker 个人使用的镜像

Ubuntu12345678docker run --restart=always -itd --name ubuntu2204 ubuntu:22.04docker exec -it ubuntu2204 /bin/bashcp -a /etc/apt/sources.list /etc/apt/sources.list.baksed -i "s@http://.*archive.ub
2022-06-07
yuque
#docker #proxy

Docker build 使用 proxy

方式一:构建时指定(推荐)记得开启 Allow LAN,因为代理是在 容器 中访问网络的。 1docker build . -t docker101tutorial --build-arg http_proxy=http://192.168.2.105:7890 --build-arg https_proxy=http://192.168.2.105:7890 方法二:编写 Dockerfile
2022-06-05
yuque
#docker #proxy

Windows 更新时不更新驱动

WIN + R 快捷键,运行 gpedit.msc找到计算机配置 - 管理模板 - Windows 组件 - Windows 更新 - 管理从 Windows 更新提供的更新 - Windows 更新不包括驱动程序
2022-05-14
yuque
#windows #update #driver
123…8

搜索

Hexo Fluid