Categories: Flex; Tagged with: Flex • Tools; @ October 3rd, 2010 22:05功能: 将会替换所有的(连续)空格为”,”
原理: Flex中使用RegExp替换. (more…)
Categories: Database; Tagged with: DB2 • SQL; @ October 3rd, 2010 18:12SQL语句: "SELECT service_level, fixpack_num FROM TABLE (sysproc.env_get_inst_info()) as INSTANCEINFO";
(more…)
Categories: Database; Tagged with: DB2 • Primary key • SQL; @ October 3rd, 2010 15:01Drop Primary Key 移除主键:
ALTER TABLE TABLE2 DROP PRIMARY KEY
Add Primary Key 增加主键:
ALTER TABLE TABLE2 ADD ID2 INTEGER NOT NULL DEFAULT 1;
ALTER TABLE TABLE2 ADD PRIMARY KEY(ID2);
See: http://bytes.com/topic/db2/answers/670160-how-change-primary-key-already-existing-table
Categories: Database; Tagged with: DB2 • JDBC • Primary key; @ October 3rd, 2010 14:50SQL:
SELECT * FROM SYSIBM.SYSCOLUMNS WHERE TBCREATOR NOT LIKE ‘SYS%’ AND TBNAME = ‘TABLENAME‘ AND KEYSEQ > 0 ORDER BY KEYSEQ ASC;
(more…)
Categories: Flex; Tagged with: DB2 • Ebook • Flex; @ October 2nd, 2010 23:28
Getting started with Adobe® Flex® couldn’t be easier. Read this free ebook to:
- Understand how to build rich internet applications using Flex
- Learn how to work with Flex Builder to create, run and debug Flex applications
- Understand how Flex works with Web services and databases like DB2®
- Learn about the Flex programming basics using MXML® and ActionScript(TM)
- Get up to speed with powerful features like data binding, view states, and charting
- Practice with hands-on exercises
DB2社区的免费电子书 – Flex快速上手, 尚无中文版.
Go–> https://www.ibm.com/developerworks/wikis/display/db2oncampus/FREE+ebook+-+Getting+started+with+Adobe+Flex
更多DB2社区的免费电子书: ibm.com/db2/books
Newer Posts <-> Older Posts