第一项:ASP.NET 用于卖软件的网站(包括功能及图片)   
>项目三阶段:   
>1.用户界面设计   
>2.功能建设   
>3.和PAYPAL的付款连接.   

>网页包括:   
>1.主页   
>2.联系我们   
>3.产品列表白(简单说明)   
>4.某一产品详细说明.(从以上页连接)   
>5.购买页.(输入名字,地址,信用卡等)   
>6.收据页.   
>用户界面应和http://www.decisio.com/ 一致.   
>产品表,说明和详细内容应存与DATASET的XML文件中. 管理员可以更改.   
>交付:   
>可运行的程序(包括原代码)   
>版权完全交付买家. 
>   
>第二项:WINDOWS2000, WINDOWSXP 运行程序.   
>1. 用户启动后, 提示用户输入用户名和密码   
>2. 发送以上用户信息到一网页进行核对.(我将会提供网页)   
>3.核对后,程序将扫描WINDOWS系统的OUTLOOK EXPRESS, OUTLOOK, 
> 和EUDORA的地址簿.   
>4. 程序将提示用户选择哪一个地址簿.   
>5.程序提示用户是否要扫描发件箱, 若要, 发件箱内邮件的收件人将被扫描.   
>6.以上扫描的邮件地址将被搜集,以"换行"分割.和用户名,密码一起"POST 
>"到一网页.   
>7.程序应记载以处理的邮件地址,以免重复"POST"   
>8.程序应提供用户是否要背景运行. 背景运行时,程序将监控地址簿和发件箱.若 
>发现新更改, 重复"POST"新数据,以保持网页数据正确.   

解决方案 »

  1.   

    ASP.NET 用于卖软件的网站
    //在什么地方?
      

  2.   

    看得我都晕,没明白什么意思,难道.net的项目书都这样吗
      

  3.   

    我靠
    你们都砍人3w? 还 4w?呢你以为老外是文盲would like to develop an application that automatically imports our   
    >>user's address books into our web based system. 
    >> 
    >>Each user of our service has a unique username and password. When   
    >>the import application is launched it needs to ask the user for   
    >>their "username" and "password", it will then send a quick request   
    >>to a web page that we will give you upon bid acceptance. That page   
    >>will either return "good" or "bad". If "good" is returned then the   
    >>application may proceed. 
    >> 
    >>Then the application scans the user's system, finds all outlook   
    >>express, outlook and eudora address books. It asks the user which   
    >>ones he/she would like to import. It then parses the address books   
    >>and extracts the e-mail addresses of each person in the address   
    >>book. 
    >> 
    >>Next, an option to scan their "outbox" is offered to them. If they   
    >>confirm this option, the application needs to find their   
    >>outlook/outlook express/eudora outbox file and extract the e-mail   
    >>addresses from the "to" field of those messages. 
    >> 
    >>Once all address books and outbound messages have been scanned   
    >>successfully, the importer puts together a "POST" method request to   
    >>a specific web page on our server. The POST contains the user's   
    >>username and password for our service along with a field containing   
    >>email address followed by newline.. with each imported e-mail   
    >>address being followed by a newline. 
    >> 
    >>To prevent duplicate imports into (extra loan on) our system the   
    >>application needs to keep track of what addresses have been   
    >>imported. 
    >> 
    >>Finally the application needs to offer a stay resident mode where it   
    >>monitors the user's outbox and address book and posts changes (if   
    >>the user selects that option) to the service web site so that the   
    >>users hosted whitelist is always up to date 
      这是老外发过来的!!!
      

  4.   

    我靠,仔细看了第二个需求的英文说明,发现这和我正在设计的一个软件的一个功能极其类似!!!!
    可惜估计我没有那么快开发出来...  NND.这个功能实现后,后面可能就是一个类似于PIM的网站应用.....