上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 暂未更新 阅读全文
posted @ 2016-09-20 16:05 李寒星 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 1.Post 请求发送方式 实例: const string sResponseEncoding = "gb2312"; //测试文本信息 string postText = "{\"touser\":\"OpenId\",\"msgtype\":\"text\",\"text\":{\"conte 阅读全文
posted @ 2016-09-20 15:42 李寒星 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 1.选择单一条记录 var Prize = con.Prizes.Where(e => e.PrizeType == 0).Select(p => new { id = Guid.NewGuid(), P = p }).OrderByDescending(p => p.id).FirstOrDefa 阅读全文
posted @ 2016-08-18 16:58 李寒星 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 1.查找ID是否包含在内 declare @idMy varchar(max) = '(1,2,4)'declare @sql nvarchar(max) = 'select * from [dbo].[Employees] where [EmplId] in ' + @idMy 2.根据最大时间, 阅读全文
posted @ 2016-07-25 15:54 李寒星 阅读(298) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/kissazi2/p/3392605.html 阅读全文
posted @ 2016-06-20 23:33 李寒星 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 1.asp.net服务控件生命周期 11个生命阶段 (1)初始化: 初始化在传入Web请求生命周期内所需的设置,、跟踪视图状态。页面框架通过默认方式引发Init事件,并调用OnInit()方法,控件开发人员可以重写该方法为控件提供初始化逻辑。 此后,页面框架将调用TrackViewState方法来跟 阅读全文
posted @ 2016-06-20 23:07 李寒星 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 添加option $("#ID option").each(function(){ if($(this).val()==111){ $(this).remove(); } }); $("#ID option").each(function(){ if($(this).val()==111){ $(t 阅读全文
posted @ 2016-06-20 18:38 李寒星 阅读(278) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/developersupport/archive/2013/09/07/aspnet-webapi.html http://blog.csdn.net/ojlovecd/article/details/8169822 Web API 框架是一个面向 Ht 阅读全文
posted @ 2016-06-19 00:04 李寒星 阅读(204) 评论(0) 推荐(0) 编辑
摘要: <form action="~/Home/AddSolution" enctype="multipart/form-data" method="post" onsubmit="return SummitSolutionInfo()" novalidate> 阅读全文
posted @ 2016-06-18 23:26 李寒星 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 2 阅读全文
posted @ 2016-06-18 22:54 李寒星 阅读(112) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页