当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: class CDialog : public CWnd{DECL
 

 

    摘要:摘要:本文主要介绍了asp.net web应用程序的安全模型的种类、对比其优缺点,提出了选择的机制。 关键字:安全模型 受信任子模型 模拟/委托子模型 asp.net web应用 1.前言 asp.net web应用程序通常属于多层体系结构,一般从逻辑结构上可以分为表示层、业务逻辑层和数据访问层;客户端要访问应用程序资源,其身份认证和授权必然要跨越多个层次。本文主要讨论sp.net应用程序的资源访......
 ·对mfc指手划脚(3)     »显示摘要«
    摘要:class cwinapp : public cwinthread{declare_dynamic(cwinapp)public:// constructorcwinapp(lpctstr lpszappname = null); // app name defaults to exe name// attributes// startup args (do not change)hinstanc......


对MFC指手划脚(2)

class cdialog : public cwnd{declare_dynamic(cdialog)// modeless constructpublic:cdialog();bool create(lpctstr lpsztemplatename, cwnd* pparentwnd = null);bool create(uint nidtemplate, cwnd* pparentwnd = null);bool createindirect(lpcdlgtemplate lpdialogtemplate, cwnd* pparentwnd = null,void* lpdialoginit = null);bool createindirect(hglobal hdialogtemplate, cwnd* pparentwnd = null);// modal constructpublic:cdialog(lpctstr lpsztemplatename, cwnd* pparentwnd = null);cdialog(uint nidtemplate, cwnd* pparentwnd = null);bool initmodalindirect(lpcdlgtemplate lpdialogtemplate, cwnd* pparentwnd = null,void* lpdialoginit = null);bool initmodalindirect(hglobal hdialogtemplate, cwnd* pparentwnd = null);// attributespublic:void mapdialogrect(lprect lprect) const;void sethelpid(uint nidr);// operationspublic:// modal processingvirtual int domodal();// support for passing on tab control - use ´postmessage´ if neededvoid nextdlgctrl() const;void prevdlgctrl() const;void gotodlgctrl(cwnd* pwndctrl);// default button accessvoid setdefid(uint nid);dword
...   下一页

 ·购物车    »显示摘要«
    摘要:castclass.asp <%class shopbag ´放商品的空间 private prospace ´商品信息个数 private itemscout ´=============================================================´ 共有的´==================......
» 本期热门文章:

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