11 2014 档案

摘要://一、首先是登录: public class AccountController : BaseController { public ActionResult Login() { //已经登录的,直接到默认首页 if (HttpContext.Request.IsAuthenticated) { retu... 阅读全文
posted @ 2014-11-19 15:31 兴趣就是天赋 编辑
摘要:数据导出: 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 兴趣就是天赋 编辑

点击右上角即可分享
微信分享提示