Most aix start stop ftp related news are at:
getbt.com
– 也来上网 | www.getbt.com
[转]Oracle数组的使用 11 Jul 2011 | 02:46 am
除了构造函数外,集合还有很多内建函数,这些函数称为方法。 调用方法的语法如下: collection.method 下表中列出oracle中集合的方法 方法 描述 使用限制 COUNT 返回集合中元素的个数 DELETE 删除集合中所有元素 DELETE() 删除元素下标为x的元素,如果x为null,则集合保持不变 对VARRAY非法 read more
oracle截取字符串的函数substr的用法 11 Jul 2011 | 02:45 am
oracle中,可以用substr函数截取字符串. 语法: substr( string, start_position, [ length ] ) 取子字符串,从start_position开始,取length个,length为可选,如果length为空则返回start_position后的所有字符。 实例: substr('This is a test', 6, 2) would r...
More aix start stop ftp related news:
Restarting Microsoft IIS dmt-labs.com 14 Nov 2011 | 10:19 pm
net stop iisadmin this command will completely stop all the IIS Service such as FTP, SMTP, WWW net start w3svc This command will start the WEB Services