摘要:
declare @i intset @i=1while @i<=1000begininsert into dbo.T_Uservalues('aaaa','ddddd')set @i=@i+1end 阅读全文
阅读排行榜
js 三维数组
2010-07-29 09:14 by floweriness, 824 阅读, 收藏,
摘要:
var para=[["country","国家","select1"],["area","地区","select2"],["city","城市","select3"],["company","公司名称","txt1"]]; 阅读全文
添加web引用和添加服务引用有什么区别?Add Service References 和 Add Web References 有啥区别?
2012-03-25 19:58 by floweriness, 536 阅读, 收藏,
摘要:
(1)VS2005里提供的Add Web Reference(添加Web服务引用)的功能主要是添加Web Service引用。(2)VS2008保留了Add Web Reference(添加Web服务引用)也是为了版本向前兼容。目前很多项目还是基于.NET Framework 2.0。(3)VS2008在升级以后为了对.NET Framework 3.0 或 3.5版本上WCF ServiceLibrary的支持。增加了Add Service Reference(添加服务引用)功能。Framework3.0 或 3.5 时可用。你说的情况我自己做了一下试验,同时存在Add Service Re 阅读全文
关于 Wordpress安装时出现“Warning: Cannot modify header information – headers already sent by….”
2009-10-03 22:31 by floweriness, 509 阅读, 收藏,
摘要:
今天新申请了PHP空间后,高兴的把WordPress装上,上传、解压、更改wp-config.php文件。当这一切都完成开始安装时,出现错误提示“Warning: Cannot modify header information – headers already sent by….”,不理,继续安装,然后登陆后台是继续出现这个错误。问题再次出现时,... 阅读全文
.net操作AD域
2012-03-25 20:16 by floweriness, 505 阅读, 收藏,
摘要:
2011-06-14 16:22#region 启用账户 /// <summary> /// 启用账户 /// </summary> /// <param name="user"></param> public bool EnableAccount(string userName) { try { DirectoryEntry userEntry = FindObject("user", userName); int val = (int)userEntry.Properties["userAcc 阅读全文
浙公网安备 33010602011771号