当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: 1 什么叫设备坐标,什么叫逻辑坐标? 言语无用,程序说话!
 

 

    摘要:ado.net中的多数据表操作浅析—读取 作者:郑佐??????? 2004-8-5 ???????? 在开发基于.net平台的数据库应用程序时,我们一般都会用到dataset,作为ado.net的核心类它为我们提供了强大的功能,而整个看上去就像是放在内存内的一个小型数据库,内部包括了datatable、dataview、datarow、datacolumn、constraint以及datarelation。当初看到它时真的是有点兴奋。 ......
    摘要:ado.net中的多数据表操作浅析—修改 作者:郑佐??????? 2004-8-5 三、更新数据集 首先需要说明的是我这里去掉了order details表,对两个表的操作只是其中的几个字段。下面是窗体界面: 图3-1 单选框用来选择不同的更新方法。 在dataaccess类中增加两个类成员变量: ???? private sqldataadapter _customerdataadapter; //客户数据适配器 ???? ......


关于win32 programming中的视口和窗口!

1 什么叫设备坐标,什么叫逻辑坐标?

#include <windows.h> 【相关文章:常见硬件术语手册!绝对权威!(转!)二、

言语无用,程序说话! 【扩展阅读:常见硬件术语手册!绝对权威!(转!)一、

int winapi winmain (hinstance hinstance, hinstance hprevinstance, 【扩展信息:常见硬件术语手册!绝对权威!(转!)三、

lresult callback wndproc (hwnd, uint, wparam, lparam) ;

                    pstr szcmdline, int icmdshow)

{

     static tchar szappname[] = text ("hellowin") ;

     hwnd         hwnd ;

     msg          msg ;

     wndclass     wndclass ;

     wndclass.style         = cs_hredraw | cs_vredraw ;

     wndclass.lpfnwndproc   = wndproc ;

     wndclass.cbclsextra    = 0 ;

     wndclass.cbwndextra    = 0 ;

     wndclass.hinstance     = hinstance ;

     wndclass.hicon         = loadicon (null, idi_application) ;

     wndclass.hcursor       = loadcursor (null, idc_arrow) ;

     wndclass.hbrbackground = (hbrush) getstockobject (white_brush) ;

     wndclass.lpszmenuname  = null ;

     wndclass.lpszclassname = szappname ;


...   下一页
    摘要:持久化操作由与持久对象关联的持久化类来完成,持久化类是实现iclasspersister接口的类,每个持久对象都有一个关联的持久化类,这些持久化类存储在会话工厂的classpersisters集合中,nhibernate允许用户通过自定义的持久化类来持久化数据。iclasspersister接口定义了基本的crud操作,在nhibernate中由abstractentitypersister类实现,这是一个抽象类,有两个具体的派生类,分别是:entityp......
» 本期热门文章:

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