上一页 1 ··· 10 11 12 13 14
摘要: 可以捕获winform中的异常写到文本中 1 <p>可以捕获winform中的异常写到文本中</p> 2 <div class="cnblogs_code" onclick="cnblogs_code_show('7777154a-9a5e-48fd-b4a7-8b4ff7f55ec6')"><im 阅读全文
posted @ 2015-07-21 18:24 赵坤坤 阅读(164) 评论(0) 推荐(0)
摘要: 在EF 4和EF 3.5 SP1中,我们可以使用ToTraceString()方法得到EF查询所生成的SQL。 1 using (var context = new TestDBEntities()) 2 { 3 var query = from p in context.Parents 4 whe 阅读全文
posted @ 2015-07-17 18:27 赵坤坤 阅读(390) 评论(0) 推荐(0)
摘要: js .cshtml 1 <div class="secect_r"> 2 <div class="top_right"> 3 <ul> 4 <li class="list1"><img src="~/MvcImages/ycysqd/sx_03.gif" /><p>筛选</p></li> 5 <l 阅读全文
posted @ 2015-07-08 18:44 赵坤坤 阅读(313) 评论(0) 推荐(0)
摘要: 数据层没有,js和bll直接链接,数据层用的hqew. js: .cshtml <div class="r1"><h1>型号:</h1><div class="text1"><input id="typeofproduct" type="text" value="输入型号" /></div></di 阅读全文
posted @ 2015-07-08 18:37 赵坤坤 阅读(1332) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14