EXEC sp_configure 'show advanced options', '1'; GO RECONFIGURE; GO EXEC sp_configure 'clr enabled', '1'; GO RECONFIGURE; EXEC sp_configure 'show advan... ...
分类:
其他好文 时间:
2019-10-14 12:59:57
阅读次数:
79
xtrabackup参考文章 https://www.cnblogs.com/linuxk/p/9372990.html 下载5.7的mysql 社区版包 https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.25-1.el7.x86_64.rpm... ...
分类:
数据库 时间:
2019-10-14 12:35:21
阅读次数:
109
<! TOC "开发环境" "打开VS,建立项目" "项目结构" "修改 StartUp 类代码" "ConfigureServices方法" "Configure方法" "为开发环境和生产环境配置不同的 Startup" "新建一个Controller" "F5运行" "完" <! /TOC 图文 ...
以gzip这个模块为例,讲述一下,在nginx中如何安装新的模块 1、首先查看nginx已经安装了哪些模块。 nginx –V 2、发现没有gzip模块,安装 进入nginx的安装目录中,不是nginx的软件目录。 在已有模块种写上要安装的模块,执行下边的命令 ./configure \ --pre ...
分类:
其他好文 时间:
2019-10-14 10:33:11
阅读次数:
83
以gzip这个模块为例,讲述一下,在nginx中如何安装新的模块1、首先查看nginx已经安装了哪些模块。nginx–V2、发现没有gzip模块,安装进入nginx的安装目录中,不是nginx的软件目录。在已有模块种写上要安装的模块,执行下边的命令./configure\--prefix=/usr/local/ywgh/nginx\--http-client-body-temp-path=/tmp
分类:
其他好文 时间:
2019-10-14 10:31:41
阅读次数:
99
使用 nginx 搭建一个 http2 的站点,准备所需: 1,域名 .com .net 均可(国内域名需要 icp 备案) 2,云主机一个,可以自由的安装配置软件的服务器 3,https 证书 http2 基于 https ,所以先配置好 https 访问 本文以 阿里云 ecs 操作系统 Cen ...
分类:
Web程序 时间:
2019-10-13 12:39:00
阅读次数:
93
最近需要用curl来发送http请求,遇到了不少问题,查了不少资料,都是零零散散的,现在总结下。 1、移植编译 1 ./configure --prefix=$(PWD)/build --host=arm-XXX-linux;make ;make install 这步基本都没有问题,生成的动态链接库 ...
分类:
Web程序 时间:
2019-10-11 20:21:46
阅读次数:
142
第一步:打开浏览器下载,再上传到centOS系统中 或者在 centOS系统输入: 第二步:解压 第三步:配置 如果出现./configure: error: the HTTP rewrite module requires the PCRE library.You can either disab ...
分类:
其他好文 时间:
2019-10-11 18:47:30
阅读次数:
119
PHP编译安装时常见错误解决办法,php编译常见错误 configure: error: xslt config not found. Please reinstall the libxslt = 1.1.0 distribution 复制代码 代码如下: yum y install libxslt ...
分类:
Web程序 时间:
2019-10-10 10:33:57
阅读次数:
100
原文章:https://blog.csdn.net/weixin_42135441/article/details/82743893 1.下载php5.4和pthreads并解压。 # wget http://www.php.net/distributions/php-5.4.36.tar.gz # ...
分类:
Web程序 时间:
2019-10-09 15:18:47
阅读次数:
192