#include int main(){ for(int i=0;iint main(){ int i = 0; for(i=0;i<10;i++){ printf("\n%d",i);} return 0;}编译通过
分类:
其他好文 时间:
2015-04-24 18:28:19
阅读次数:
114
/*第1步:创建临时表空间 */ create temporary tablespace mdb_temp tempfile 'G:\data\oracle\mdb_temp.ora' size 10m autoextend on next 5m maxsize 2048m extent manag...
分类:
数据库 时间:
2015-04-23 21:34:58
阅读次数:
129
Iahub likes trees very much. Recently he discovered an interesting tree named propagating tree. The tree consists of n nodes numbered from 1 to n, each node i having an initial value ai. The root of th...
分类:
其他好文 时间:
2015-04-22 11:36:54
阅读次数:
126
--对已存在的表 执行如下 ,要经过统计分析后 num_rows=0 才准确select 'alter table '||table_name||' allocate extent;' from user_tables where num_rows=0Oracle11g默认对空表不分配segmen....
分类:
数据库 时间:
2015-04-21 20:01:13
阅读次数:
204
一、准备工作
创建表空间:
create temporary tablespace yangwen_temp
tempfile 'D:\oracle\oradata\orcl\yangwen_temp.dbf'
size 50m
autoextend on
next 50m maxsize 20480m
extent management local;
crea...
分类:
数据库 时间:
2015-04-21 00:28:11
阅读次数:
153
在网页的中增加以上这句话,可以让网页的宽度自动适应手机屏幕的宽度:1 1、width=device-width :表示宽度是设备屏幕的宽度2、initial-scale=1.0:表示初始的缩放比例3、minimum-scale=0.5:表示最小的缩放比例4、maximum-scale=2.0:表示....
分类:
移动开发 时间:
2015-04-20 20:34:54
阅读次数:
136
Initial SessionFactory creation failed.org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.conne...
分类:
Web程序 时间:
2015-04-19 21:12:37
阅读次数:
187
C#使用控制台列出当前所有可用打印机列表的方法。分享给大家供大家参考。具体如下://TheinitialC#codefortheWMIquerywasgeneratedbyWMICode//Generator,Version5.00,http://www.robvanderwoude.com/wmigen.phpusingSystem;usingSystem.Management;usingSystem.Collections;nam..
在一个数据库使用下面SQL找出了一批需要降低高水位线的表,其中有几个表没有数据,于是我打算用TRUNCATE来降低高水位线HWM SELECT a.owner, a.segment_name, a.segment_type, a.tablespace_name, a.blocks "real blo...
分类:
其他好文 时间:
2015-04-16 19:16:03
阅读次数:
198
// 图形学实验一.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include"gl/glut.h"static GLsizei iMode =0;void Initial(void){ glClearColor(1.0f, 1.0f, 1.0f, 1....
分类:
其他好文 时间:
2015-04-16 11:59:22
阅读次数:
140