- 浏览: 1543952 次
- 性别:
- 来自: 上海
最新评论
-
安静听歌:
... ...
UUID做主键,好还是不好?这是个问题。 -
lehehe:
http://www.haoservice.com/docs/ ...
天气预报 -
lehehe:
[url http://www.haoservice.com/ ...
天气预报 -
liubang201010:
监控TUXEDO 的软件推荐用这个,专业,权威.并能提供报警和 ...
(转载)Tuxedo中间件简介 -
tinkame:
Next[j] =-1 当j=0时;=Max{k|0<k ...
KMP字符串模式匹配详解
文章列表
http://www.db2china.net/club/thread-4244-1-1.html
DB2解决“数据库日志已满”操作 SQLCODE=-964
2011-01-06 15:57:13| 分类: DB2|字号 订阅
(转)HTC Hero获取root权限(成功!!!)
- 博客分类:
- 手机
http://bbs.hiapk.com/thread-70698-1-1.html
HTC Hero获取root权限(成功!!!)
HTC, root, Hero, 权限, 获取
HTC
http://bbs.chinaunix.net/thread-1077564-1-1.html
1楼 发表于 2008-04-09 19:40 | 只看该作者
https://www.microfocus.co.jp/manuals/VisCob2010R2/BKDBDBDTYP.html
SQLデータ型
SQL データ型は、COBOL で使用されるデータ形式と異なります。
SQL には一連の標準データ型がありますが、実際の実装状況はデーベースによって異なり、これらのデータ型をすべて実装するデータベースはほとんどありません。
データ型の変換
COBSQL プリプロセッサ
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=%2Frzajp%2Frzajpequivsqlcobol.htm
发送反馈 | 评价本页
Determining equivalent SQL and COBOL data types
The precompiler determines the base SQLTYPE and SQLLEN of host variables based on this table. If a host variable appea ...
http://ss64.com/bash/grep-regex.html
grep Programs and Regular expressions
grep searches input files for lines that match a given pattern.grep programs`grep' searches the named input files (or standard input if no files are named, or the file name `-' is given) for lines containing a match to ...
http://man.ddvip.com/linux/Mandrakelinuxref/command-find.html
find:根据指定条件查找文件
上一页
第 5 章 命令行工具
下一页
find:根据指定条件查找文件
find 是一个资深的 UNIX® 工具。它的功能在于递归扫描一个或多个目录,从中查找匹配指定条件的文件。尽管此工具非常有用,但语法却十分复杂,使用的时候也需要多多练习。最普通的语法是这样的:
find [选项] [目录] [条件] [动作]
http://www.ibm.com/developerworks/cn/data/library/techarticles/dm-1007wucx/index.html
论 LOAD 与 IMPORT 中的 codepage 转换
武翠霞, 软件工程师, IBM
刘安琼, 软件工程师, IBM
王勇, 软件工程师, IBM
(转)DB2导出数据库表结构和数据
- 博客分类:
- DB2
http://hi.baidu.com/mylovechangchu/blog/item/b1c3c644f5decb84b3b7dc6b.html
DB2导出数据库表结构和数据
2008年09月09日 星期二 12:10
1.使用db2cmd打开db2命令行
2.db2look -d db_name -e -a -x -i db_username -w db_passwd -0 file_name.sql #导出数据库结构
3.db2move db_name export -u db_username -p db_passwd #导出数据库数据
4. c ...
http://bbs.chinaunix.net/viewthread.php?tid=2295674
[红旗] 手动可以执行,加入crontab 就不行了
1楼 发表于 2011-04-02 14:42 |
(转)Linux——计划任务管理
- 博客分类:
- Work
http://hi.baidu.com/%BA%CE%B4%A6%C8%BE%B3%BE%B0%A3a/blog/item/64962c88c05c1fc09023d909.html
Linux——计划任务管理
2011-05-05 10:25
在Linux操作系统中,除了用户即时执行的命令操作以外,还以为配置在指定的时间、指定的日期执行预先计划好的系统管理任务(如:定期备份、定期采集系统检测数据等。)RHEL5系统中默认安装了at、vixie-cron软件包,通过atd和crond这两个系统服务实现一次性、周期性计划任务的功能,并分别通过at、crontab命令进行计划 ...
http://www.hitsword.org/read.php?91
CentOS的计划任务,Crontab安装及使用方法
hitsword , 15:20 , Linux , 评论(1) , 引用(0) , 阅读(2435) , Via 本站原创
安装crontab:yum install crontabs
http://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0705nair/index.html?S_TACT=105AGX52&S_CMP=tut-cto
DB2 9 中基于字符的字符串函数
在代码中使用 CODEUNITS
Kiran Nair (kiranhariharan@in.ibm.com), 顾问, IBM
http://bbs.imp3.net/thread-577307-1-2.html
iPod原充拆机图+iPod仿充拆机图+DIY(普充)实现iPod充电详细教程(详图)+回复 [复制链接]
http://blog.csdn.net/hrfdotnet/archive/2007/03/20/1534837.aspx
db2look:生成 DDL 以便重新创建在数据库中定义的对象语法: db2look -d DBname [-e] [-xs] [-xdir Path] [-u Creator] [-z Schema] [-t Tname1 Tname2...TnameN] [-tw Tname] [-h] [-o Fname] [-a] [-m] [-c] [-r] [- ...