[ora11@lixora ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 8 09:57:50 2014
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g...
分类:
数据库 时间:
2014-10-08 12:59:25
阅读次数:
268
HotelTime Limit:10000MSMemory Limit:65536KTotal Submissions:859Accepted:280DescriptionZebel, the tour coordinator, has reserved a limited number of ho...
分类:
其他好文 时间:
2014-10-07 19:46:03
阅读次数:
305
第一步: 每一类资源用了多少内存。 select clerks.type, sum(clerks.virtual_memory_reserved_kb) as Reserve, sum(clerks.virtual_memory_committed_kb)as [Co...
分类:
数据库 时间:
2014-10-07 13:16:23
阅读次数:
211
编译一个游戏库时,遇到个奇怪的问题。一个模板函数,形参是按值传入的。编译时实参是内存对齐过的,无法通过,引发类似下面的错误:error C2719: '_Val': formal parameter with __declspec(align('16')) won't be aligned经查,vs...
分类:
其他好文 时间:
2014-10-07 03:26:02
阅读次数:
292
HotelTime Limit:10000MSMemory Limit:65536KTotal Submissions:859Accepted:280DescriptionZebel, the tour coordinator, has reserved a limited number of ho...
分类:
其他好文 时间:
2014-10-06 19:38:10
阅读次数:
261
sub.c#include#include"sub.h"int WINAPI DllMain(_In_ HANDLE _HDllHandle, _In_ DWORD _Reason, _In_opt_ LPVOID _Reserved) { return TRUE; } EXPO...
分类:
其他好文 时间:
2014-10-06 00:06:59
阅读次数:
319
1 /* 2 * Copyright (c) 1991-1997 Regents of the University of California. 3 * All rights reserved. 4 * 5 * Redistribution and use in source ...
分类:
其他好文 时间:
2014-10-04 10:45:27
阅读次数:
351
方法一:使用sqlplus
###64位:
[oracle@db01 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Fri Oct 318:44:05 2014
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to...
分类:
数据库 时间:
2014-10-03 13:00:24
阅读次数:
265
//
// main.c
// 从尾到头打印链表
//
// Created by 李亚坤 on 14-9-29.
// Copyright (c) 2014年 李亚坤. All rights reserved.
//
#include
typedef struct ListElmt_ //链表元素声明
{
void *data;
struct ListElmt...
分类:
其他好文 时间:
2014-09-30 01:49:02
阅读次数:
200
/****************************************************************************** Copyright (c) 2012-2022, jiangkun. All rights reserved. File Name ...
分类:
编程语言 时间:
2014-09-29 17:30:41
阅读次数:
1191