摘要: 使用的驱动是官方最新驱动2.2.4 首先写一个帮助类: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Configuration; using MongoDB 阅读全文
posted @ 2016-09-02 11:32 bai--bai 阅读(475) 评论(0) 推荐(0)
摘要: 这里需要提一下的是,asp.net编程提供了服务端控件和客户端控件的说法,其实还是脱离不了HTML的本质,客户端和服务端需要交互必须要提交,提交有两种方式get和post,get就是通过向服务端发送连接地址,服务端通过地址的参数来获得信息的,一般这些参数都是明文,能在浏览器地址栏看到。而post是通... 阅读全文
posted @ 2015-06-05 09:43 bai--bai 阅读(3494) 评论(0) 推荐(0)