2015年9月5日

摘要: string input_pwd=get_input_pwd();string pwd=get_pwd(user_name);bool pwd_bool=input_pwd==pwd;int err_time=get_err_time(user);datetime last_err_time=get... 阅读全文
posted @ 2015-09-05 21:16 听哥哥的话 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.首先编写BaseController这个类,需要引入Newtonsoft.Json.dll程序集using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;u... 阅读全文
posted @ 2015-09-05 18:15 听哥哥的话 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1.注意级联删除的时候数据库的外键要设置为开启级联删除,(数据库里sqlserver的外键修改的时候,可以看到级联删除和级联更新)using System;using System.Collections.Generic;using System.Data.Entity;using System.L... 阅读全文
posted @ 2015-09-05 10:54 听哥哥的话 阅读(788) 评论(0) 推荐(0) 编辑

导航