yiduzixin@163.com | 发布于 2018-10-22 14:58:07 | 阅读量 1697 |
发布于 2018-10-22 14:58:07 |

https://blog.csdn.net/yabingshi_tech/article/details/46834135#commentBox


> use admin
switched to db admin
> db.createRole({role:'sysadmin',roles:[],
privileges:[
{resource:{an
继续阅读
yiduzixin@163.com | 发布于 2018-10-19 10:31:01 | 阅读量 83 |
发布于 2018-10-19 10:31:01 |

vim upstream_test.conf

upstream imooc {
	server 116.62.103.228:8001;
	server 116.62.103.228:8002;
	server 116.62.103.228:8003;
}

server {
	listen 80;
	server_name localhost jeson.t.imooc.io;

	
继续阅读
yiduzixin@163.com | 发布于 2018-10-17 08:37:35 | 阅读量 78 |
发布于 2018-10-17 08:37:35 |

vim -b /etc/yum.repos.d/nginx.repo

[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1
yum -y --enablerepo=nginx install nginx
nginx -v
#查看编译的参数
ngin
继续阅读
yiduzixin@163.com | 发布于 2018-10-13 10:36:13 | 阅读量 40 |
发布于 2018-10-13 10:36:13 |

官方文档:

https://www.zabbix.com/documentation/4.0/manual/api

api libaries:

http://zabbix.org/wiki/Docs/api/libraries

github:

https://github.com/lukecyca/pyzabbix

examples:

https://github.co

继续阅读
yiduzixin@163.com | 发布于 2018-10-12 09:54:11 | 阅读量 23 |
发布于 2018-10-12 09:54:11 |


继续阅读
yiduzixin@163.com | 发布于 2018-10-11 14:19:24 | 阅读量 55 |
发布于 2018-10-11 14:19:24 |

解决办法:

 

1. 下载http://download.oracle.com/otn/nt/instantclient/11204/instantclient-basic-windows.x64-11.2.0.4.0.zip

2. Navicat --> 工具 --> 选项... --> 其他 --> OCI, 

OCI library(oci.dll)*: 选择 D:\

继续阅读
yiduzixin@163.com | 发布于 2018-10-11 13:57:43 | 阅读量 43 |
发布于 2018-10-11 13:57:43 |

下载:https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html?intcmp=ocom-hp-0818

Oracle56722

解决:

将以上所有文件拷贝到  D:\迅雷下载\wi

继续阅读
yiduzixin@163.com | 发布于 2018-10-07 12:01:42 | 阅读量 41 |
发布于 2018-10-07 12:01:42 |

配置密钥:

ssh-keygen

Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa): 
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your i
继续阅读
yiduzixin@163.com | 发布于 2018-10-02 14:28:01 | 阅读量 382 | ? ffmpeg ?
发布于 2018-10-02 14:28:01 | ? ffmpeg ?

下载yasm(一款汇编器)

/home/ishangsoft
wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz

安装yasm

tar zxvf yasm-1.3.0.tar.gz
cd yasm-1.3.0
./configure
make && make install

下载ffmpeg-3.

继续阅读
yiduzixin@163.com | 发布于 2018-08-30 17:51:43 | 阅读量 198 |
发布于 2018-08-30 17:51:43 |

 

cd /home/ishangsoft/
wget http://down.i.my71.com/ez_setup.py
python ez_setup.py
easy_install-2.7 --upgrade pip
pip --version

 参考:

https://www.jb51.net/article/107475.htm

继续阅读