码迷,mamicode.com
首页 >  
搜索关键字:configure    ( 6481个结果
sql调接口
--开启Sql Server 通讯配置--sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GOEXEC sp_confi ...
分类:数据库   时间:2018-11-24 17:58:51    阅读次数:316
nginx重新编译不停服
找到安装nginx的源码根目录,如果没有就下载新的安装包 tar xvzf nginx-1.3.2.tar.gz 查看ngixn版本极其编译参数 /usr/local/nginx/sbin/nginx -V 进入nginx源码目录 cd nginx-1.3.2 以下是重新编译的代码和模块 ./con... ...
分类:其他好文   时间:2018-11-24 16:44:17    阅读次数:197
Nginx+Keepalived高可用负载均衡
1、[root@bogon keepalived-1.3.5]# ./configure --prefix=/usr/local/keepalived *** WARNING - this build will not support IPVS with IPv6. Please install l ...
分类:其他好文   时间:2018-11-24 15:40:19    阅读次数:307
路由器的远程连接和密码解密
配置步骤及思路:一.配置pc机的ipPC-PT:ip:192.168.1.1子网掩码:255.255.255.0网关:192.168.1.254二.在路由器上配置网关和密码enable进入系统模式configuretermonal进入全局配置模式interfaceGig0/0进入接口模式ipaddress192.168.1.254255.255.255.0配置网关noshutdown激活端口(思科
分类:其他好文   时间:2018-11-23 18:37:53    阅读次数:212
编写Nginx服务控制脚本
./configure \ user=www \ group=www \ prefix=/application/nginx \ sbin path=/application/nginx/sbin \ conf path=/application/nginx/conf/nginx.conf \ er ...
分类:其他好文   时间:2018-11-23 12:41:40    阅读次数:152
php7 安装redis扩展
#下载PHPredis扩展wget https://github.com/nicolasff/phpredis/archive/3.1.0.tar.gz#解压tar zxvf 3.1.0.tar.gzcd phpredis-3.1.0/在当前目录下生成configure配置文件/usr/local/ ...
分类:Web程序   时间:2018-11-22 11:46:20    阅读次数:306
strongswan--插件的加载
strongswan有许多插件,这些插件可以在配置阶段(执行./configure)使能或禁止,编译后,插件动态加载。 以stroke插件为例,stroke插件通过函数plugin_t *stroke_plugin_create()函数创建,然而,搜索整个工程代码,却找不到调用的地方。那么,stro ...
分类:其他好文   时间:2018-11-22 11:43:46    阅读次数:306
Linux centos 7 环境下搭建vue开发环境
下载node.js安装包 #wget https://npm.taobao.org/mirrors/node/v10.13.0/node-v10.13.0.tar.gz #tar -zxvf node-v10.13.0.tar.gz #cd node-v10.13.0 #./configure #m ...
分类:系统相关   时间:2018-11-22 02:57:58    阅读次数:1318
asp.net Core 跨域配置
1.添加中间件 在ConfigureServices中添加 在 Configure中添加 ...
分类:Web程序   时间:2018-11-21 18:34:35    阅读次数:241
[运维工具]linux下远程桌面rdesktop安装和使用
依然是解压 configure make make install 这些步骤 -f是全屏,退出全屏是CRTL+ALT+ENTER 记录一个linux下 的类crt xmanager工具 http://sourceforge.net/projects/pacmanager/files/ ...
分类:系统相关   时间:2018-11-21 16:19:46    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!