ChinaUnix.net
相关文章推荐:

st04 sap database disk clear

4319(6719) 04N4638 35.16GB Ultra2 SCSI disk Unit 10000转硬盘 联 系 人:  焦小姐 地 区:  广东 邮政编码:  518038 电 话:  0755-83473872 手机:13510490662电子邮箱:  [email]jiaoli2008@szleadcom.net[/email] 传 真:  0755-38473940 网 址:  WWW.SZLEADCOM.NET

by YOYO84 - 二手交易 - 2007-06-07 10:15:42 阅读(501) 回复(0)

相关讨论

joomla的数据库类,joomla有好些数据库驱动,这里我们只讨论mysql。我们操作全局数据库对象通过JFactory$db =& JFactory::getDBO();所有的数据库都有前缀,通常是jos_,这样能够帮助我们一套数据库可以安装多套的joomla。表的命名约定当我们创建为扩展创建数据表时,我们必须按照标准的约定,最重要的就是表的命名方式。所有的表以匹配符开始,然后接扩展的名称,如果表要存储特殊的实体,添加复数的实体名称到表的结尾,例如,一...

by aivera - php文档中心 - 2008-07-15 11:14:30 阅读(901) 回复(0)

SELECT AAESDFKD CBLUPDK1 ASSIGN TO WORKstATION-AAESDFKD-SI CBLUPDK1 ORGANIZATION IS TRANSACTION CBLUPDK1 ACCESS MODE IS DYNAMIC CBLUPDK1 RELATIVE KEY IS ZZRR CBLUPDK1 ...

by 超越自己-勇 - AS400 - 2006-03-20 15:26:49 阅读(874) 回复(1)

disksite [ 本帖最后由 zhaopingzi 于 2006-4-19 08:22 编辑 ]

by zhaopingzi - 存储备份 - 2005-12-30 22:47:26 阅读(794) 回复(1)

280开机自检时出现Boot device: disk:f File and args:是什么意思?在ok下如何检测硬盘?

by jollyfu - Solaris - 2004-10-25 13:11:38 阅读(475) 回复(2)

今天去面试了,狂郁闷,人家都要会sap的 而我 就回c++, md 决定要开始转了,学习java,现在找工作要这个的多

by T720i - IT职业生涯 - 2007-04-15 23:11:10 阅读(1276) 回复(8)

请教高手们一个问题,什么是sap(SEVICE ACCESS POINTS),中文译成服务访问点,这个概念我很模糊。

by Rayleigh - 软件配置管理 - 2005-06-29 16:25:22 阅读(1522) 回复(0)

有谁知道sap(service access points)的概念吗?

by Rayleigh - 内核/嵌入技术 - 2005-06-29 16:13:42 阅读(401) 回复(0)

clear itclear itclear itclear itclear itclear itclear itv [ 本帖最后由 wgmaster 于 2009-2-19 21:04 编辑 ]

by wgmaster - 网络技术 - 2008-02-27 16:37:37 阅读(1607) 回复(0)

clear itclear itclear itclear itclear it [ 本帖最后由 wgmaster 于 2009-2-19 21:02 编辑 ]

by wgmaster - 二手交易 - 2008-02-19 15:57:18 阅读(1356) 回复(4)

1. In one constructor we can use this to call another constructor, but just once and you must call the constructor at the top. class Test { Test(int i) { } Test() { this(2); System.out.println(""); } } 2. You can't use the class's functions or variables which are not static in a static function. So you can't use this in the static method. 3. GC(garbage ...

by ganqing1234 - Java文档中心 - 2007-08-22 11:25:27 阅读(427) 回复(0)