安装是需要的环境 一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装: yum install gcc-c++ 二. PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expres ...
分类:
其他好文 时间:
2021-04-06 14:41:24
阅读次数:
0
Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find ...
分类:
其他好文 时间:
2021-04-06 14:21:02
阅读次数:
0
1、Linux 安装 $ wget https://github.com/liexusong/php-beast/archive/master.zip $ unzip master.zip $ cd php-beast-master $ phpize $ ./configure $ sudo mak ...
分类:
Web程序 时间:
2021-03-29 11:41:35
阅读次数:
0
异常断电关机等特殊情况所导致数据库损坏,出现数据库质疑的问题,使用如下办法进行解决: use master go sp_configure 'allow updates', 1 reconfigure with override go alter DATABASE 质疑数据库名 SET EMERGE ...
分类:
数据库 时间:
2021-03-18 14:08:32
阅读次数:
0
import numpy as np import nvector as nv # 基于 geopandas 取 postgis数据 sql = 'SELECT * FROM node_table' g_out = gpd.read_postgis(sql=sql, con=pgisCon, geo ...
分类:
其他好文 时间:
2021-03-17 14:58:34
阅读次数:
0
Linux系统安装python3.8与卸载教程 一、安装python解释器 1.获取系统版本信息 首先,查看Linux系统版本信息: [root@oldboy ~] # cat /proc/version Linux version 4.18.0-240.1.1.el8_3.x86_64 (mock ...
分类:
编程语言 时间:
2021-03-15 10:43:37
阅读次数:
0
SSM小书城整合,新手框架整合练习 所有文件都在github(https://github.com/laowenruo/SSM-library) 本项目主要用于用于新手刚入门Spring,Mybatis,SpringMVC框架后,需要小练手整合一下,熟悉完框架之后,还是可以深入学习一下或者学下Spr ...
分类:
其他好文 时间:
2021-03-09 13:07:12
阅读次数:
0
配置文件 flume-taildir-logger.conf: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1. ...
分类:
其他好文 时间:
2021-03-08 13:38:15
阅读次数:
0
flume-netcat-logger.conf 文件编写: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/configure the source a1.s ...
分类:
Web程序 时间:
2021-03-06 14:54:47
阅读次数:
0
.net core 和.net framework上传文件有很多需要注意的地方 .net framework 上传文件用httppostedfilebase .net core 上传文件用 IFormFile 一、首先需要配置在startup 中的Configure方法内新增以下代码 app.Use ...
分类:
Web程序 时间:
2021-03-06 14:14:25
阅读次数:
0