oracle impdp的table_exists_action详解分类:[oracle]--[备份与恢复]2012-01-06 22:449105人阅读评论(0)收藏举报tableactionoracleschemaobjectimport1 table_exists_action参数说明使用im...
分类:
数据库 时间:
2014-07-19 19:06:47
阅读次数:
381
亮度DC系数的取值范围及序号:序号(size)取值范围001-1,12-3,-2,2,33-7~-4,4~74-15~-8,8~155-31~-16,16~316-63~-32,32~637-127~-64,64~1278-255~-128,128~2559-511~-256,256~51110-1...
分类:
其他好文 时间:
2014-07-19 17:25:26
阅读次数:
229
The tutorial is from Dan Klein and Pieter AbbeelA good tutorial: https://docs.python.org/2/tutorial/ Table of ContentsInvoking the Interpreter Operato...
分类:
编程语言 时间:
2014-07-19 00:17:17
阅读次数:
372
这个题目主要是设置显示开/光及光标设置
这个地方与上一个题目没有多大的区别。
#include
#define uchar unsigned char
#define uint unsigned int
uchar code table[]="GOOD GOOD STUDY!";
uchar code table1[]="DAY DAY UP ^_^!";
sbit lcden=P3...
分类:
其他好文 时间:
2014-07-18 18:11:09
阅读次数:
245
sql 中contains的使用例子,参数详解全文索引——CONTAINS 语法 我们通常在 WHERE 子句中使用 CONTAINS ,就象这样:SELECT * FROM table_name WHERE CONTAINS(fullText_column,'search contents')。 ...
分类:
数据库 时间:
2014-07-18 17:28:39
阅读次数:
282
用过plsql的都知道,双击表名默认是【展开/关闭】。
习惯了MySql Workbench或者Sqlserver Management Studio等管理工具的可能不太适应。
直接上解决办法:
Tools -> Preferences -> User
Interface -> Browser -> Object
type(Table) -> Double-click
Actio...
分类:
数据库 时间:
2014-07-18 15:10:55
阅读次数:
271
SQL> drop table test purge;
SQL> create table test as select * from dba_objects where rownum
SQL> update test set object_name='中国' where rownum
SQL> commit;
SQL> col object_name format a30
SQL>...
分类:
数据库 时间:
2014-07-18 14:10:03
阅读次数:
618
安装LAMPyum-yinstallhttpdphpphp-mysqlmysqlmysql-serverperl-DBD-MySQLphp-pdonet-snmpnet-snmp-libsnet-snmp-utilsnet-snmp-develrubyphp-snmpruby-develrrdtool-rubyrrdtool-perlvim/etc/httpd/conf/httpd.conf找到DirectoryIndex所在的位置,添加一行DirectoryIndexindex.p..
分类:
其他好文 时间:
2014-07-18 13:24:33
阅读次数:
590
题意:
一个充满0和1的矩形 最多将k个数字翻转 问 最少翻转几个数字可以使所有0或1的连通块都是矩形 如果不可能输出-1
思路:
首先 如果确定了一行 那么整个矩形就确定了
因为在最后的状态中 每一行要么与确定的行完全一致 要么完全相反 这才能保证连通块都是矩形
然后 本题k很小 因此可以分类讨论
如果 max(n,m)k 那么至少有一行或者一列是没有被修改的 那么可以枚举...
分类:
其他好文 时间:
2014-07-18 12:25:56
阅读次数:
189
#include #include #include #include #include #include #include #include #include #include #include #include #include MODULE_LICENSE("GPL");struct desc...
分类:
系统相关 时间:
2014-07-18 12:08:40
阅读次数:
292