码迷,mamicode.com
首页 >  
搜索关键字:grep: this version of pcre is not compiled with pcre_utf8 support    ( 29480个结果
vue3/4填坑(解决报错:Compiled with 1 warnings:warning Delete `?····` prettier/pret (0 errors, 2 warnings)
在我们初学vue3.0,修改vue-cli生成的HellowWorld.vue文件时就会出现这种报错(很容易才到这个坑)Compiled with 1 warnings:Module Warning (from ./node_modules/eslint-loader/index.js):warni ...
分类:其他好文   时间:2021-06-15 18:15:46    阅读次数:0
[LeetCode] 278. 第一个错误的版本
二分寻找边界 public class Solution extends VersionControl { public int firstBadVersion(int n) { int i = 1; int j = n; while (i<=j) { int mid = i + ((j-i)>>1 ...
分类:其他好文   时间:2021-06-15 18:12:30    阅读次数:0
9.文件的下载和上传
文件配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-ins ...
分类:Web程序   时间:2021-06-15 17:56:45    阅读次数:0
Linux环境下搭建Java Web 环境
一.安装jdk 1.执行以下命令,查看yum源中JDK版本 yum list java* 2.执行以下命令,使用yum安装JDK1.8 yum -y install java-1.8.0-openjdk* 3.执行以下命令,查看是否安装成功 java -version 二.安装MySQL数据库 1. ...
分类:编程语言   时间:2021-06-15 17:45:28    阅读次数:0
在Windows Docker中安装Redis
本文的前提是本地Docker环境已经配置成功,参考Windows 10安装Docker并使用私钥连接AWS EC2 1. 参考资料 https://hub.docker.com/_/redis https://redis.io/topics/config 2. 运行docker pull redis ...
分类:Windows程序   时间:2021-06-13 10:56:33    阅读次数:0
CentOS 安装 nginx 教程
CentOS 安装 nginx 教程 下载安装包 cd /usr/local wget http://nginx.org/download/nginx-1.19.8.tar.gz 安装依赖 yum install gcc-c++ yum install pcre yum install pcre-d ...
分类:其他好文   时间:2021-06-13 10:38:46    阅读次数:0
Redis学习六(java中使用redis)
1. jedis使用 依赖包 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>3.2.0</version> </dependency> 使用 public static vo ...
分类:编程语言   时间:2021-06-13 10:33:55    阅读次数:0
vue-点击切换li文本颜色
<!-- * @description 参数1 * @fileName shoppint * @author userName * @date 2021-06-12 17:02:03 * @version V1.0.0 !--> <!DOCTYPE html> <html lang="zh-CN"> ...
分类:其他好文   时间:2021-06-13 10:25:03    阅读次数:0
安装JDK
安装JDK 百度搜JDK8,下载电脑对应版本,安装 记住安装途径 配置环境变量 ? 我的电脑--右键--属性 ? 环境变量--JAVA_HOME ? 配置path变量 测试jdk是否安装成功 ? 打开运行--输入cmd--输入java-version ...
分类:其他好文   时间:2021-06-13 09:36:27    阅读次数:0
安装nginx出错the HTTP rewrite module requires the PCRE library
问题描述 报错信息如下所示: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrit ...
分类:Web程序   时间:2021-06-11 19:17:07    阅读次数:0
29480条   上一页 1 ... 7 8 9 10 11 ... 2948 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!