• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
洛客
追求完美的用户体验。
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 7 8 下一页
2008年7月8日
VSTS WebTest和LoadTest课程索引
摘要: 虽然是E文的,但我相信大家的能力,在学习过程中也把英语练了,蛮好的。 Visual Studio Team System for Testers Content Index for Web Tests and Load Tests ... 阅读全文
posted @ 2008-07-08 15:00 洛客 阅读(1253) 评论(0) 推荐(0)
2008年6月20日
Speed Up Your Site with the Improved View State in ASP.NET 2.0
摘要: This article discusses: How view state works ASP.NET 2.0 improvements to view state Using control state to main... 阅读全文
posted @ 2008-06-20 18:18 洛客 阅读(482) 评论(0) 推荐(0)
2008年6月16日
ASP.NET压力测试
摘要: vs2005的ACT压力测试软件 http://download.microsoft.com/download/a/8/2/a82e7ba7-c772-4ec4-b186-2cf147f42c11/setup.exe 前 言 对于直接面对互联网用户的WEB应用,在开发设计的时候必须格外小心,因为谁也不知道在单位时间内WEB程序访问和运行的速度。所以,在程序设计完成以后,最后针对程序进行一些严... 阅读全文
posted @ 2008-06-16 21:32 洛客 阅读(4672) 评论(0) 推荐(0)
2008年6月5日
Localizing CrystalReportViewer
摘要: I'm describing here the procedure how to localize CrystalReportViewer in .NET 1.1 framework, in an _almost_ proper way (i.e., we actually create a satellite assembly containing resources). We have to ... 阅读全文
posted @ 2008-06-05 22:00 洛客 阅读(455) 评论(0) 推荐(0)
2008年5月12日
Problem: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection.
摘要: Problem: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. 可以连接本机的SqlServer上面的数据库,但是连接服务器上面的有问题,原因如上。在百度和Google中查找相关的帮助都是这是因为没有使用SQL SERVER和WINDOWS的混合登陆模... 阅读全文
posted @ 2008-05-12 14:09 洛客 阅读(2249) 评论(1) 推荐(0)
2008年5月2日
asp和asp.net共享session解决办法
摘要: 在原有的asp程序中用asp.net添加功能模块,共享SESSIONs是一个难点,下面介绍一种较为简洁的方法,可以在asp和asp.net中共享session会话。 登录页面使用C#重新创建,在成功登录后执行语句: Response.Write(""); 打开aspxtoasp.aspx页面,action设为aspxtoasp.asp,即可将session值post到asp页面,因为是单向传... 阅读全文
posted @ 2008-05-02 18:01 洛客 阅读(154) 评论(0) 推荐(0)
如何实现Asp与Asp.Net共享Session
摘要: 微软.net中,Session的存储机制已经与Asp的存储机制不一样,虽然可以在同一个IIS下同时运行asp与aspx,但是它们之间不能传递Session。 之前大批系统应用到了asp,在升级过程中,如果完全抛弃asp来重写,一来工作量太大,二来以前的成果不能保存下来。 所以微软提出了一个Session共享的解决方案,只是此文档光说明原理,并没有说具体的操作步骤,由此,我撰文描述过程。 简单说... 阅读全文
posted @ 2008-05-02 18:01 洛客 阅读(430) 评论(0) 推荐(0)
2008年4月28日
在.net执行sql脚本的简单实现
摘要: 在.net执行sql脚本的简单实现 郑佐2004-12-25 看到csdn社区经常有人问在.net中如果执行sql脚本,下面是使用C#调用cmd来执行osql实现脚本的执行。 using System; using System.Data; using System.Collections; using System.Xml; using System.IO; using Sy... 阅读全文
posted @ 2008-04-28 13:59 洛客 阅读(310) 评论(0) 推荐(0)
2008年4月16日
ASP 调用返回 DataSet 的 Web Service
摘要: WebServiceDemo.asmx public class ServiceDemo : WebService { [WebMethod] public string HelloWorld(string ss) { return "Hello World,"+ss; } [Web... 阅读全文
posted @ 2008-04-16 21:23 洛客 阅读(252) 评论(0) 推荐(0)
2008年3月24日
SQL递归查询
摘要: declare @t table(RecID int,PUnitNo nvarchar(100),UnitNo nvarchar(100),PathDepth int,Path nvarchar(100)) declare @level int set @level=1 insert into @t SELECT RecID,PUnitNo,UnitNo,@level AS PathDepth,... 阅读全文
posted @ 2008-03-24 20:51 洛客 阅读(1651) 评论(1) 推荐(0)
上一页 1 2 3 4 5 6 7 8 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3