上一页 1 2 3 4 5 6 7 ··· 21 下一页
  2019年2月25日
摘要: ###oracle dg 报错提示 涉及硬盘错误 Dec 23 03:28:01 xhisdg rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="4554" x-info="http://www.rsyslog.com"] 阅读全文
posted @ 2019-02-25 21:32 90500042陈 阅读(1535) 评论(0) 推荐(0)
摘要: Rhel 将光盘挂载动作 操作部分1 挂载光盘 https://jingyan.baidu.com/article/e52e3615a9c19440c60c5121.html ls -l /dev | grep cdrom mount /dev/cdrom /mnt 51 cd /tmp/ 52 l 阅读全文
posted @ 2019-02-25 14:47 90500042陈 阅读(207) 评论(0) 推荐(0)
  2019年1月25日
摘要: Centos部署vnc [root@etl ~]# vncserver -kill :1 命令: service vncserver restart chkconfig --list vncserver chkconfig vncserver on vncserver 部署vnc yum install -y tigervnc tigervnc-server vi /etc/sysconf... 阅读全文
posted @ 2019-01-25 11:20 90500042陈 阅读(262) 评论(0) 推荐(0)
  2019年1月17日
摘要: Sqluldr2 libclntsh.so报错处理 处理报错 [oracle@oracledg tmp]$ ./sqluldr2linux64.bin ./sqluldr2linux64.bin: error while loading shared libraries: libclntsh.so: 阅读全文
posted @ 2019-01-17 11:04 90500042陈 阅读(2780) 评论(0) 推荐(0)
  2019年1月16日
摘要: 时间更新方法 如果pc有外网环境 简易部署方式 外网环境此处写ntp1.aliyun.com 如果你是纯内网环境 服务器可以写172.20.91.54 点击立即更新 如果立即更新显示失败的话需要多点几次 阅读全文
posted @ 2019-01-16 15:27 90500042陈 阅读(596) 评论(0) 推荐(0)
  2019年1月10日
摘要: #将文件夹下文件拷贝到指定目录 将d盘下1文件夹内所有内容拷贝到测试目录下copy d:\1\ Z:\chenkai\测试目录\ /yxcopy D:\soft\svn工具 Z:\chenkai\测试目录\ /y /s /e xcopy D:\kingleeDBBackup Z:\zhengkai\ 阅读全文
posted @ 2019-01-10 10:54 90500042陈 阅读(1212) 评论(0) 推荐(0)
  2018年12月12日
摘要: 系统版本 centos6.9 配置方法 [local]name=localbaseurl=file:///home/systemimage/gpgcheck=1gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 阅读全文
posted @ 2018-12-12 15:10 90500042陈 阅读(2153) 评论(0) 推荐(0)
  2018年12月3日
摘要: 转载地址: Windows 2008 R2查看异常关机或开机事件ID https://blog.csdn.net/hejun1218/article/details/81059327 阅读全文
posted @ 2018-12-03 09:28 90500042陈 阅读(569) 评论(0) 推荐(0)
  2018年11月29日
摘要: --只能连接2个字符串select concat('nod',' chen is ') from dual; --连接2个列名select concat(name,ip2) from vm_info; --连接多个concatselect concat(name,ip1),concat(name,i 阅读全文
posted @ 2018-11-29 08:42 90500042陈 阅读(1104) 评论(0) 推荐(0)
  2018年11月27日
摘要: 1 查出列当中重复的值 select ip2,count(*) from vm_info group by ip2 having count(*)>1 期中ip2为列名 vm_info为表名 阅读全文
posted @ 2018-11-27 14:53 90500042陈 阅读(128) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 21 下一页