当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: 这篇文章研究的是如何在一个用户登录后获得用户的任务。
 

 

 ·分享:处理excel方法小结     »显示摘要«
    摘要:常常看到如何处理excel文件的提问,这里小结一下,欢迎大家补充。▲1、通过excel的接口操作★限制:需要安装excel▲1.1、采用interop方式。参考:《creating an excel spreadsheet and adding data to it programmatically》http://www.csharphelp.com/archives/archive241.htm......
    摘要:挤压造型extrusion的节点说明和应用实例----------------------------1。挤压造型的节点说明:extrusion节点 extrusion{ spine [0 0 0,0 1 0] # mfvec3f crosssection [1 1,1 -1,-1 -1,-1 1,1 1] # mfvec2f scale [1 1] # mfvec2f orientation [......


Microsoft User Interface Process Application Block 研究(3)

 

  【程序编程相关:SQL Server.net 和 OLE

【推荐阅读:HOWTO:Turn Off PDA D

这篇文章研究的是如何在一个用户登录后获得用户的任务. 【扩展信息:Evolution of Remotin

在web界面中,用户如果通过验证就会转到welocme.aspx页面中,在这个页面中首先创建一个carttask对象:

 

 

dim task as new carttask(page.user.identity.name)

 

 

这个对象的new(userlogon as string)方法中调用了静态方法storecontrollerbase.getusertaskid来获得任务的标示,这个任务标示是一个guid类.在getusertaskid方法的如下代码中返回:

 

 

     dim cartbo as new carttaskbusinessobject()

     taskid = cartbo.gettask(username)

 

 

在carttaskbusinessobject.gettask方法中定义了三个类:

 

 

      dim mcustomerds as new customerds


...   下一页
 ·c# builder 实现pop3信箱的监视     »显示摘要«
    摘要:borland的c# builder是一个基于c#语言的编程工具,c# builder允许开发者用java或corba工具开发,c# builder同时也具有从多种数据库中读取数据的能力,可以混合和适应不同开发标准的能力。本文向大家介绍怎样用borland c# builder编写一个信箱监视程序, 程序主要是通过winsock来进行网络通信。要实现这个程序,应对pop3协议有一定的了解,下面是对......
» 本期热门文章:

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