中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > 编程语言 > .NET > 临时文章
CodeProject newsletter 2005/04/04
作者:未知 时间:2005-07-27 21:43 出处:CSDN 责编:chinaitpower
              摘要:CodeProject newsletter 2005/04/04

Rapid Web Application Development:开源项目,Rapid Development 提供一些常用的工具集辅助项目的开发,是开发人员的帮手,我还没有试用,包括:通过Web界面操作数据库、正则表达式工具、增强版的Grid、网站帮助文件维护界面、类库浏览器等。

Incorporating Yahoo! Messenger into your website 主要介绍通过哪些Href的URL格式在Web页面中和Yahoo Messenger交互。例如:<a href = 'ymsgr:sendim?<B>novavnu</B>&m=<B>hello+my+friend</B>'>Send me a message</a>。

Using the DataGrid Control 如何试用Windows Form的DataGrid:新增Row,更新、保存Row中的内容,将Grid中的数据Copy出为本地文件。

Faster MS Excel Reading using Office Interop Assemblies  〔可能Oledb的方式更快一些,但按照作者的意思是不符合他获得数据的需求,〕通过Excel对象一个一个Cell的方式去获得数据是很慢的,所以它使用了Range对象以数据块的形式获得数据。

Custom app.config 不一定是app.Config。你可以自己定义一个符合规范的.config,即时装载。

Multiple Columns DropDown for ASP.NET  有多个列的下拉框,应该是通过层来实现的吧。

Dissecting the MessageBox Windows Form 类似于 VSS 的自定义对话框。

Smart Thread Pool .NET实现的Windows Form 线程池,"Many applications create threads that spend a great deal of time in the sleeping state, waiting for an event to occur. Other threads might enter a sleeping state only to be awakened periodically to poll for a change or update status information. Thread pooling enables you to use threads more efficiently by providing your application with a pool of worker threads that are managed by the system. One thread monitors the status of several wait operations queued to the thread pool. When a wait operation completes, a worker thread from the thread pool executes the corresponding callback function."


关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有