11 2017 档案
摘要:前台 @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head><body> <div> <input
阅读全文
摘要:前台代码 @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head><body> <div> <inp
阅读全文
摘要:前台代码 <form enctype="multipart/form-data" action="/show/daoru" method="post"> <input type="file" name="Exc" /> <input type="submit" id="daoru" value="导
阅读全文
摘要:CREATE PROCEDURE stu_ProcedureName @pageindex int , @pageSize int, @name nvarchar(50), @count int outputasBEGIN if(@name='') begin set @count=( select
阅读全文
摘要://///调用存储过程 public pageList<MM> getshuju( int pageindex,int pagesize,string name ) { if (string.IsNullOrWhiteSpace(name)) name = ""; SqlCommand cmd =
阅读全文
摘要:绑定datagriview Uri uri = new Uri("http://localhost:49423");//地址 HttpClient clien = new HttpClient(); clien.BaseAddress = uri; clien.DefaultRequestHeade
阅读全文
摘要:添加引用:cors using system.web.http.cors API添加这句话: [EnableCors("*", "*", "*")] api的控制器添加: config.EnableCors();///自己写的 ///////////////////批量添加前台 @{ Layout
阅读全文
摘要:存储过程if (object_id('proc_find_stu', 'P') is not null) drop proc proc_find_stugocreate proc proc_find_stu(@startId int, @endId int,@outID int output)as
阅读全文
摘要:前台: @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <link href="~/Scripts/jqu
阅读全文

浙公网安备 33010602011771号