安装三个必要依赖包yum install gcc zlib-devel openssl-devel上传安装包,创建一个/tmp目录下,然后解压,将/etc/ssh/目录移动到本地解压安装包,进入安装目录./configure --prefix=/usr --sysconfdir=/etc/ssh卸载 ...
分类:
其他好文 时间:
2020-06-07 11:03:21
阅读次数:
380
在已经编译安装好php7场景下 安装php openssl扩展 yum install openssl-devel #要安装这个,否则报错configure: error: Cannot find OpenSSL's <evp.h> centos cd /root/php7/php-7.2.31/e ...
分类:
Web程序 时间:
2020-06-06 18:37:11
阅读次数:
65
NET CORE 3.1多语言 控制器多语言ConfigureServices 1 services.AddLocalization(o => { o.ResourcesPath = "Resources"; }); services.AddMvc(); Configure 2 IList<Cult ...
分类:
Web程序 时间:
2020-06-05 20:59:06
阅读次数:
99
参考文档: https://www.cnblogs.com/Allen0910/p/6629507.html https://blog.csdn.net/dupeng0811/article/details/90616546 首先需要在 Configure 方法中的默认路由配置下边添加区域路由配置 ...
分类:
Web程序 时间:
2020-06-04 19:57:25
阅读次数:
241
1、 wget -c https://www.cpan.org/src/5.0/perl-5.30.3.tar.gz tar zxvf perl-5.30.3.tar.gz cd perl-5.30.3/ ./Configure -des -Dprefix=/home/dongjiangxing/0 ...
分类:
系统相关 时间:
2020-06-03 23:08:34
阅读次数:
200
1、报错configure: error: Cannot locate mysql client library. Please check your mysql installation 安装一个包就可以了 dnf install MariaDB-devel 上面这个包名MariaDB-devel ...
分类:
数据库 时间:
2020-06-02 17:20:31
阅读次数:
84
HttpSecurity 常用方法及说明 方法说明 openidLogin() 用于基于 OpenId 的验证 headers() 将安全标头添加到响应 cors() 配置跨域资源共享( CORS ) sessionManagement() 允许配置会话管理 portMapper() 允许配置一个P ...
分类:
编程语言 时间:
2020-06-02 13:01:14
阅读次数:
175
##1. 随便创建PhysicalDataModel ##2. 配置DataSource 创建PDM之后, 顶部菜单项会增加Database选项,选择Configure Connections选项 连接种类有2种,ODBC和Profiles,Mysql只支持Odbc和Profiles下的JDBC,这 ...
分类:
其他好文 时间:
2020-06-02 00:07:47
阅读次数:
132
编写spring的配置文件: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLS ...
分类:
其他好文 时间:
2020-06-01 23:29:30
阅读次数:
61
安装Django3后不想折腾mysqlclient那堆库文件,直接装了pymysql替代mysqlclient,报错:django.core.exceptions.ImproperlyConfigured mysqlclient 1.3.13 or newer is required; you ha ...
分类:
数据库 时间:
2020-06-01 13:33:57
阅读次数:
112