-
中印带动亚太区固网大规模增长
%相比有所上升。2005年中国、印度及韩国三国的移动设备市场规模之和达到了149.9亿美元,与2004年的127.6亿美元相比增长了17%。ID
资讯 2006-08-16
-
SQL Server 2005中的递归实现
://www.CodeHighlighter.com/>SELECT * INTO t 载入测试数据FROM(SELECT 1 AS ID,'food' AS Product,0 AS ParentID
技术 2006-08-08
-
关于default约束
CodeHighlighter (freeware)http://www.CodeHighlighter.com/>Crate table fb_user(Id int,Name varchar(10
技术 2006-07-21
-
查询SQL Server中表占用的空间方法
CodeHighlighter (freeware)http://www.CodeHighlighter.com/>select object_name(id) tablename,8*reserved/1024
技术 2006-07-11
-
通过作业定时同步两个数据库
highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/>create table [user](id int primary key,numbe
技术 2006-06-29
-
Cisco IOS OSPF exploit
Hi there, attached you may find the exploit for the Cisco IOS bug ID CSCdp58462. The bug
技术 2006-06-28
-
Sql Server分组查询示例
),birthday datetime)create table Or_info(Order_id int identity(1,1) primary key
技术 2006-06-25
-
手把手玩转虚拟主机之论坛数据库篇
上期(点击查看)为各位读者介绍了如何选择网络中的虚拟主机空间,并且一步一步的带领大家注册会员申请域名,申请空间。当我们的虚拟主机空间开通后工作才刚刚开始,接下来就需要合理的使用虚拟主机了。一般来说中小企业都需要建立内部论坛,一些事务性通知或工作可以放到论坛以帖子的形式开展,各个员工也可以通过注册ID在
应用 2006-06-19
-
Oracle数据库访问限制绕过漏洞
受影响系统: Oracle Database 9.2.0.0 10.2.0.3 描述: BUGTRAQ ID: 17426 Oracle是大型的商业数据库系统。 Oracle 9.2.0.0到
应用 2006-04-16
-
关于报表显示的问题
如果a是数值型,那么加工查询里的else后跟null select identity(int) id,* into #magic from #tmp 这条语句的时候报错,那是因为你的DB中间的
技术 2006-04-05