C++ Primer Plus 第6版字符串:是存储在内存的连续字节中的一系列字符。C++处理字符串的方式有2种:一、来自C语言、常被称为C-风格字符串(C-Style-string) 1)从字符数组--》字符串 存储在连续字节中的一系列字符意味着可以讲字符串存储在char数组中,其中每个字符都.....
分类:
编程语言 时间:
2014-09-02 17:18:14
阅读次数:
244
通过SQL*PLUS我们可以构建友好的输出,满足多样化用户需求。本例通过简单示例,介绍通过sql*plus输出xls,html两种格式文件.首先创建两个脚本:1.main.sql用以设置环境,调用具体功能脚本2.功能脚本-get_tables.sql为实现具体功能之脚本通过这样两个脚本可以避免spo...
分类:
数据库 时间:
2014-09-02 10:24:04
阅读次数:
221
问题描述
Given a non-negative number represented as an array of digits, plus one to the number.
The digits are stored such that the most significant digit is at the head of the list....
分类:
其他好文 时间:
2014-08-31 23:05:42
阅读次数:
390
关于C++ primer plus第七章的总结性学习笔记...
分类:
编程语言 时间:
2014-08-31 17:20:01
阅读次数:
187
转载自:数学的美学世界-人人小站Symbols+plus/'pl?s/-minus/'ma?n?s/±plus or minus/'pl?s ?:'ma?n?s/xmultiplied by/'m?lt?pla?d ba?//over; divided by/'??v?/ /d?'va?d?d/÷d...
分类:
其他好文 时间:
2014-08-31 15:45:21
阅读次数:
417
1.故障描述今天有空在Linux上安装了一台Oracle测试服务器,安装完成使用sysdba登陆的时候遇到问题[oracle@Database~]$sqlplus/assysdbaSQL*Plus:Release11.2.0.1.0ProductiononFriAug2922:32:462014Copyright(c)1982,2009,Oracle.Allrightsreserved.ERROR:ORA-12162:TNS:netser..
分类:
数据库 时间:
2014-08-29 16:15:59
阅读次数:
373
本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie
Plus One
Total Accepted: 17614 Total
Submissions: 55852My Submissions
Given a non-negative number represented as an array ...
分类:
其他好文 时间:
2014-08-29 02:53:26
阅读次数:
223
[ora11@lixora ~]$ !sql
sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Aug 27 09:50:54 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Datab...
分类:
其他好文 时间:
2014-08-27 13:08:18
阅读次数:
311
1 package com.twoslow.cha6; 2 3 import java.util.HashMap; 4 import java.util.Map; 5 6 public enum Operation { 7 8 PLUS("+") { 9 @Overr...
分类:
其他好文 时间:
2014-08-27 12:54:27
阅读次数:
246
错误的程序出现再第17章的499页ListItemCount()和500页的Traverse()两个函数上。原著包含所有函数定义的list.c如下: 1 #include 2 #include 3 #include "list.h" 4 5 static void CopyToNode(Item ....
分类:
其他好文 时间:
2014-08-26 22:39:06
阅读次数:
356