[不指定 2010/02/20 09:35 | by 孤城浪子 ]

改注册表,延迟降低一半

TcpAckFrequency

        
          

             Key: Tcpip\Parameters\Interfaces\interfaceGUID

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\

          

             类型: REG_DWORD—数字

          

             参数范围: 0–255

          

             缺省值: 2

如果将该值设置为 1,每个数据包被认可立即原因是只有一个未完成的 TCP ACK 如刚刚收到一条线段。 0 (零) 的值是无效,并将被视为默认值  2。      未收到一条线段和主机不打算确认数据时唯一 ACK 数字为 0 的时间。

          

             Description: Specifies the number of ACKs  that will be outstanding before the delayed ACK timer is ignored.  Microsoft does not recommend changing this value from the default  without careful study of the environment.

                          --微软不建议在生产环境中修改此参数

如果沒有TcpAckFrequency就新建一个

此参数适用于 Microsoft Windows Server 2003以及以后版本

          
[不指定 2010/02/13 10:39 | by 孤城浪子 ]
  +195886101   是国际IP电话,包括国内人用国际电话软件打的,"+"表示国际来电,"195"表示中国移动转接到国内的,"886"表示台湾.
  
   0193852201  "193"是铁通的IP接入码,说明这电话是外地的铁通IP打过来的.
  
  +1951101   中国移动(195)传输的从美国(1)来的经经京(10)第一(1)国际局的来电.
  
  +1931201   中国联通(193)传输的从美国(1)来的经广州(20)第一(1)国际局的来电.
  
  0190852202   中国电信(190)传输的从香港(852)来的经广州(20)第二(2)国际局的来电.    
[不指定 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 孤城浪子 ]
《东晨仓库管理系统》是企业单位对仓库日常工作实现计算机智能化处理的应用软件。能外理商品采购、销售、调拨、组装、拆卸借入、借出、归还、盘点等一般仓库工作,能自动对库存超限的商品报警,多种报表功输出功能,让你的仓库管理工作轻松自如。

 
分页: 17/68 第一页 上页 12 13 14 15 16 17 18 19 20 21 下页 最后页 [ 显示模式: 摘要 | 列表