摘要: 大家用过Google earth或Baidu Map的都知道他们的电子地图可以支持 鼠标拖放、局部缩放等操作,又炫又酷,其原理就是在服务端准备了多个层次大小不同的图片,通过条件选择显示,其工作量大,非常复杂。 而如今,在Silverlight 2下,MS提供了Deep Zoom Composer工具,能够仅仅通过鼠标点击便帮我们生成一个强大的10层电子地图,并连同Silverlight XAML代码 阅读全文
posted @ 2008-08-05 19:23 LanceZhang 阅读(5871) 评论(22) 推荐(1) 编辑
摘要: 只需要在meta中添加以下代码,就可以使网页在IE 8中运行时采用IE7的兼容模式: If you want your web site (which can support by IE7) supported by IE8, just add the following line in your page: Code highlighting produced by Actipro ... 阅读全文
posted @ 2008-08-05 18:19 LanceZhang 阅读(542) 评论(0) 推荐(0) 编辑
摘要: Button有两个点击事件: onclick 触发服务端事件,脚本为c#或VB.NET OnClientClick 触发客户端事件,脚本一般为JavaScript,此属性为ASP.NET 2.0新增,1.1之前需要使用添加attribute的方法来添加客户端事件 在点击按钮时,先运行OnClientClick 中的脚本,如果返回值为true,则再运行button_onclick 中... 阅读全文
posted @ 2008-08-05 18:14 LanceZhang 阅读(5497) 评论(2) 推荐(1) 编辑
摘要: 转自http://muqi22.blog.sohu.com/93893657.html foxmail.com.cn pop3地址:pop.foxmail.com.cn smtp地址:smtp.foxmail.com.cn mail.bodachina.com pop3地址:mail.bodachina.com smtp地址:mail.bodac... 阅读全文
posted @ 2008-08-05 17:44 LanceZhang 阅读(5201) 评论(3) 推荐(0) 编辑
摘要: 当我们打印一个网页时,默认情况下,网页的背景图片是不会被打印出来的 这与我们的打印代码无关,需要设置IE便可,如下图: 阅读全文
posted @ 2008-08-05 13:21 LanceZhang 阅读(1866) 评论(0) 推荐(0) 编辑
摘要: Hi ALL I think the point key of JavaScript validations is regular expression and JDOM, the following links will tell us something about JavaScript Validation JavaScript Form Validation http://www.... 阅读全文
posted @ 2008-08-05 11:44 LanceZhang 阅读(403) 评论(1) 推荐(0) 编辑
摘要: 如XML、PDF之类的文件,我们提供给客户下载时往往会在浏览器中打开,很不方便。 下面的demo可以解决此问题,尽管这段代码很多人都会,但还是发在这里,作为一个备份吧 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文
posted @ 2008-08-05 11:23 LanceZhang 阅读(832) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示