会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
D-dada
2018年11月12日
Windows Server 2012系统上安装.net framework3.5教程
摘要: 1、先下载WIN2012R2安装NET3.5的专用数据源 https://pan.baidu.com/s/1bqiUTyR 提取码h09k 并解压,比如解压到桌面,解压后的路径为C:\Users\Administrator\Desktop\WIN2012R2_Net3.5 2、然后打开 “服务器管理
阅读全文
posted @ 2018-11-12 09:15 D-dada
阅读(16417)
评论(0)
推荐(0)
编辑
2018年10月17日
纯js星级评分
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>userInfo</title> <link href="~/Script/lay
阅读全文
posted @ 2018-10-17 16:49 D-dada
阅读(197)
评论(1)
推荐(0)
编辑
2018年10月9日
获取input标签的值
摘要: 取文本框值 AfterTiltle: $("[name='AfterTiltle']").val(), 取下拉列表值 AfterType: $("[name='AfterType'] option:selected").val(), 取复选框值 var Concerned = []; $("[nam
阅读全文
posted @ 2018-10-09 19:07 D-dada
阅读(1546)
评论(0)
推荐(0)
编辑
2018年7月30日
控制器
摘要: Stubll bll = new Stubll(); public static int pages; public static string TableName = "Stu"; public static string IndexCol = "ID"; public static int Pa
阅读全文
posted @ 2018-07-30 08:00 D-dada
阅读(86)
评论(0)
推荐(0)
编辑
MVC简单增删改
摘要: /// <summary> /// /显示分页 /// </summary> /// <param name="model"></param> /// <returns></returns> public PagesOut<Stu> GetDataList(ProcPrams model) { Sq
阅读全文
posted @ 2018-07-30 07:59 D-dada
阅读(193)
评论(0)
推荐(0)
编辑
bll
摘要: string str = ConfigurationManager.AppSettings["DBName"].ToString(); public Studal ss() { Assembly ass = Assembly.Load("Studal"); Studal t = (Studal)as
阅读全文
posted @ 2018-07-30 07:59 D-dada
阅读(164)
评论(0)
推荐(0)
编辑
2018年7月29日
万能批量删除
摘要: go 创建万能批量删除 drop proc delegocreate proc dele@TableName varchar(50),@Id varchar(5000),@IdName varchar(20)asbegindeclare @strSql varchar(5000)declare @s
阅读全文
posted @ 2018-07-29 19:14 D-dada
阅读(151)
评论(0)
推荐(0)
编辑
删除
摘要: 删除create proc p_Del( @ID int)asdelete from Stu where ID=@IDgo --测试 exec p_Del 3
阅读全文
posted @ 2018-07-29 18:59 D-dada
阅读(156)
评论(0)
推荐(0)
编辑
登录
摘要: --登录create proc e_Login@Name varchar(20),@Pwd varchar(20)as beginselect count(*) from Employee where EName=@Name and EPwd=@Pwdend
阅读全文
posted @ 2018-07-29 18:55 D-dada
阅读(155)
评论(0)
推荐(0)
编辑
添加
摘要: --添加create proc p_Add( @Name varchar(50), @Age varchar(50), @Sex varchar(20), @StatId int)asbegininsert into Stu values(@Name,@Age,@Sex,@StatId)end --
阅读全文
posted @ 2018-07-29 18:54 D-dada
阅读(195)
评论(0)
推荐(0)
编辑
下一页
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理