CSDN专家博客精华版

为人民服务!
  首页  :: 新随笔  :: 管理
上一页 1 ··· 436 437 438 439 440 441 442 443 444 ··· 520 下一页

2007年12月17日

摘要: By Ben方法一:function KillSpace(x){ while((x.length>0) && (x.charAt(0)==' ')) x = x.substring(1,x.length); //while((x.length>0) && (x.charAt(x.length-1)==' ')) while(x.length>0) x = x.substring(... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(117) 评论(0) 推荐(0)

摘要: By BenHTML:法一: aaaaaaaaaaaaa dddddddddddddddddddd fffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(136) 评论(0) 推荐(0)

摘要: By Ben实现代码如下: Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=131489 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(244) 评论(0) 推荐(0)

摘要: By Ben Working With the Data View Web Part Microsoft® Office... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(112) 评论(0) 推荐(0)

摘要: By Ben比如求 10! 的结果有两种解法:法一:一般的做法://=========================== document.writeln("递归算法一:"); //=========================== function factorial(x) { if(x 递归算法二:"); function myMath() {//============... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(99) 评论(0) 推荐(0)

摘要: By Ben利用css里expression来实现界面对象的批量控制问题说明:用过css样式我们就知道, 可以定义一批对象的class属性来指定同一个样式来统一界面. 但如何统一同类型的对象的事件? 比如:界面有无数个 如何实现鼠标经过此图片, 图片的src变成是**_over.jpg? 解决方法:使用css的expression方法,具体实现要看看.css的写法: /*替换图片CSS*/#... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(112) 评论(0) 推荐(0)

摘要: By BenReporting Service + SP1 for SQL server 2000预览研究环境: WinXP, SQL Server 2000 + SP3A, .Net 1.1附件: (下载附件)Project: Reporting Service 报表设计的Project Setup: 报表程序发布安装程序 Web: Repor... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(137) 评论(0) 推荐(0)

摘要: By BenUser Interface Process (UIP) Application Block - Version 2.0 环境: WinXP, SQL Server 2000 + SP3A, .Net 1.1, UIP 2.0研究思路: 1. 了解熟悉UIP和它的架构2. 安装UIP3. 研究demo, 了解UIP实际意义4. 完成UIP应用的helloworld程序5. 进而考虑... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(230) 评论(0) 推荐(0)

摘要: By BenAuthorization and Profile Application Block 1.0研究报告1. 课题简介利用WindowsPrincipal或GenericPrincipal可以实现验证授权. 但权限只能分到角色. 利用Authorization and Profile Application Block 1.0 不仅有效实现权限分配到角色, 更能分配到任务, 操作... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(107) 评论(0) 推荐(0)

摘要: By BenASP.NET 2.0 Beta 1研究总结 1. 课题简介ASP.NET 2.0 的出现, 更方便了开发者的系统开发, 更全面强大的设计工具Visual Studio .Net 2005 beta1 大大提高开发效率. 2. 研究过程2.1. 概述VS.NET 2005 beta1 以强大的IDE环境, 加上豪华的功能开发界面, 将ASP.NET 1.1开发量比较大的部分编码变成... 阅读全文

posted @ 2007-12-17 10:22 csdnexpert 阅读(130) 评论(0) 推荐(0)

上一页 1 ··· 436 437 438 439 440 441 442 443 444 ··· 520 下一页