摘要: http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl 阅读全文
posted @ 2018-08-22 21:06 Luckzy 阅读(612) 评论(0) 推荐(0) 编辑
摘要: Public string Show (int index, int size) { PageList pagelist=new PageList(); String sql=”up_Commodity”; SqlParameter parsize=new SqlParameter(“@size”, 阅读全文
posted @ 2018-08-22 21:05 Luckzy 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Web_Api_demo1 //登录 public AdminStator Login(string name,string pwd) { using(uccontext ctx=new uccontext()) { returm ctx.AdminStator.where(m=>(m.name== 阅读全文
posted @ 2018-08-22 21:04 Luckzy 阅读(564) 评论(0) 推荐(0) 编辑
摘要: using Model.DTO; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IDAL { 阅读全文
posted @ 2018-08-22 21:03 Luckzy 阅读(143) 评论(0) 推荐(0) 编辑
摘要: using Model; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Model.DTO; usin 阅读全文
posted @ 2018-08-22 21:01 Luckzy 阅读(517) 评论(0) 推荐(0) 编辑
摘要: using Model; using Model.DTO; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; name 阅读全文
posted @ 2018-08-22 20:59 Luckzy 阅读(449) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using Factory;namespace BLL{ public cla 阅读全文
posted @ 2018-08-22 20:58 Luckzy 阅读(151) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using 阅读全文
posted @ 2018-08-22 20:57 Luckzy 阅读(253) 评论(1) 推荐(1) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Configuration; using  阅读全文
posted @ 2018-08-22 20:56 Luckzy 阅读(130) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null; } @model List<Model.Commodity> <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Index</tit 阅读全文
posted @ 2018-08-22 20:55 Luckzy 阅读(228) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Model; using BLL; using Model.DTO; us 阅读全文
posted @ 2018-08-22 20:50 Luckzy 阅读(287) 评论(0) 推荐(0) 编辑