下载 wget xxxx 解压./configure --prefix=/usr/nginxmake && make install修改配置文件# fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;改成fastcgi_param S...
分类:
其他好文 时间:
2015-08-19 16:19:06
阅读次数:
138
In SSMS in the Object Explorer, right click on the database right-click and pick "Tasks" and then "Generate Scripts".This will allow you to generate s...
分类:
数据库 时间:
2015-08-19 14:50:00
阅读次数:
179
wp-includes/cache.phpwp-includes/capabilities.phpwp-includes/class-IXR.php:Incutio XML-RPC库。包括了 XML RPC支持函数。由http://scripts.incutio.com/xmlrpc/提供支持。wp...
分类:
其他好文 时间:
2015-08-19 08:11:59
阅读次数:
131
1、 进入虚拟linux系统中,vim/etc/sysconfig/network-scripts/ifcfg-eth0,里面保留以下内容即可:DEVICE=eth0//使用的网卡标识BOOTPROTO=none//这里表示开机协议,有三种(dhcp,static,none)dhcp表示自动获取ip...
分类:
其他好文 时间:
2015-08-18 15:56:33
阅读次数:
114
第1步:当安装完红帽RHEL7系统安装完成,您的网卡命名是这样的。第2步:请编辑网卡的配置文件将”/etc/sysconfig/network-scripts/ifcfg-eno16777736“的NAME参数项修改为eth0。请不了解红帽RHEL7新版系统的新手读者先看下vim文本编辑器,【Vim编辑器使用方法】。第3步:将网卡配..
分类:
其他好文 时间:
2015-08-17 19:54:13
阅读次数:
690
pydiction简介pydiction是一段python代码自动补全的脚本,它可以实现如下功能:1、python关键字补全2、函数补全3、模块补全4、模块内部函数、变量补全5、被引入模块的子模块补全下载地址:http://vim.sourceforge.net/scripts/script.php?script_id=850Vim配置版本要求:vim-7...
分类:
编程语言 时间:
2015-08-16 23:26:51
阅读次数:
210
How-to-connection-ns-outside
环境配置
网络接口
vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=10.20.0.10
NETMASK=255.255.255...
分类:
其他好文 时间:
2015-08-16 15:16:02
阅读次数:
119
1. taglist1.1 安装ctagsyum search ctagsyum install ctags.x86_641.2 安装 taglist下载地址 http://www.vim.org/scripts/script.php?script_id=273解压之后,拷贝到 $VIM/vimfi...
分类:
系统相关 时间:
2015-08-16 13:43:44
阅读次数:
403
saltstack的深入-管理python-pip操作内容:
一、基础环境
1、使用tvm-saltmaster操作
2、网络:
eth0:host-only(用于虚拟内网,手动固定IP,这样从宿主机可以直接连接到这个vm)
eth1:NAT(用于上外网,动态IP)
[root@tvm-zabbix~]#cd/etc/sysconfig/network-scripts/
[roo..
分类:
编程语言 时间:
2015-08-14 19:28:48
阅读次数:
3111
[root@shaw?~]#vim?scripts/ftp_sync.py
#!/bin/env?python
import?os,sys,shutil
SDIR?=?‘/ftp/xiantu/tmp/‘
DDIR?=?‘/ftp/shaw/soft/‘
os.system(‘cd‘)
os.system(‘/bin/ls?%s?>?sdirlist.txt‘?%SD...
分类:
编程语言 时间:
2015-08-14 17:19:29
阅读次数:
152