码迷,mamicode.com
首页 >  
搜索关键字:lost datafile    ( 1036个结果
ocp-79
QUESTION NO: 79 You have lost datafiles 1 and 3 from your database, and the database has crashed. In what order should you perform the following steps to recover your database? 1. Take the datafile...
分类:其他好文   时间:2015-10-03 09:33:04    阅读次数:109
hihoCoder#1094
刚开始学习C语言,准备在做hiho的题目的过程中来学习,在此进行记录,如果代码中有错误或者不当的地方还请指正。时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi gets lost in the city. He does not know where he i...
分类:其他好文   时间:2015-10-02 22:21:50    阅读次数:257
时光都去哪了
hi , where is the lost time.People always say that if you want to do something well, you must spend 10000 hours on it. Writing code is the same way.I ...
分类:其他好文   时间:2015-10-02 19:54:31    阅读次数:192
mysql forget root password
http://www.rackspace.com/knowledge_center/article/mysql-resetting-a-lost-mysql-root-passwordMySQL - Resetting a lost MySQL root passwordThe MySQL root...
分类:数据库   时间:2015-10-02 11:22:33    阅读次数:193
vim 以16进制进行文件编辑
用 vim中二进制文件的编辑是先通过外部程序xxd来把文件dump成其二进制的文本形式,然后就可以按通常的编辑方式对文件进行编辑,编辑完成后再用xxd 转化为原来的形式即可。可分如下几步进行:(1) 首先以二进制方式编辑这个文件:vim-b datafile(2) 现在用 xxd 把这个文件转换成十...
分类:系统相关   时间:2015-09-30 22:05:28    阅读次数:341
Not a gold mine
原文 Dreams of finding lost treasure almost came true recently. A new machine called "The Revealer" has been invented and it has been used to detect gold which has been buried in the ground. The ma...
分类:其他好文   时间:2015-09-28 19:31:47    阅读次数:176
poj1703 Lost Cows
给定集合{1,2,...,n}的一个置换,指定每个位置上在其左方且比其小的数的个数,求该置换。这题我目前还只会O(n^2)的做法。以后再用更高效的算法解决。http://poj.org/problem?id=2182 1 #include 2 #include 3 #include 4 usi...
分类:其他好文   时间:2015-09-25 16:27:38    阅读次数:131
3d引擎列表
Agar- 一个高级图形应用程序框架,用于2D和3D游戏。Allegro library- 基于 C/C++ 的游戏引擎,支持图形,声音,输入,游戏时钟,浮点,压缩文件以及GUI。Axiom 引擎- OGRE的衍生引擎。Baja 引擎- 专业品质的图像引擎,用于The Lost Mansion。Bo...
分类:其他好文   时间:2015-09-23 19:30:03    阅读次数:241
oracle-snapshot too old 示例
一、快照太老例子: 1、创建一个很小的undo表空间,并且不自动扩展。 create undo tablespace undo_small datafile '/u01/app/oracle/oradata/prod/undo_small01.dbf' size 2m autoextend off;...
分类:数据库   时间:2015-09-20 21:57:59    阅读次数:181
oracle创建用户
--选择进入高级系权限system用户,默认数据库orcl。CREATE USER lcs IDENTIFIED BY lcs;--创建用户和密码GRANT RESOURCE,DBA TO lcs;--赋权限CREATE TABLESPACE li_cs_data datafile 'G:\ORAC...
分类:数据库   时间:2015-09-20 17:49:03    阅读次数:237
1036条   上一页 1 ... 66 67 68 69 70 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!