05 2018 档案

摘要:author:headsen chen date : 2018-05-31 17:59:04 notice:本文素材来自于:<< 笨方法学python >> 这本书,由本人重新整理如下: 1.print的用法: 习题 2: 注释和井号 习题 3: 数字和数学计算 名字如下:+ plus 加号- mi 阅读全文
posted @ 2018-05-31 18:04 开始认识 阅读(1191) 评论(0) 推荐(0) 编辑
摘要:author:headsen chen date:2018-05-30 17:24:55 notice:This article is created by headsen chen himself and not allowed to copy ,or you will count law que 阅读全文
posted @ 2018-05-30 17:49 开始认识 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:author:headsen chen date: 2018-05-30 10:50:56 notice:This article is created by headsen chen himself and no allowed to copy or you will count law ques 阅读全文
posted @ 2018-05-30 11:48 开始认识 阅读(237) 评论(0) 推荐(0) 编辑
摘要:DATAGUARD是通过建立一个PRIMARY和STANDBY组来确立其参照关系。 STANDBY一旦创建,DATAGUARD就会通过将主数据库(PRIMARY)的REDO传递给STANDBY数据库,然后在STANDBY中应用REDO实现数据库的同步。 有两种类型的STANDBY:物理STANDBY 阅读全文
posted @ 2018-05-16 17:25 开始认识 阅读(441) 评论(0) 推荐(0) 编辑
摘要:author:headsen chen date: 2018-05-15 13:49:21 在jerkins的主配置页面上: 注意:不用 安装什么报警邮件的插件。直接配置就可以了。 系统管理 > 系统设置 : 1,邮件管理员地址:选择发送邮件的这个地址 2,下面这个这样配置就可以了,不用选择测试邮件 阅读全文
posted @ 2018-05-15 14:08 开始认识 阅读(430) 评论(0) 推荐(0) 编辑
摘要:author :headsen chen date: 2018-05-14 16:20:30 一·查看字符集 字符集在系统中体现形式是一个环境变量,看当前终端使用字符集的有以下几种方式: 1: 1 2 [root@Testa-www tmp]# echo $LANG zh_CN.UTF-8 2: 1 阅读全文
posted @ 2018-05-14 16:29 开始认识 阅读(17102) 评论(0) 推荐(0) 编辑
摘要:1、快速更改国内yum源 2、安装必要的软件工具 3、清理开机自启动服务 4、更改ssh登录配置 5、将需要的普通用户加入到sudo权限里 [root@model ~]# visudo #等于 vim /etc/sudoers 两者修改的是同一个文件 6、解决普通用户命令找不到的问题普通用户与roo 阅读全文
posted @ 2018-05-14 12:10 开始认识 阅读(969) 评论(0) 推荐(0) 编辑
摘要:author : headsen chendate: 2018-05-11 09:50:23[root@localhost ~]# which vim /usr/bin/vim [root@localhost ~]# rpm -qf /usr/bin/vim vim-enhanced-7.4.160-1.el7.x86_64 [root@localhost ~]#rm -f /usr/bin/... 阅读全文
posted @ 2018-05-11 09:51 开始认识 阅读(796) 评论(0) 推荐(0) 编辑
摘要:author: headsen chen date: 2018-05-11 09:35:24 由于/usr/local/下只有root用户拥有权限读写,普通用户要想在此安装文件有两种方法: 1),# chmod -R 757 /usr/local/2),安装在该用户的家目录下 在家目录下安装过程: 阅读全文
posted @ 2018-05-11 09:39 开始认识 阅读(983) 评论(0) 推荐(0) 编辑
摘要:author:heansen chen date :2018-05-10 14:52:51 1、python程序的执行方式: 1.1、在终端输入python命令,就进入了Python的命令提示符中:>>>输入Python语句,解释器就会执行,并输出结果,如: [alex@alexon:~]$pyth 阅读全文
posted @ 2018-05-10 15:00 开始认识 阅读(267) 评论(0) 推荐(0) 编辑
摘要:author : headsen chen date:2018-05-10 10:27:16 oracle11g完成安装后,由于默认安装的时候无法指定字符集,所以手动修改字符集和10g版本一样的字符集 先查询数据库目前使用的字符集(这种字符集在使用中查询数据会出现乱码情况) SQL> select 阅读全文
posted @ 2018-05-10 10:30 开始认识 阅读(6846) 评论(0) 推荐(0) 编辑
摘要:手动的删除ORACLE数据库。 本人的做法: su - root lsnrctl stop kill -9 `ps -ef |grep oracle |grep -v grep |awk '{print $2}'` cd /oracle cp linux......1of2.zip /opt cp 阅读全文
posted @ 2018-05-09 17:19 开始认识 阅读(11116) 评论(0) 推荐(0) 编辑
摘要:ORA-12899: value too large for column "SOAU"."SJQY_QTSBSPEC"."PROPERTY_6" (actual: 566, maximum: 500) 在做数据迁移时,开发环境是Oracle11g UAT环境是Oracle 10g 在开发环境做数据 阅读全文
posted @ 2018-05-09 16:36 开始认识 阅读(2954) 评论(0) 推荐(0) 编辑
摘要:启动数据库时报错了! SQL> startup mount ORACLE instance started. Total System Global Area 608174080 bytes Fixed Size 1220844 bytes Variable Size 176164628 bytes 阅读全文
posted @ 2018-05-09 14:00 开始认识 阅读(20814) 评论(0) 推荐(0) 编辑
摘要:ORA-00845: MEMORY_TARGET not supported on this system报错解决 ORA-00845: MEMORY_TARGET not supported on this system报错解决 Oracle 11g数据库修改pfile参数后启动数据库报错ora- 阅读全文
posted @ 2018-05-09 11:59 开始认识 阅读(8824) 评论(0) 推荐(0) 编辑
摘要:ORA-01078: failure in processing system parameters & LRM-00109: could not open parameter file 安装了Oracle 11g后,启动数据库的过程中出现如下错误 SQL> startup ORA-01078: f 阅读全文
posted @ 2018-05-09 10:14 开始认识 阅读(12857) 评论(0) 推荐(0) 编辑
摘要:Oracle 11g数据库安装及配置 安装Oracle数据库: 安装Oracle数据库: 1)压缩包解压,双击运行win64_11gR2_database\database\setup.exe 2)输入电子邮件,点击“下一步” 3)选择“仅安装数据库软件”,点击“下一步” 4)选择“单实例数据库安装 阅读全文
posted @ 2018-05-09 09:18 开始认识 阅读(2950) 评论(0) 推荐(0) 编辑
摘要:1、下载Oracle 11g R2 for Windows的版本 下载地址:https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html 其中包括两个压缩包:win64_11gR2_databa 阅读全文
posted @ 2018-05-09 09:17 开始认识 阅读(555) 评论(0) 推荐(0) 编辑
摘要:author :headsen chen date :2018-05-07 16:24:34 安装前准备:1.1 安装依赖包:yum -y install wget net-snmp-devel OpenIPMI-devel httpd openssl-devel java lrzsz fping- 阅读全文
posted @ 2018-05-07 16:25 开始认识 阅读(271) 评论(0) 推荐(0) 编辑
摘要:author:headsen chen date:2018-05-04 11:01:08 1,在SVN服务器上,打开SVN的软件,在项目里新建一个文件夹。在Repositories下面 2,users中新建一个用户:test,并设置密码为test, 3,新建一个test的组,加入test用户。 4, 阅读全文
posted @ 2018-05-04 11:19 开始认识 阅读(9690) 评论(0) 推荐(0) 编辑
摘要:在装完Linux系统之后,建立Swap分区有两种方法。 1.新建磁盘分区作为swap分区2.用文件作为swap分区 (操作更简单,我更常用) 一、新建磁盘分区作为swap分区1. # swapoff -a #停止所有的swap分区 2. 用fdisk命令(例:# fdisk /dev/sdb)对磁盘 阅读全文
posted @ 2018-05-03 17:17 开始认识 阅读(9171) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示