
Oracle
LGF124241877
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Oracle Function 简介
1. 判断是否为偶数函数 [code="sql"] create or replace function Even(Value in integer) return boolean is Result boolean; begin -- 判断是否是偶数 Result := (Value mod 2 = 1); return (Result); end E...原创 2014-11-10 17:46:53 · 304 阅读 · 0 评论 -
frmbld.exe 应用程序错误
[img]http://dl2.iteye.com/upload/attachment/0103/0484/375ad828-bf39-3c1d-bc34-0b4768ab1bf6.jpg[/img] 原因: 环境变量配置错误,不应该包含BIN [img]http://dl2.iteye.com/upload/attachment/0103/0492/035422ba-1...原创 2014-11-11 11:39:32 · 421 阅读 · 0 评论 -
运行Forms Builder 监听程序没有在xxx端口运行
[img]http://dl2.iteye.com/upload/attachment/0103/0523/ae9796b8-4b85-3c40-9d5c-67fe69c94814.jpg[/img] 1. 确认服务是否已经开了: [img]http://dl2.iteye.com/upload/attachment/0103/0525/5c956476-b1e6-3904-8...原创 2014-11-11 14:35:17 · 406 阅读 · 0 评论