Fork me on GitHub
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 102 下一页
摘要: 背景 疫情通行证系统,7个人,周四下午定需求,周六加班到凌晨2点,周日上线。 用到的插件 WEUI: https://weui.io/#half-screen-dialog mescroll和weui的: http://www.mescroll.com/qa.html#q10 Half-screen 阅读全文
posted @ 2022-03-20 15:47 秋夜雨巷 阅读(250) 评论(0) 推荐(0)
摘要: build.gradle 项目信息 //group和version为project的属性 //项目名称name在settings.gradle中 group 'com.gmtx' version '1.0' settings.gradle rootProject.name为项目名称 rootProj 阅读全文
posted @ 2022-03-14 23:58 秋夜雨巷 阅读(326) 评论(0) 推荐(0)
摘要: ![image](https://img2022.cnblogs.com/blog/1208477/202203/1208477-20220303210059659-502693793.png) ## ES6新特性 ![image](https://img2023.cnblogs.com/blog/ 阅读全文
posted @ 2022-03-03 22:57 秋夜雨巷 阅读(84) 评论(0) 推荐(0)
摘要: 新建SpringBoot项目 POM.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> <version>2.6.3</ 阅读全文
posted @ 2022-02-18 17:26 秋夜雨巷 阅读(198) 评论(0) 推荐(0)
摘要: 开发环境 VSCode Node.js vue-cli Vue3.X 安装好node.js并配置好环境,然后用npm安装vue cli(npm install -g @vue/cli)。 VSCode安装Vue开发用插件 中文语言包:Chinese (Simplified) Language Pac 阅读全文
posted @ 2022-01-20 23:21 秋夜雨巷 阅读(2827) 评论(0) 推荐(0)
摘要: 安装AdGuard Home 更新和升级操作系统 更新软件包列表,并升级所有安装的软件包 sudo apt update sudo apt full-upgrade 下载AdGuard Home wget https://static.adguard.com/adguardhome/release/ 阅读全文
posted @ 2022-01-13 22:42 秋夜雨巷 阅读(1539) 评论(0) 推荐(0)
摘要: 二维码的生成与识别 阅读全文
posted @ 2022-01-05 15:38 秋夜雨巷 阅读(588) 评论(0) 推荐(0)
摘要: 概述 总共分三步,第1:获取refresh-token,第2:设置webdav,第3:设置cloud sync 群晖内套件中心下载阿里云盘webdav(添加外部源)和cloud sync。 获取refresh-token 登录阿里云盘网页版,获取refresh-token; 打开阿里云盘官网并登录, 阅读全文
posted @ 2022-01-04 16:47 秋夜雨巷 阅读(8012) 评论(0) 推荐(0)
摘要: Docker架构 docker的架构设计分为三个组件:一个客户端,一个REST API和一个服务器(守护进程): Client :与REST API交互。主要目的是允许用户连接守护进程。 REST API:充当客户端和服务器之间的接口,实现通信。 守护进程:负责实际管理容器 - 启动,停止等。守护进 阅读全文
posted @ 2021-12-17 22:09 秋夜雨巷 阅读(5991) 评论(0) 推荐(2)
摘要: 官网 官方文档 Windows Subsystem for Linux (WSL),可以理解为在windows上安装一个Linux子系统(GNU/Linux)。 安装WSL 大于V2004可以直接在PowerShell中执行。 wsl --install 此命令将启用所需的可选组件,下载最新的 Li 阅读全文
posted @ 2021-12-17 11:15 秋夜雨巷 阅读(446) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 102 下一页