1,C程序设计语言(权威经典) 2.C标准库(权威经典) 3.C程序设计经典教程(基础入门) 4.C语言程序设计 现代方法(基础入门) 5.C Primer Plus(基础入门) 6.21天学通C语言(基础入门) ??7.C专家编程(高手进阶)?? ...
分类:
编程语言 时间:
2015-01-28 22:42:22
阅读次数:
364
[oracle@racnode oracle]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed Jan 28 17:22:41 2015Copyright (c) 1982, 2009, Oracle. All r...
分类:
其他好文 时间:
2015-01-28 19:39:35
阅读次数:
259
$ORACLE_SID决定spfile dbs默认在启动Oracle数据库时报错,如下:[oracle@localhost ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Sat Feb 16 19:43:43 20...
分类:
数据库 时间:
2015-01-28 08:24:00
阅读次数:
231
不知怎么的oracle12c竟然无法连接了,如下所示:SQL*Plus: Release 12.1.0.2.0 Production on 星期日 1月 25 20:37:492015Copyright (c) 1982, 2014, Oracle. All rights reserved.请输入用...
分类:
其他好文 时间:
2015-01-27 01:49:19
阅读次数:
240
装完了Oracle 10g数据库,忘了给scott账户解锁。这时可以在sql plus工具里(开始|所有程序||应用程序开发|SQL Plus),也可以在控制台通过命令行给scott账户解锁。 在第一种情况下,以system账户+自己安装时设置的密码,登录SQL Plus,然后使用命令“alt...
分类:
数据库 时间:
2015-01-26 22:37:16
阅读次数:
209
iPhone各种尺寸iPhone 6 Plus 736x414 points 2208x1242 pixels 3x scale 1920x1080 physical pixels 401 physical ppi 5.5"iPhone 6 667x375 poi...
分类:
其他好文 时间:
2015-01-26 19:05:42
阅读次数:
215
不知怎么的oracle12c竟然无法连接了,如下所示:
SQL*Plus: Release 12.1.0.2.0 Production on 星期日 1月 25 20:37:492015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
请输入用户名: system
输入口令:
ERROR:
ORA-12560...
分类:
其他好文 时间:
2015-01-26 10:24:01
阅读次数:
215
本文引自:http://songlee24.github.io/blog/2014/09/02/c-plus-plus-jin-jie-zhi-xu-han-shu-biao/C++通过继承(inheritance)和虚函数(virtual function)来实现多态性。所谓多态,简单地说就是,将...
分类:
编程语言 时间:
2015-01-26 08:52:08
阅读次数:
330
第三章
1. 字符串格式化
>>>format="hello %s %s world"
>>>values=('world','hot')
>>>print format % values #也可以接收单个字符串也
也可以用%f %d这类的类似与c的printf
匹配多个参数的时候应该用圆括号
>>>'%s plus %s equals %s' %(...
分类:
编程语言 时间:
2015-01-24 21:26:08
阅读次数:
175
逻辑备库是在物理备库的基础上搭建的,所以需要先搭建好物理备库。
备库执行如下操作:
[oracle@localhost ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production onFri Nov 7 15:03:30 2014
Copyright (c) 1982, 2011, Oracle. All right...
分类:
其他好文 时间:
2015-01-23 23:02:07
阅读次数:
186