Scrapy安装介绍一、 Scrapy简介Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from t...
分类:
其他好文 时间:
2015-03-05 14:40:26
阅读次数:
190
在测试GoldenGate Integrated Capture Mode的时候,启动抽取进程报 OGG-02050 Not enough database memory to honor requested MAX_SGA_SIZE 错误
参数配置如下:
GGSCI (zbdba1) 20> view param ext1
EXTRACT ext1
USERID ogg, PASSWO...
分类:
数据库 时间:
2015-03-04 11:11:26
阅读次数:
635
最近使用vs2012做opencv项目的时候,打包时老是碰到cannot extract icon with index 0 from file xxx.exe这样的问题,弄了半天,才搞定。
为了让大家少走弯路,特分享一下解决办法:
1、先将大小为(16*16或32*32或48*48)的.ico格式Icon图片拷贝到项目目录下;
2、然后在vs中的资源管理器中刷新并将该Icon图片添加进项目...
分类:
其他好文 时间:
2015-02-27 18:29:30
阅读次数:
367
1) Install 7-zip (7zS.sfx will be installed to C:\Program Files\7-Zip):http://7zsfx.solta.ru/en/2) Copy following script snippet into notepad and save...
分类:
其他好文 时间:
2015-02-25 21:02:24
阅读次数:
139
为一张透明的图片进行切割
可以使用 ShoeBox 的 Extract Sprites 功能,将图片拖动到 Extract Sprites 功能图标上,就会自动切割好图片,如下图所示:
点击 Settings 可以进行详细设置,这里将 Clusters Merge Sub Items 设为 false,不合并子项,将 File Name 改成 sli...
分类:
编程语言 时间:
2015-02-15 13:34:52
阅读次数:
321
1. "" , '', """ """
2. Strings are stored as sequences of characters indexed by integers, starting at zero.
3. To extract a substring, use the slicing operator s[i:j].
4. Strings are concatenated...
分类:
编程语言 时间:
2015-02-12 10:53:09
阅读次数:
167
1.配置源端具有pump、目标端具有trail的ogg环境1.1参数文件extract进程ett参数:EXTRACTettUSERIDsystem,PASSWORDoracleEXTTRAIL./dirdat/trTABLEgguser.huangliqiang,WHERE(ID=100); datapump进程dpp参数:EXTRACTdppUSERIDsystem,PASSWORDoracleRMTHOST192.168.1.29,MGRPORT780..
分类:
数据库 时间:
2015-02-11 18:49:42
阅读次数:
157
今天在ogg环境中,发现在extract参数中增加了where过滤,导致update操作同步不过去,有大量的discard(WARNINGOGG-01008Discardingbadrecord),但是insert和delete同步没问题,按照以下的说明解决了问题,不同的是,我的delete可以同步,他以下的描述中的说法是update和delete都..
分类:
其他好文 时间:
2015-02-11 18:48:30
阅读次数:
323
原文地址:http://yanwushu.sinaapp.com/oracle_extract_year_month_day_valu/
之前一直使用to_char(timeField, ‘YYYY’)的方式来获取日期中的年份字段值。这种方式效率肯定是不高的,为了写出更规范、更加合理的sql,应该使用下面的方式来获取数据库中日期字段的年、月、日、时、分、秒等值。
select extrac...
分类:
数据库 时间:
2015-02-03 11:09:07
阅读次数:
171
1. Setup an array of initially empty "buckets".2. Scatter: Traverse the original array and extract each element into its bucket.3. Sort each non-empty...
分类:
其他好文 时间:
2015-02-03 06:59:23
阅读次数:
201