2016年10月26日

nginx入门篇----nginx服务器基础配置

摘要: 1、nginx.conf文件结构... #全局块 events{ ... } http #http块{ ... #http全局块 server #server块 { .... #server全局块 location [P] #location块 { .... } location [P] #loca 阅读全文

posted @ 2016-10-26 16:56 圆方精气神 阅读(442) 评论(0) 推荐(0)

oracle数据库备份和还原

摘要: ip导出方式:exp demo/demo@127.0.0.1:1521/orcl file=f:\f.dmp full=y备份:exp demo/demo@orcl file=f:\f.dmp full=y还原:imp demo/demo@orcl file=f:\f.dmp full=y igno 阅读全文

posted @ 2016-10-26 10:32 圆方精气神 阅读(114) 评论(0) 推荐(0)

oracle创建删除用户和表空间

摘要: 创建用户:sqlplus /nologconn / as sysdba;create user username identified by passwordgreant dba to username;select * from user_sys_privs; 查看当前用户所有权限select * 阅读全文

posted @ 2016-10-26 10:30 圆方精气神 阅读(2878) 评论(0) 推荐(0)

Centos 6.5安装oracle 11g

摘要: (添加host)一、Centos 6.5 安装图形界面 gnome # yum groupinstall "Desktop" # yum groupinstall "X Window System" # yum groupinstall "Font" #yum -y install nautilus 阅读全文

posted @ 2016-10-26 10:29 圆方精气神 阅读(258) 评论(0) 推荐(0)

nginx入门篇----安装、部署、升级

摘要: 1、安装前准备工作下载nginx安装包依赖包:gcc pcre pcre-level zlib zlib-devel openssl openss-level在线依赖包安装命令:yum -y install gcc gcc-gcc+ automake pcre pcre-level zlib zli 阅读全文

posted @ 2016-10-26 10:11 圆方精气神 阅读(230) 评论(0) 推荐(0)

导航