1. 解决办法: 2. 解决办法: 3. 还有可能出现: 错误提示:./configure: error: the HTTP cache module requires md5 functionsfrom OpenSSL library. You can either disable the mod ...
分类:
其他好文 时间:
2019-05-01 18:28:41
阅读次数:
188
SSL相关的配置加到了nginx的配置文件中后,nginx竟然启动不起来了 于是用如下命令测试问题所在: /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 其中,/usr/local/nginx/sbin/nginx 是我 ...
分类:
Web程序 时间:
2019-04-28 20:30:10
阅读次数:
921
打开Android SDK manager查看安装发现HAXM在windows上无法安装 可以去 http://www.androiddevtools.cn/index.html 下载 Android SDK Extras , 然后解压 Hardware_Accelerated_Execution_ ...
分类:
移动开发 时间:
2019-04-28 18:51:17
阅读次数:
184
Requires Unity 2018.2.6 or higher.The first battle royale game starter kit on Asset Store, all system are based on UnitZ UNET but has been modified wi ...
分类:
编程语言 时间:
2019-04-28 09:40:56
阅读次数:
258
一、说明: 搭建Redis集群时,安装 报错: redis requires Ruby version >= 2.2.2的报错,查了资料发现是Centos默认支持ruby到2.0.0,可gem 安装redis需要最低是2.2.2 二、解决办法: 解决:分别执行: curl -sSL https:// ...
分类:
其他好文 时间:
2019-04-26 14:52:08
阅读次数:
126
1.the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37 原因是nginx缺少http_ssl_module模块,编译安装时带上--with-http_ssl_module配置就 ...
分类:
其他好文 时间:
2019-04-26 00:14:57
阅读次数:
144
报错 解决 重新安装依赖 编译 打完收工~ ...
分类:
其他好文 时间:
2019-04-24 14:36:16
阅读次数:
124
I'm calling an ASP.NET web service from an ASP.NET web application. The two applications are on different servers. The web service requires SSL and pr ...
分类:
其他好文 时间:
2019-04-22 19:32:18
阅读次数:
198
最近写spring事务时用到REQUIRES_NEW遇到一些不回滚的问题,所以就记录一下。 场景1:在一个服务层里面方法1和方法2都加上事务,其中方法二设置上propagation=Propagation.REQUIRES_NEW,方法1调用方法2并且在执行完方法2后抛出一个异常,如下代码 1 @S ...
分类:
编程语言 时间:
2019-04-15 16:39:51
阅读次数:
242
手动管理Python包的版本号一段时间后,寻求自动化的手段,是自然而然的。 手动管理版本 手动管理Python包的版本,需要注意两个方面: 关于第一点,可以参考《PEP 440 -- Version Identification and Dependency Specification》; 关于第二 ...
分类:
编程语言 时间:
2019-04-09 18:57:25
阅读次数:
478