码迷,mamicode.com
首页 >  
搜索关键字:lost datafile    ( 1036个结果
HDU 3341 Lost's revenge AC自动机+dp
Lost's revenge Time Limit: 15000/5000 MS (Java/Others) Memory Limit: 65535/65535 K (Java/Others)Total Submission(s): 3757 Accepted Submission(s): 1020 ...
分类:其他好文   时间:2016-04-30 22:03:00    阅读次数:227
oralce表空间自增长占满磁盘
取消表空间自动增长 SELECT FILE_NAME,TABLESPACE_NAME,AUTOEXTENSIBLE,bytes/1024/1024/1024 FROM dba_data_files; ALTER DATABASE DATAFILE '/dba/user_oracle/bspdev1/ ...
分类:其他好文   时间:2016-04-30 06:36:34    阅读次数:194
Using fscanf to read message from FIFO will lost message
In libcurl example hiperfifo.c, function fifo_cb uses fscanf(fifo inputstream,...) to read in a string.rv=fscanf(g->input, "%1023s%n", s, &n);When the ...
分类:其他好文   时间:2016-04-23 17:58:36    阅读次数:165
Oracle操作
1、查询表空间地址: select name from v$datafile; 2、创建表空间: create tablespace yysspace datafile ‘D:\APP\MIAO\ORADATA\ORCL\YYSSPACE.DBF’ size 500M autoextend on n ...
分类:数据库   时间:2016-04-16 12:25:25    阅读次数:177
k-means聚类JAVA实例
《mahout in action》第六章。 datafile/cluster/simple_k-means.txt数据集例如以下: 1 1 2 1 1 2 2 2 3 3 8 8 8 9 9 8 9 9 1. k-means聚类算法原理 1、从D中随机取k个元素。作为k个簇的各自的中心。 2、分别 ...
分类:编程语言   时间:2016-04-09 12:05:00    阅读次数:278
Oracle 数据文件管理
1、手工改变数据文件的大小 SQL>conn / as sysdba SQL>Createtablespace exampletb Datafile 'E:\ examp01.dbf' size 10M ; SQL>alter database datafile 'E:\examp01.dbf' r ...
分类:数据库   时间:2016-04-09 10:31:31    阅读次数:188
Recover lost Confluence password
confluence重置admin密码 复方法: 1. 运行此sql 找到你的管理员帐户: select u.id, u.user_name, u.active from cwd_user u join cwd_membership m on u.id=m.child_user_id join cw ...
分类:其他好文   时间:2016-04-01 16:05:41    阅读次数:661
MySQL修改管理员账户密码
报错提示:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)MySQL代理报错提示:ERROR 2013 (HY000): Lost connection to MySQL serve ...
分类:数据库   时间:2016-03-28 13:29:52    阅读次数:231
UVa 12325 - Zombie's Treasure Chest-[分类枚举]
12325 Zombie’s Treasure Chest Some brave warriors come to a lost village. They are very lucky and find a lot of treasures and a big treasure chest, bu ...
分类:其他好文   时间:2016-03-26 15:44:46    阅读次数:224
CDoj--Search gold(dp)
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 w
分类:其他好文   时间:2016-03-19 22:46:41    阅读次数:288
1036条   上一页 1 ... 59 60 61 62 63 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!