当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: ="Previous Section" src="
 

 

    摘要:这几天一直在找绑定后后台修改datatable行这方面的代码,发现很少,但是又不得不实现这样的功能,通过查帮助,自己解决了:)我是将datatable绑定到listbox上,通过修改datatable来修改listbox值listbox1.beginupdate(); // stop the listbox from drawing while items are added.datatable ......
    摘要:当某个文本框只能输入数字时,我们需要加以限制,以避免操作员输入其它字符,以免保存数据时出错,下面的代码可以达到这样的效果。我们假定文本框名称为:txtweight,则在keypress事件中写下面的代码。 下面的代码是允许操作员输入数字和小数点private sub txtweight_keypress(byval sender as object, byval e as system.windo......


Evolution of Remoting

evolution of remoting

to underscore how far remoting has evolved from its cumbersome beginnings, the following sections give you a brief history of the various remoting frameworks. 【程序编程相关:递归法提升密码穷举算法性能

the scenarios presented thus far have only been possible due to the constant evolution of remoting frameworks. the implementation of large-scale business applications in a distributed manner has only been practicable after the technical problems have been taken care of by the frameworks. corba, com+, and ejb started this process several years ago, and .net remoting simplifies this process even more. 【推荐阅读:如何用UltraEdit编译C#源程序

distributed computing environment (dce), designed by the open software foundation (osf) during the early 1990s, was created to provide a collection of tools and services that would allow easier development and administration of distributed applications. the dce framework provides several base services such as remote procedure calls (dce/rpc), security services, time services, and so on. 【扩展信息:[水晶报表部署系列之一]轻松搞定水晶报表

dce/rpc

implementing dce is quite a daunting task; the interfaces have to be specified in interface definition language (idl) and compiled to c headers, client proxies, and server stubs by an idl compiler. when implementing the server, one has to link the binary with dce/threads, which are available for c/c++. the use of programming languages other than these is somewhat restricted due to the dependence on the underlying services, like dce/threads, with the result that one has to live with single-threaded servers when refraining from using c/c++.

dce/rpc nevertheless is the foundation for many current higher-level protocols including dcom and com+. several application-level protocols such as ms sql server, exchange server, server message block (smb), which is used for file and printer sharing, and network file system (nfs) are also based on dce/rpc.

corba


...   下一页
    摘要: 在有些时候,我们需要在自己的控件中加入象textbox一样的插入符这个功能我没有使用上一版所用的caret api而直接用了bitblt函数完成using system;using system.drawing;using system.windows.forms;using system.runtime.interopservices;namespace klezard.windows.for......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE