type Location = { //这是一个location pathname: Pathname; search: QueryString; query: Query; state: LocationState; action: Action; key: LocationKey;};class ...
分类:
其他好文 时间:
2021-04-13 12:11:38
阅读次数:
0
1.实验内容 1.1 自己实现的SM3算法的结果与OpenSSL的结果比对是否一致 1.2 自己实现的SM4算法加密的,OpenSSL的SM4算法解密,或者相反 1.3 自己实现的SM2算法签名,OpenSSL的SM2算法验签,或者相反 2. 出现的错误及解决办法 ...
分类:
编程语言 时间:
2021-04-13 11:47:10
阅读次数:
0
开发时使用,生产环境关闭 1.Adding devtools to your project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:
其他好文 时间:
2021-04-08 13:37:40
阅读次数:
0
在常规 Web 的开发流程之中,当开发步入尾声时就需要部署应用到服务器上,Angular 部署上还算简单。经过测试,部署平均用时在5分钟左右,主要受限于 GitHub 海外服务器的网速。 一、Angular 部署文件的产生 首先,需要先使用构建命令 ng build --prod ,官网上指出采用生 ...
分类:
其他好文 时间:
2021-04-08 13:15:44
阅读次数:
0
最近尝试了一下 GitHub 提供的自动化工具 Actions,简单实现了一下 CI/CD。 配置文件需要放在 Repo 对应的目录下:.github/workflows/deploy.yml deploy.yml 具体内容如下: name: Deploy on: push: branches: [ ...
分类:
Web程序 时间:
2021-04-07 11:13:16
阅读次数:
0
11.3 使用Spring实现AOP 方式三:使用注解实现! <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www ...
分类:
编程语言 时间:
2021-04-06 14:07:51
阅读次数:
0
进入查看:2021-2022学年英语周报九年级答案汇总 1. 毕竟,这个孩子太小还不能上学。After all, the kid is too young to go to school.2. 我来自中国。I come from China.3. 我的梦想会实现的。My dream will com ...
分类:
其他好文 时间:
2021-04-02 13:22:14
阅读次数:
0
记录编译开始时间(自己的脚本一定要放在最前面,否则项目不会使用修改完成后的内容) # Type a script or drag a script file from your workspace to insert its path. app_build_time_path=${SRCROOT}/ ...
分类:
移动开发 时间:
2021-04-02 13:04:47
阅读次数:
0
1 MySQL 1.1 安装 在root用户权限下 # 创建mysql用户和用户组,同时禁止登陆 shell> groupadd mysql shell> useradd -r -g mysql -s /bin/false mysql # tar解压mysql压缩包,同时把他移到你向安装的位置 sh ...
分类:
数据库 时间:
2021-04-01 13:30:26
阅读次数:
0
Hello, Mr. Houben, this is Zhou Yanzhuo. I returned to China after being in quarantine for a month before I was able to contact people. Now I have fin ...
分类:
其他好文 时间:
2021-04-01 13:16:40
阅读次数:
0