摘要:
/// <summary> /// 登录 /// </summary> /// <param name="ACount"></param> /// <param name="Pwd"></param> /// <returns></returns> [HttpGet] public UsersInf 阅读全文
摘要:
input id="Button1" type="button" value="查看我的收藏商品" onclick="location.href='/ShangPin/AddShow'" /><input id="Button1" type="button" value="查看我的收藏店铺" onc 阅读全文
摘要:
public class ChanPinController : ApiController { Dal dal = new Dal(); //产品表的获取 [HttpGet] [Route("api/ChanPin")] public List<ChanPinModel> GetChanPin() 阅读全文
摘要:
连接字符串 建实体数据模型name同名 CodeFirst 数据库迁移(代码生成数据库)数据库迁移1.enable-migrations --启用数据库迁移2.add-migration -- 添加数据库迁移3.update-database --更新数据库 4.ADD-MIGRATION +版本号 阅读全文
摘要:
create database ceshigouse ceshi create table Users( Id int primary key identity, Uname varchar(20))insert Users values('张三'),('李四') select * from Use 阅读全文