码迷,mamicode.com
首页 >  
搜索关键字:alter database add s    ( 53953个结果
ASP.NET集合类(转)
1 (一)ArrayList类:表示大小可按需动态增加的数组 2 protected void Page_Load(object sender, EventArgs e) 3 { 4 ArrayList al = new ArrayList(); 5 al.Add(100...
分类:Web程序   时间:2014-06-12 18:37:24    阅读次数:255
SQL Server2005基础知识(created by one friend)
1 -- 创建表book的Transact-SQL语句: 2 create database test01 3 create table test01.dbo.book( 4 book_id nchar(6) not null, 5 book_name nchar(30) null, ...
分类:数据库   时间:2014-06-12 18:13:07    阅读次数:640
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
后台代码中绑定枚举类型显示为英文,要显示中文的
显示英文的情况:是点击同页面中另外一个ddl控件显示隐藏部分,其中隐藏部分中有另一个ddl,此ddl显示为英文this.ddl.Items.Add(EnumUtils.GetListItem(PeriodType.Month));.......这里在页面显示中为Month修改为:(此种格式显示中文)...
分类:其他好文   时间:2014-06-12 15:33:46    阅读次数:201
[转]Oracle 11g Direct NFS
Direct NFS ClientNAS storage devices use the Network File System (NFS) to access data. In Oracle Database 10g, NAS devices were accessed using operati...
分类:数据库   时间:2014-06-12 14:47:29    阅读次数:421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!