摘要: 1 net 中调用的方法一般是直接引用,自动生成代理类然后调用方法2. web服务中参数都可以在调用中设置,所以无需要使用获取get参数3.web一般返回格式是xml格式,需要json格式的话需要转换为json 并用Context.Response.Write("JSON格式字符串"); C... 阅读全文
posted @ 2014-12-04 12:06 睡熊Zz 阅读(128) 评论(0) 推荐(0) 编辑
摘要: DECLARE @timeSpan TABLE ( id int, intime DATETIME , outtime DATETIME ) DECLARE @distance TABLE ( x float, y float ... 阅读全文
posted @ 2014-11-17 11:24 睡熊Zz 阅读(356) 评论(0) 推荐(0) 编辑
摘要: public class OrganizingTime { public OrganizingTime(List time) { m_timeList = time; } private List m_timeList; public List TimeList { get { return m_timeList; } } private void Order() { m_timeList = m... 阅读全文
posted @ 2014-04-09 11:28 睡熊Zz 阅读(250) 评论(0) 推荐(0) 编辑