#零 修订记录 | 序号 | 修订内容 |修订时间 | | | | | | 1 | 新增 |2021/2/22| #一 摘要 本文主要介绍centos 上安装gitlab #二 环境信息 ##(一) 操作系统 [root@webmysql1 ~]# lsb_release -a LSB Versio ...
分类:
其他好文 时间:
2021-02-23 14:03:12
阅读次数:
0
Vue3 与依赖注入 本文写于 2021 年 2 月 19 日 在 React 中,我们可以通过 context 与 useContext 实现单例、注入……等诸多特性。 详细请看上一篇文章:如何利用 React Hooks 管理全局状态. 例如: const SomeService = creat ...
分类:
其他好文 时间:
2021-02-20 11:52:05
阅读次数:
0
参考了jherr 的webpack 联邦多版本,基于unpkg 以及verdaccio实现一个私有版本的测试环境 环境准备 docker-compose version: "3" services: unpkg: image: dalongrong/unpkg:http-env environmen ...
分类:
Web程序 时间:
2021-02-19 13:41:46
阅读次数:
0
这一部分的知识太分散而零碎了。我一直不好整理。而且没空再去深入。只能积累一点是一点。来提高知识的广度。 1.状态检测防火墙技术能够对 TCP协议 动态连接状态进行有效检测和防护。 2.分组密码工作模式有: ECB(电码本)模式是分组密码的一种最基本的工作模式。在该模式下,待处理信息被分为大小合适的分 ...
分类:
其他好文 时间:
2021-02-19 13:27:28
阅读次数:
0
import axios from "axios"; //第一种方式 export function request(config,success,failure) { const instance = axios.create({ baseURL:"http://123.207.32.32:800 ...
分类:
移动开发 时间:
2021-02-18 12:52:38
阅读次数:
0
vue.json { "Print to console": { "prefix": "vue", "body": [ "<template>", " <div>$0</div>", "</template>", "", "<script>", "export default {", " data ...
分类:
其他好文 时间:
2021-02-17 14:21:41
阅读次数:
0
https://frostytoolsuite.com/downloads.html 只支持Windows系统. 下载 Editor, 解压缩后启动FrostyEditor.exe, 选中游戏的执行文件例如 bf1.exe , 进入后按目录浏览打开音频文件, 点击工具栏上的Export即可. 支持的 ...
分类:
其他好文 时间:
2021-02-16 11:54:55
阅读次数:
0
#异常处理 异常处理 在公共配置模块添加异常处理器配置类 @ControllerAdvice @Slf4j public class GlobalExceptionHandler { @ExceptionHandler(Exception.class) //指定出现什么异常执行这个方法,此处指定的是 ...
分类:
其他好文 时间:
2021-02-15 12:12:59
阅读次数:
0
一、基础组件 export interface BaseProps { name: string; } export interface BaseState { age: number; } export class BaseComp<P extends BaseProps = any, S ext ...
分类:
其他好文 时间:
2021-02-15 11:51:28
阅读次数:
0
项目场景: 提示:axios发送get和post请求都提示: Access to script at ‘XXXX’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported ...
分类:
移动开发 时间:
2021-02-15 11:38:58
阅读次数:
0