大家可以用迅雷去下载商业版的服务端,下载地址为:
http://www.eset.com.cn/html/download/comp.shtml

附件中许可证已过期,新的在

http://www.gclz.cn/read.php/656.htm
2000用户的许可证,到期时间2011-12-17

文件名:nod32.lic
类型:EAV NOD32
授权用户数量: 200
过期时间: 2011年5月20日

文件名:ess.lic
类型:ESS
授权用户数量: 150
过期时间: 2011年5月20日



               

说明:
1.对源程序作了进一步汉化翻译,使所有界面、所有内容全部简体中文显示,近乎完美汉化;
2.已将注册表文件导入安装包,安装后即是“已注册”,免去注册麻烦;
3.安装后即支持拼音首字母查找联系人,并且重新进行了优化,无须替换文件;感谢网友guanke1982,他提供了一个比较全面的字库,在此字库基 础上,加上网友反映的没有的汉字,目前字库已达6754个汉字,较官方版本(3927个汉字)增加2827个;

[不指定 2010/01/09 07:05 | by 孤城浪子 ]

Oracle/PLSQL: Execute a function that is defined in a package

        
        

Question:  How can I execute a function that is defined in a package using Oracle/PLSQL?

        
        

Answer:  To execute a function that is defined in a package, you'll have to prefix the function name with the package name.

        
          

package_name.function_name (parameter1, parameter2, ... parameter_n)

        
        

You can execute a function a few different ways.

        

Solution #1

        

First, we'll take a look at how to execute a function using a test block. Below we've declared a variable called result that is a number. We've passed in a value of 15000 into the function and the result of the function will be returned to the variable called result.

          
            

declare
    result number;
               begin
    -- Call the function
    result := package_name.function_name (15000);
               end;

          
        
        

Solution #2

        

We can also execute a function by running an SQL statement. For example:

        
          

select package_name.function_name (15000)
             from dual;

        

   使用方法:

    输入用户、密码、tnsname -> 连接9i, 10g、11g数据库 -> 选择schema、代码类型 ->  选择代码->Unwrap

    或者

    直接将加密过的代码输入到wrap text编辑框中(仅10g、11g)->Unwrap

下载文件 (已下载 1620 次)

来源: http://www.hellodba.com/Download/Unwrap_PLSQL.html

[不指定 2009/12/29 21:48 | by 孤城浪子 ]
《东晨仓库管理系统》是企业单位对仓库日常工作实现计算机智能化处理的应用软件。能外理商品采购、销售、调拨、组装、拆卸借入、借出、归还、盘点等一般仓库工作,能自动对库存超限的商品报警,多种报表功输出功能,让你的仓库管理工作轻松自如。

 
分页: 4/16 第一页 上页 1 2 3 4 5 6 7 8 9 10 下页 最后页 [ 显示模式: 摘要 | 列表