bash: service: command not found 解决步骤如下:1、 输入 yum list | grep initscripts 会出现: initscripts.x86_64 2、 上面给出了可安装软件的yum源版本,然后执行 yum install initscripts -y ...
分类:
其他好文 时间:
2020-05-16 19:09:58
阅读次数:
62
1、官网上下载allure压缩包,解压到本地文件夹(文件夹尽量为英文并且路径简单) 2、添加PATH环境变量 进入allure文件夹的bin目录下,会看到allure.bat文件,将此路径设置为系统环境变量path下 3、校验是否安装成功 在cmd中运行 allure命令,如下图所示即为安装成功 与 ...
分类:
编程语言 时间:
2020-05-16 14:03:16
阅读次数:
309
1. python3-pip installed but pip3 command not found? sudo apt install python3-pip 执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3 user@conti-del-lp-018:~/Documents/ba ...
分类:
编程语言 时间:
2020-05-15 15:47:00
阅读次数:
79
1. 前言 通常我们编写 Spring MVC 接口的范式是这样的: 这种我都写吐了,今天换个口味,使用 Spring 5 新引入的函数式端点( Functional Endpoints )来耍耍。 这种方式同样支持 Spring Webflux 。 请注意可使用该特性的 Spring 版本不低于 ...
分类:
编程语言 时间:
2020-05-15 13:46:08
阅读次数:
52
***************************APPLICATION FAILED TO START*************************** Description: Method mvcConversionService in org.springframework.boot ...
分类:
其他好文 时间:
2020-05-15 09:33:22
阅读次数:
50
解决方法1,给django降级 卸载django: pip uninstall django 安装低版本: pip install django==2.1.8 解决方法2,升级sqlite #更新SQLite 3 #获取源代码(在主目录中运行) [root@djangoServer ~]# cd ~ ...
分类:
数据库 时间:
2020-05-14 19:08:51
阅读次数:
114
解决办法删除package-lock.json文件写死package.json版本号 "vue-awesome-swiper": "^3.1.3", 删除node_modules重新安装过程本地拉取远程master代码,然后执行报这个错误,经查是本地vue-awesome-swiper版本不对,因为 ...
分类:
Web程序 时间:
2020-05-14 11:13:49
阅读次数:
478
通常在使用串口时,我们习惯是不进行奇偶检验(even/odd parity),让应用层的软件自己检验即可。如果非要硬件校验时,以下是关于NRF52832的奇偶检验配置: // 52832 仅支持 even parity (偶检验) NRF_UART0->CONFIG = UART_CONFIG_PA ...
分类:
其他好文 时间:
2020-05-14 10:42:38
阅读次数:
62
原来: # See smb.conf.example for a more detailed config file or # read the smb.conf manpage. # Run 'testparm' to verify the config is correct after # yo ...
分类:
系统相关 时间:
2020-05-14 01:54:38
阅读次数:
86
在本地环境中安装SVN window版本自行搜索图文教程。 linux版本(以我的 ubuntu 为例子) 我尝试直接敲SVN svn 报错 Command 'svn' not found, but can be installed with: apt install subversion Plea ...
分类:
其他好文 时间:
2020-05-13 16:56:06
阅读次数:
162