上一页 1 ··· 4 5 6 7 8
摘要: //一、首先是登录: public class AccountController : BaseController { public ActionResult Login() { //已经登录的,直接到默认首页 if (HttpContext.Request.IsAuthenticated) { retu... 阅读全文
posted @ 2014-11-19 15:31 兴趣就是天赋 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 数据导出: 1 将数据库TEST完全导出,用户名system 密码manager 导出到D:\daochu.dmp中 exp system/manager@TEST file=d:\daochu.dmp full=y 2 将数据库中system用户与sys用户的表导出 exp system/mana... 阅读全文
posted @ 2014-11-14 19:25 兴趣就是天赋 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8