安装PHP7.4找不到 No package 'oniguruma' found debian或ubuntu安装oniguruma组件 git clone https://github.com/kkos/oniguruma.git oniguruma cd oniguruma ./autogen.s ...
分类:
Web程序 时间:
2020-03-24 19:14:05
阅读次数:
975
解决方法: 1,在命令行中输入: export PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/X11R6/bin 这样可以保证命令行命令暂时可以使用。命令执行完之后先不要关闭终端。 2,输入 cd ~/ 进入当前用户的home目录。 3,创建bash_profile ...
分类:
其他好文 时间:
2020-03-23 11:22:27
阅读次数:
83
centos7中安装java环境,在安装前先查看有无安装过java环境。直接运行java命令,会提示命令未找到,则是没有安装过java环境。 java [root@zixuephp ~]# java -bash: java: command not found 也可以通过rpm命令查看: bash ...
分类:
编程语言 时间:
2020-03-22 14:21:31
阅读次数:
91
1、常用的Http状态码: 状态码 状态 具体描述 200 OK 客户端请求成功 400 Bad Request 客户端请求有语法错误,不能被服务器所理解 401 Unauthorized 服务器收到请求,但是拒绝提供服务 404 Not Found 请求资源部存在 500 Internal Ser ...
基础正则 ^ * 以什么开头 ``` [root@wenhaha wenhaha]# cat wenhaha1.txt 123343 3423543 45345 345 wenhaha wenhaha wehan wehshdf -bash: ech: command not found [root ...
分类:
其他好文 时间:
2020-03-17 19:35:13
阅读次数:
68
Error occurred during initialization of boot layerjava.lang.module.FindException: Module Myjava not found 今天java项目突然报错,最后测试一小时。 最后最后,才发现,原来我换了jre,但是机器 ...
分类:
系统相关 时间:
2020-03-17 11:29:45
阅读次数:
98
安装 composer require symfony/psr-http-message-bridge composer require zendframework/zend-diactoros composer require laminas/laminas-diactoros 如果你的larav ...
分类:
Web程序 时间:
2020-03-17 08:32:07
阅读次数:
263
# 使用npm安装newman命令 ~$ npm install newman --global ... /root/node-v6.9.1-linux-x64/bin/newman -> /root/node-v6.9.1-linux-x64/lib/node_modules/newman/bin ...
分类:
其他好文 时间:
2020-03-15 22:30:06
阅读次数:
252
常规的解决方案见:https://www.cnblogs.com/shaoyu/p/11477125.html 问题:当xml文件在src/main/java目录下时,在application.yml中配置Mapper文件路径无效,当xml文件在resource下时路径有效,原因不明。 我通过上面连 ...
分类:
其他好文 时间:
2020-03-15 13:26:13
阅读次数:
51
I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
分类:
Web程序 时间:
2020-03-14 20:19:06
阅读次数:
93