随笔分类 -  其他

这里不成专题,只记录开发中遇到的小问题和解决方法
摘要:mysql执行update报错update library set status=true where 1=1 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHE... 阅读全文
posted @ 2014-11-16 17:46 Deep_Blue 阅读(890) 评论(0) 推荐(0)
摘要:典型的文件上传表单 文件上传操作public ActionResult Index(HttpPostedFileBase file)if (file != null){ string strpath = Server.MapPath("~/files/"+ file.FileName); //获... 阅读全文
posted @ 2014-09-05 13:51 Deep_Blue 阅读(150) 评论(0) 推荐(0)
摘要:资源下载:ckeditor第一步,引入必须文件“~/ckeditor/ckeditor.js”第二步,替换文本域 阅读全文
posted @ 2014-09-05 13:45 Deep_Blue 阅读(226) 评论(0) 推荐(0)
摘要:, 用户名: 密码: 登录 重置 上面这种写法,通过easyui的ajax提交,后台获取不到表单数据,只需要将表单嵌套在#win的di... 阅读全文
posted @ 2014-08-24 08:31 Deep_Blue 阅读(563) 评论(0) 推荐(0)