登录数据库,提示:
ora11g>sqlplus dcsopen/dcsopen1
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jan 5 18:49:31 2015
Copyright (c) 1982, 2009, Oracle. All rights reserved.
ERROR:
ORA-01034: ORACLE not...
分类:
其他好文 时间:
2015-01-05 22:02:41
阅读次数:
184
You cannot write to lib/, however you do not need to.You can write to any non-reserved location within your your application's private storage area, a...
分类:
移动开发 时间:
2015-01-05 18:00:43
阅读次数:
143
http://blog.csdn.net/embeddedman/article/details/7429976首先由一个程序引入话题:1//环境:vc6+windowssp22//程序13#include45usingnamespacestd;67structst18{9chara;10intb;...
分类:
编程语言 时间:
2015-01-05 10:46:37
阅读次数:
164
原文链接 1 /* 2 * Copyright 徐洪志(西北农林科技大学.信息工程学院). All rights reserved. 3 * Data: 2012-4-20 4 */ 5 // 6 // 此程序是演示了1D和2D纹理存储器的使用 7 #include 8 #inc...
分类:
其他好文 时间:
2015-01-04 18:44:24
阅读次数:
255
//// UIActivityIndicator.m// ToolBar//// Created by lanouhn on 15/1/3.// Copyright (c) 2015年 niutiantian. All rights reserved.//#import "UIActivityInd...
分类:
其他好文 时间:
2015-01-04 17:03:29
阅读次数:
173
//// MJViewController.m// UITableView-编辑模式//// Created by mj on 13-4-11.// Copyright (c) 2013年 itcast. All rights reserved.//#import "MJViewContro...
分类:
移动开发 时间:
2015-01-02 23:40:43
阅读次数:
263
CLI封装涉及内存对齐的结构体时,使用的是StructLayoutAttribute,指定Pack为1、4、8等属性。
【1】C++导出函数,使用 1位对齐
#pragma pack(push)
#pragma pack(1)
typedef struct _testStru2
{
int iVal;
char cVal;
__int64 llVal;
}testStru2;...
分类:
编程语言 时间:
2015-01-01 17:24:12
阅读次数:
336
输入代码:
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称:sum123.cpp
*作 者:林海云
*完成日期:2014年12月30日
*版 本 号:v2.0
*
*问题描述:写一个函数gotbaha, 验证“每个不小于6的偶数都是两个奇素数之和”,输入一个不小于6的偶数n,找...
分类:
其他好文 时间:
2014-12-30 19:09:43
阅读次数:
162
先附源码:
/*
* Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*...
分类:
编程语言 时间:
2014-12-30 17:07:31
阅读次数:
218
新手刚用Git,Push的时候出现错误:To ssh://*******.com/HRC e06a5d2..265df95 master -> master! [rejected] R8 -> R8 (non-fast-forward)! [rejected] reserved -> r...
分类:
其他好文 时间:
2014-12-29 18:19:06
阅读次数:
909