<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_LanceZhang's Tech Blog_分类_07. Resources &amp; Controls</title><id>http://feed.cnblogs.com/blog/u/28707/category/150554/rss</id><updated>2012-05-29T21:28:52Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/category/150554.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/28707/category/150554/rss"/><entry><id>http://www.cnblogs.com/blodfox777/archive/2011/01/25/qiangpiaokuaishou.html</id><title type="text">【开源】二手火车票监控程序 抢票快手 V1.0发布</title><summary type="text">背景呃，春运，不用多说了。。上海局的电话订票只支持8000个并发，基本上都抢不到。我等广大P民只能将眼光投放到赶集网、58同城等门户，关注里面的车票转让信息，尽管不少是票贩子，但也没办法。前几天自己转让了一张火车票，结果信息发上去之后10分钟内收到了11个电话，自然后来的10个朋友都失望而归。无疑，这里也成了抢票的战场。。园子里也有不少朋友都写了信息监控程序，如这个，本人加以借鉴，做了这个WinF...</summary><published>2011-01-25T03:36:00Z</published><updated>2011-01-25T03:36:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2011/01/25/qiangpiaokuaishou.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2011/01/25/qiangpiaokuaishou.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/11/10/1600021.html</id><title type="text">部分不能激活Win 7 的问题分析和解决方案</title><summary type="text">总所周知，目前Win7的激活程序多如牛毛，但总有些朋友的机器就是激活不了，以至于要刷BIOS等高危操作。本文通过对Win7激活程序的原理分析，针对几种常见的不能激活Win7问题提出解决方案，希望能够帮助需要的朋友。</summary><published>2009-11-10T09:24:00Z</published><updated>2009-11-10T09:24:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/11/10/1600021.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/11/10/1600021.html"/><content type="text">总所周知，目前Win7的激活程序多如牛毛，但总有些朋友的机器就是激活不了，以至于要刷BIOS等高危操作。本文通过对Win7激活程序的原理分析，针对几种常见的不能激活Win7问题提出解决方案，希望能够帮助需要的朋友。</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/11/03/1595223.html</id><title type="text">支付宝接口程序、文档及解读(ASP.NET)</title><summary type="text">对支付宝的“标准快速付款接口文档”“即时到账接口开发文档及其代码实例”“net_05_UTF-8(post方式)”“解读支付宝接口程序”进行汇总和整理，希望能够帮助需要的朋友。</summary><published>2009-11-03T06:45:00Z</published><updated>2009-11-03T06:45:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/11/03/1595223.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/11/03/1595223.html"/><content type="text">对支付宝的“标准快速付款接口文档”“即时到账接口开发文档及其代码实例”“net_05_UTF-8(post方式)”“解读支付宝接口程序”进行汇总和整理，希望能够帮助需要的朋友。</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/06/24/1510133.html</id><title type="text">Performance of Every Day Things by Jeffrey Richter PPT and Code</title><summary type="text">/Files/blodfox777/PerformanceofEveryDayThings.zip/Files/blodfox777/PerformanceofEveryDayThings.pdf/Files/blodfox777/WCF企业分布式开发最佳实践.part1.rar/Files/blodfox777/WCF企业分布式开发最佳实践.part2.rar</summary><published>2009-06-24T05:21:00Z</published><updated>2009-06-24T05:21:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/06/24/1510133.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/06/24/1510133.html"/><content type="text">/Files/blodfox777/PerformanceofEveryDayThings.zip/Files/blodfox777/PerformanceofEveryDayThings.pdf/Files/blodfox777/WCF企业分布式开发最佳实践.part1.rar/Files/blodfox777/WCF企业分布式开发最佳实践.part2.rar</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/03/11/1408568.html</id><title type="text">使用HttpHandler解析并展示PDF文档内容</title><summary type="text">如果我们想将服务端的PDF文档内容展示给客户端，往往会通过URL直接访问的方式。这样一来，PDF文档就会毫无保留的保存到客户端去，通过浏览器的PDF插件，客户端可以随意拷贝PDF的副本。本文通过HttpHandler和开源控件PDFBox来对PDF文档进行访问控制，只向客户端解析并展示PDF的内容而非PDF文件本身。</summary><published>2009-03-11T03:08:00Z</published><updated>2009-03-11T03:08:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/03/11/1408568.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/03/11/1408568.html"/><content type="text">如果我们想将服务端的PDF文档内容展示给客户端，往往会通过URL直接访问的方式。这样一来，PDF文档就会毫无保留的保存到客户端去，通过浏览器的PDF插件，客户端可以随意拷贝PDF的副本。本文通过HttpHandler和开源控件PDFBox来对PDF文档进行访问控制，只向客户端解析并展示PDF的内容而非PDF文件本身。</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/03/02/1401199.html</id><title type="text">2009年.NET技术大会讲义（上）——PDF分享</title><summary type="text">在上一篇帖子（2009 .NET技术大会图文分享 ）中，许多没能与会的园友希望能够得到大会的讲义（PPT），今天我将大会的讲义《2009年.NET技术大会讲义（上）》扫描制作成了PDF版本，与大家分享。因为一页一页扫描很慢，所以《2009年.NET技术大会讲义（下）》还在制作中，稍后与大家共享。</summary><published>2009-03-02T01:18:00Z</published><updated>2009-03-02T01:18:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/03/02/1401199.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/03/02/1401199.html"/><content type="text">在上一篇帖子（2009 .NET技术大会图文分享 ）中，许多没能与会的园友希望能够得到大会的讲义（PPT），今天我将大会的讲义《2009年.NET技术大会讲义（上）》扫描制作成了PDF版本，与大家分享。因为一页一页扫描很慢，所以《2009年.NET技术大会讲义（下）》还在制作中，稍后与大家共享。</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/02/11/1388021.html</id><title type="text">轻量级网页客户端矢量图形绘制技术总结（lightweight techniques for online drawing）</title><summary type="text">提到在线绘图，目前最流行的技术应该属Flex了（可参见另一篇文章：15个强大的在线图片编辑器 ），另外Silverlight在此方面也很有潜力。相比之下，诸多轻量级的客户端矢量图形绘制技术却显得有点鲜为人知。谨以此文总结我一年以来收集的此方面的相关资料与心得，与大家分享！</summary><published>2009-02-11T03:55:00Z</published><updated>2009-02-11T03:55:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/02/11/1388021.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/02/11/1388021.html"/><content type="text">提到在线绘图，目前最流行的技术应该属Flex了（可参见另一篇文章：15个强大的在线图片编辑器 ），另外Silverlight在此方面也很有潜力。相比之下，诸多轻量级的客户端矢量图形绘制技术却显得有点鲜为人知。谨以此文总结我一年以来收集的此方面的相关资料与心得，与大家分享！</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/02/10/1387229.html</id><title type="text">实时股票数据获取方式 </title><summary type="text">转自：股票数据的获取目前有如下两种方法可以获取: 1.http/javascript接口取数据2.web-service接口1.http/javascript接口取数据1.1Sina股票数据接口以大秦铁路（股票代码：601006）为例，如果要获取它的最新行情，只需访问新浪的股票数据接口：http://hq.sinajs.cn/list=sh601006这个url会返回一串文本，例如：var hq_...</summary><published>2009-02-10T02:35:00Z</published><updated>2009-02-10T02:35:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/02/10/1387229.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/02/10/1387229.html"/><content type="text">转自：股票数据的获取目前有如下两种方法可以获取: 1.http/javascript接口取数据2.web-service接口1.http/javascript接口取数据1.1Sina股票数据接口以大秦铁路（股票代码：601006）为例，如果要获取它的最新行情，只需访问新浪的股票数据接口：http://hq.sinajs.cn/list=sh601006这个url会返回一串文本，例如：var hq_...</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/01/20/1379084.html</id><title type="text">Windows 7 SDK beta版及开发示例视频发布</title><summary type="text">1月9日，Windows SDK for Windows 7 and .NET Framework 3.5 SP1 BETA版发布，一些Windows 7的开发资源也已经在channel9上发布了</summary><published>2009-01-20T10:36:00Z</published><updated>2009-01-20T10:36:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/01/20/1379084.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/01/20/1379084.html"/><content type="text">1月9日，Windows SDK for Windows 7 and .NET Framework 3.5 SP1 BETA版发布，一些Windows 7的开发资源也已经在channel9上发布了</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/01/15/1376356.html</id><title type="text">JavaScript, AJAX树形控件大全(all kinds of TreeView Controls by JavaScript, AJAX)</title><summary type="text">收集的各种TreeView，共享一下</summary><published>2009-01-15T06:34:00Z</published><updated>2009-01-15T06:34:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/01/15/1376356.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/01/15/1376356.html"/><content type="text">收集的各种TreeView，共享一下</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/01/13/1374907.html</id><title type="text">Outlook Express邮件客户端的自动化配置</title><summary type="text">在部署一个政府OA系统中的邮件模块时，由于用户全都是五六十岁的老人，邮件客户端统一采用Outlook Express，甲方项目经理要求邮件客户端的配置实现全自动化，非常头疼，好不容易才解决，来此与大家分享。</summary><published>2009-01-13T07:12:00Z</published><updated>2009-01-13T07:12:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/01/13/1374907.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/01/13/1374907.html"/><content type="text">在部署一个政府OA系统中的邮件模块时，由于用户全都是五六十岁的老人，邮件客户端统一采用Outlook Express，甲方项目经理要求邮件客户端的配置实现全自动化，非常头疼，好不容易才解决，来此与大家分享。</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/01/12/1374371.html</id><title type="text">网页配色方案大全图表（一）</title><summary type="text">色谱图原图太大了，请下载，下面是缩小后的：请下载</summary><published>2009-01-12T09:27:00Z</published><updated>2009-01-12T09:27:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/01/12/1374371.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/01/12/1374371.html"/><content type="text">色谱图原图太大了，请下载，下面是缩小后的：请下载</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2009/01/09/1372683.html</id><title type="text">本地化区域名称和标识符</title><summary type="text">简体中文是zh-cn，美国英语是en-us，今天遇到个罗马尼亚人问罗马尼亚语的标示，-_-!不知道，查了一下，把这个表从msdn上copy了下来</summary><published>2009-01-09T06:51:00Z</published><updated>2009-01-09T06:51:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2009/01/09/1372683.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2009/01/09/1372683.html"/><content type="text">简体中文是zh-cn，美国英语是en-us，今天遇到个罗马尼亚人问罗马尼亚语的标示，-_-!不知道，查了一下，把这个表从msdn上copy了下来</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/12/08/1350135.html</id><title type="text">AJAX File Upload 解决方案集合 (To make a AJAX File upload)</title><summary type="text">Based on my knowledge,all the File Upload control whichbased on the RFC1867( Form-based File Upload in HTML. (http://www.ietf.org/rfc/rfc1867.txt) ) need a full postback, andcannot work in an UpdatePa...</summary><published>2008-12-08T03:22:00Z</published><updated>2008-12-08T03:22:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/12/08/1350135.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/12/08/1350135.html"/><content type="text">Based on my knowledge,all the File Upload control whichbased on the RFC1867( Form-based File Upload in HTML. (http://www.ietf.org/rfc/rfc1867.txt) ) need a full postback, andcannot work in an UpdatePa...</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/11/22/1338940.html</id><title type="text">Windows 7 screen shot 119 pics （119张Windows 7 截图）</title><summary type="text">从互联网上搜集，主要来源为：http://www.kenengba.com/post/457.htmlhttp://www.in9.cn/read.php?tid=326907http://www.in9.cn/read.php?tid=260816screen.width-461) window.open('http://news.skycn.com/newsimg/081029/1107209...</summary><published>2008-11-22T06:22:00Z</published><updated>2008-11-22T06:22:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/11/22/1338940.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/11/22/1338940.html"/><content type="text">从互联网上搜集，主要来源为：http://www.kenengba.com/post/457.htmlhttp://www.in9.cn/read.php?tid=326907http://www.in9.cn/read.php?tid=260816screen.width-461) window.open('http://news.skycn.com/newsimg/081029/1107209...</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/10/21/1295232.html</id><title type="text">开发资源收集：128个ajax/javascript框架</title><summary type="text">AJAX框架能够帮助我们快速开发能够通过JavaScript调用WebService（Server Page）的网页，而不必要提交整个页面。近来的web应用都使用AJAX来提高网页的可交互性和实现更好的功能。目前互联网上有上百个AJAX/JavaScript框架可供我们使用，这里所整理的是比较常用的128个，与大家分享</summary><published>2008-10-21T02:48:00Z</published><updated>2008-10-21T02:48:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/10/21/1295232.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/10/21/1295232.html"/><content type="text">AJAX框架能够帮助我们快速开发能够通过JavaScript调用WebService（Server Page）的网页，而不必要提交整个页面。近来的web应用都使用AJAX来提高网页的可交互性和实现更好的功能。目前互联网上有上百个AJAX/JavaScript框架可供我们使用，这里所整理的是比较常用的128个，与大家分享</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/10/17/1313335.html</id><title type="text">13个AJAX验证框架</title><summary type="text">众所周知，验证，最好是在客户端尽量解决，以降低服务端资源开销；在目前AJAX流行的今天，基于AJAX的验证更能够为客户端验证提供丰富的机制和美观的交互效果。本文收集了个比较通用的AJAX验证框架，与大家分享！</summary><published>2008-10-17T04:25:00Z</published><updated>2008-10-17T04:25:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/10/17/1313335.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/10/17/1313335.html"/><content type="text">众所周知，验证，最好是在客户端尽量解决，以降低服务端资源开销；在目前AJAX流行的今天，基于AJAX的验证更能够为客户端验证提供丰富的机制和美观的交互效果。本文收集了个比较通用的AJAX验证框架，与大家分享！</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/10/14/1311255.html</id><title type="text">56 个AJAX图片展示框架(Galleries, Slideshows and Lightboxes)</title><summary type="text">随着Lightbox和image Gallery的广泛应用，目前基于AJAX技术动态展示图片的框架已经是百家争鸣，在这里我收集汇总了56个比较通用的框架，与大家分享！</summary><published>2008-10-14T14:34:00Z</published><updated>2008-10-14T14:34:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/10/14/1311255.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/10/14/1311255.html"/><content type="text">随着Lightbox和image Gallery的广泛应用，目前基于AJAX技术动态展示图片的框架已经是百家争鸣，在这里我收集汇总了56个比较通用的框架，与大家分享！</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307462.html</id><title type="text">javascript格式化排版工具</title><summary type="text">VS2008里对JavaScript格式化的支持极其之烂，深受其苦，特发这么一个小程序与大家共享！</summary><published>2008-10-09T11:00:00Z</published><updated>2008-10-09T11:00:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307462.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307462.html"/><content type="text">VS2008里对JavaScript格式化的支持极其之烂，深受其苦，特发这么一个小程序与大家共享！</content></entry><entry><id>http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307418.html</id><title type="text">关于网络摄像头的一些.net好文章（.net resource and articles for Webcam app）</title><summary type="text">Friend, here are the couple of tutorials that will help you outhttp://weblogs.asp.net/nleghari/articles/webcam.aspxhttp://www.codeproject.com/KB/web-image/webcamimage.aspxhttp://www.codeproject.com/KB...</summary><published>2008-10-09T09:21:00Z</published><updated>2008-10-09T09:21:00Z</updated><author><name>LanceZhang</name><uri>http://www.cnblogs.com/blodfox777/</uri></author><link rel="alternate" href="http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307418.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/blodfox777/archive/2008/10/09/1307418.html"/><content type="text">Friend, here are the couple of tutorials that will help you outhttp://weblogs.asp.net/nleghari/articles/webcam.aspxhttp://www.codeproject.com/KB/web-image/webcamimage.aspxhttp://www.codeproject.com/KB...</content></entry></feed>
