`
yawooh
  • 浏览: 15106 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论
文章列表
使用Kettle一个多月,记录一下临时的感受和印象较深刻的步骤。 (基于Kettle 4.1.0 stable, SQL Server 2005, WindowsXP & 2003) 几点用法 1. 在一个Transformation里面的不同步骤中传递参数 1) 向Execute SQL Script传递参数 步骤-1:从数据源头获 ...
Precondition: 1. The Source Java file is saved as UTF-8 type 2. The Source java file containts some chinese words as comments for some test data. 3. My ruby code file is saved as UTF-8 as well. Requirement: 1. Find all the '克' in the java files under a foder, and repleace it to '可' 2. User runs the ...
1. Use JConsole to collect the memory info 0) Goto jdk\bin to start jconsole. 1) Listen to the started Java Application 2) Navigate to Tab MBeans > com.sun.management > HotspotDiagnostic > Operations > dumpHeap 3) Fill the output file name for parameter p0 4) Click button "dumpHeap& ...
也许ETL对主从复制的实时性要求不高? 如果将来打造一套BI系统: 1. 数据源包括txt文件和SQL Server 2005 结构化数据并存 2. 用ETL工具比如kettle抽取数据到PostgreSQL做数据仓库 3. 将PostgreSQL数据库集群(或进一步实现主从复制)来提高容错和并发处理能力 4. 在其上架设OLAP服务器如 Mondrian 5. 在OLAP客户端使用报表工具如JPivot, BIRT等进行展现 其中第三步PostgreSQL其实是有专门工具支持集群和主从复制的,对于同型号数据库的复制,ETL似乎费力不讨好,多此一举;另外,如果是在oracle和SQL ser ...
今天有花了很长时间看GPL协议的问题,终于有眉目了。我关心的不是分发或者卖我的软件该怎么绕开GPL协议,只是想知道我要开发一个网站,数据库用到了GPL的MySQL,那我也要遵守GPL协议,但是我该不该公布我的源代码?该不该开放整个网站的源代码? 网上的讨论很激烈,但是能解决问题的很少,很多是集中在我想用人家GPL的源代码在自己的程序里,或者用GPL的library,等等,其实,要想真的搞懂GPL,最好是乖乖地去看GPL的官方网站,这是我的最终感受。 http://www.gnu.org/licenses/gpl.html 这里有两个误区: 1. GPL与免费 很多人在网上搜索时包括我在内 ...
1. SMTP JavaMail has no stmp server self. 1) embedded SMTP server: It might have the spammer reject issue. like 550 5.7.1 usually it should have the public IP and dns, so that Gmail or other big Mail server can trust this embedded smtp server. good article: http://www.oracle.com/technetwork/java/fa ...
Global site tag (gtag.js) - Google Analytics