摘要: 这东西,时间久不用总容易忘。。。。记下来! 1. 在 LINUX 命令平台输入 1-2 个字符后按 Tab 键会自动补全后面的部分(前提是要有这个东西,例如在装了 tomcat 的前提下, 输入 tomcat 的 to 按 tab)。2. ps 命令用于查看当前正在运行的进程。grep 是搜索例如: 阅读全文
posted @ 2016-07-28 09:40 盛小胖 阅读(359) 评论(0) 推荐(0) 编辑
摘要: Rotating partitions You can use the ALTER TABLE statement to rotate any logical partition to become the last partition. Rotating partitions is support 阅读全文
posted @ 2016-07-04 16:18 盛小胖 阅读(160) 评论(0) 推荐(0) 编辑
摘要: my $label = defined($pieces[0]) ? $pieces[0] : "";my @alreadyAddedCol = $node1->{DB}->getValues("select count(*) from sysibm.syscolumns where tbname=\ 阅读全文
posted @ 2016-06-20 13:31 盛小胖 阅读(1325) 评论(0) 推荐(0) 编辑
摘要: 要想使用标准C++中string类,必须要包含 #include <string>// 注意是<string>,不是<string.h>,带.h的是C语言中的头文件 using std::string; using std::wstring; 或 using namespace std; 下面你就可 阅读全文
posted @ 2016-06-17 11:32 盛小胖 阅读(306) 评论(0) 推荐(0) 编辑
摘要: http://www.ibm.com/support/knowledgecenter/SSEPEK_10.0.0/com.ibm.db2z10.doc.sqlref/src/tpc/db2z_catalogtablesintro.html DSNDOB01 (N) DSNDOB02 (N) DSND 阅读全文
posted @ 2016-06-17 10:32 盛小胖 阅读(577) 评论(0) 推荐(0) 编辑
摘要: # coding: utf-8 # ###jieba特性介绍 # 支持三种分词模式: # 精确模式,试图将句子最精确地切开,适合文本分析; # 全模式,把句子中所有的可以成词的词语都扫描出来, 速度非常快,但是不能解决歧义; # 搜索引擎模式,在精确模式的基础上,对长词再次切分,提高召回率,适合用于搜索引擎分词。 # 支持繁体分词。 # 支持自定义词典。 # MIT 授权协议。 # ###分... 阅读全文
posted @ 2016-06-08 17:20 盛小胖 阅读(9368) 评论(0) 推荐(0) 编辑
摘要: BIND and REBIND options for packages and plans There are several options you can use for binding or rebinding plans and packages. Some of the options 阅读全文
posted @ 2016-06-06 14:34 盛小胖 阅读(333) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.apdv.embed.doc/doc/c0005563.html Binding embedded SQL packages to a database 阅读全文
posted @ 2016-06-06 14:30 盛小胖 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 文件中的#ifndef 阅读全文
posted @ 2016-06-06 13:36 盛小胖 阅读(262) 评论(0) 推荐(0) 编辑
摘要: SYSIBM.SYSPACKSTMT table The SYSIBM.SYSPACKSTMT table contains one or more rows for each statement in a package. Column nameData typeDescriptionUse LO 阅读全文
posted @ 2016-06-06 13:20 盛小胖 阅读(303) 评论(0) 推荐(0) 编辑