it技术博客

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2014年4月13日

摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebControls;using System.Web.UI.HtmlControls;using System.Xml ;namespace WebApplication1{/// /// Summary des 阅读全文
posted @ 2014-04-13 09:29 ie技术博客 阅读(741) 评论(0) 推荐(0)

摘要: 命令行运行C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql -S (local) -U 数据库用户名 -P 密码 -ed -d 数据库名称 -et -t 表名 阅读全文
posted @ 2014-04-13 09:26 ie技术博客 阅读(129) 评论(0) 推荐(0)