1,数据库状况 生产环境是11G,linux系统,测试环境是10G,windows系统,需要从生产环境导出一个用户下所有的数据,导入测试环境中。 因为数据量比较小,准备采用EXP和IMP工具来做。 2,在生产环境上导出用户数据 命令: exp \'system/syspl as sysdba\' owner=PLAS buffer=10240000 FILE=/...
分类:
数据库 时间:
2014-11-15 00:15:28
阅读次数:
423
第一次进行WPF开发。。。 class Number { private string str_buffer = null; private decimal dec_buffer = 0m; public void plus() { dec_buffer = Convert.ToDecimal(st...
分类:
其他好文 时间:
2014-11-14 21:04:26
阅读次数:
206
1》个人账号(Individual) 费用99美金一年, 该账号在App Store销售者只能显示个人的ID,比如lucky zhu,单人使用。个人账号只能有一个开发者。2》公司团队账号 (Company/Organization) 费用99美金一年, 该账号在App Store销售者可以显示...
分类:
移动开发 时间:
2014-11-13 22:03:42
阅读次数:
173
1. Terms and conditions(法律与条款)1.1As a developer of applications for the App Store you are bound by the terms of theProgram License Agreement(PLA), Hum...
分类:
移动开发 时间:
2014-11-13 20:26:58
阅读次数:
606
在pig中, dump和store会分别完毕两个MR, 不会一起进行1:载入名用正則表達式:LOAD '/user/wizad/data/wizad/raw/2014-0{6,7-0,7-1,7-2,7-3,8}*/3_1/adwords*'2:filter的几种简单使用方法:按值过滤FILTER ...
分类:
其他好文 时间:
2014-11-13 20:26:27
阅读次数:
163
1,ceph fileSystemusing the mounted Ceph FS filesystem当我们部署好ceph store cluster(monitor,metadata,object store daemon)当我们部署好ceph store cluster(monitor,me...
分类:
其他好文 时间:
2014-11-13 20:24:20
阅读次数:
327
通过案例学调优之--和LOGBUFFER相关的主要Latch4.1、和LOGBUFFER相关的主要Latch有:Latch:RedoCopyLatch:RedoAllocationLatch4.2当一个进程在修改数据时候将会产生Redo,这个Redo首先在PGA中保存。然后进程需要
获取RedoCopyLatch(这个Latch的个数由隐含参数_log_simultaneous_c..
分类:
其他好文 时间:
2014-11-13 19:08:17
阅读次数:
286
光说不练假把式,关于脚本入侵看的心痒,就实践了一把。首先google:inurl:"php?id="发现这个网站可get注入:http://brand.66wz.com/store.php?id=18试了下http://brand.66wz.com/store.php?id=18anduser>0有反应,网页上出现错误提示:然后输入http://brand.66wz.com/store..
分类:
数据库 时间:
2014-11-13 19:06:32
阅读次数:
223
当Python和C++的接口涉及到缓冲区时,可以在Python中创建缓冲区,再将缓冲区的指针传给C++函数(通过创建额外的函数进行转换)。实例如下:
Python端:
1.获取str表示的二进制数据(读取文件等)。
2.利用ctypes包中的create_string_buffer(str)函数创建缓冲区。
3.获取int表示的缓冲区地址,利用addressof(buf)函数,bu...
分类:
编程语言 时间:
2014-11-13 18:55:30
阅读次数:
326
You are given two sorted arrays, A and B, and A has a large enough buffer at the endto hold B. Write a method to merge B into A in sorted order.First ...
分类:
其他好文 时间:
2014-11-13 12:19:51
阅读次数:
278