摘要:
前台 @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head><body> <div> <input 阅读全文
posted @ 2017-11-22 22:07
姚公子
阅读(181)
评论(0)
推荐(0)
摘要:
前台代码 @{ Layout = null;}<!DOCTYPE html><html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> </head><body> <div> <inp 阅读全文
posted @ 2017-11-22 21:55
姚公子
阅读(336)
评论(0)
推荐(0)
摘要:
前台代码 <form enctype="multipart/form-data" action="/show/daoru" method="post"> <input type="file" name="Exc" /> <input type="submit" id="daoru" value="导 阅读全文
posted @ 2017-11-22 18:56
姚公子
阅读(144)
评论(0)
推荐(0)
摘要:
CREATE PROCEDURE stu_ProcedureName @pageindex int , @pageSize int, @name nvarchar(50), @count int outputasBEGIN if(@name='') begin set @count=( select 阅读全文
posted @ 2017-11-22 15:10
姚公子
阅读(170)
评论(0)
推荐(0)
摘要:
/////调用存储过程 public pageList<MM> getshuju( int pageindex,int pagesize,string name ) { if (string.IsNullOrWhiteSpace(name)) name = ""; SqlCommand cmd = 阅读全文
posted @ 2017-11-22 15:08
姚公子
阅读(207)
评论(0)
推荐(0)

浙公网安备 33010602011771号