06 2015 档案

摘要:Recently while working with data migration,got an error while running a following query where Server2 has beed added as linked server.SELECT * FROM Se... 阅读全文
posted @ 2015-06-16 16:10 facial 阅读(999) 评论(0) 推荐(1)
摘要://{params:要传的参数obj},params这个是关键字不能换别的变量$http.get(url,{params:{id:categoryid,key:keys}}).success(function(data){...});//或者这样试试$http.get('xxx.php?id='+c... 阅读全文
posted @ 2015-06-16 13:02 facial
摘要:PaginatedList.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;namespace VML.Web.Mvc { public class PaginatedList... 阅读全文
posted @ 2015-06-01 17:20 facial 阅读(375) 评论(0) 推荐(0)