会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
skc_6
博客园
首页
新随笔
联系
订阅
管理
2015年12月11日
关于 XML/EDI Web Service 小介绍
摘要: XML/EDI 系统的设计总体框架 该 XML/EDI 系统分为四个层次: 第一层是提供 Web Service 的服务提供者,它包括服务提供者所能提供的所有服务(主要是与数据库之间的交互以及复杂功能的实现) 第二层是收集 Web Service 的服务代理,它主要收集所有的 Web Serv...
阅读全文
posted @ 2015-12-11 17:16 zgyskc
阅读(839)
评论(0)
推荐(0)
2015年9月21日
学习ASP.NET MVC 4之一(Pro ASP.NET MVC 4)
摘要: ①HomeController.csusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;namespace PartyInvites.Control...
阅读全文
posted @ 2015-09-21 00:41 zgyskc
阅读(182)
评论(0)
推荐(0)
2015年4月14日
解决 A potentially dangerous Request.Form value was detected from the client 错误
摘要: 错误信息:A potentially dangerous Request.Form value was detected from the client....1 2 3 4 5 6 View Code
阅读全文
posted @ 2015-04-14 20:01 zgyskc
阅读(152)
评论(0)
推荐(0)
2015年2月9日
关于 jQuery 选择器
摘要: 此文仅为自己记忆 jQuery 选择器的使用1. 基本选择器1 $("#a") // 获取 id 为 a 的元素2 $(".a") // 获取 class 为 a 的元素3 $("div") // 获取元素名为 的所有元素4 $...
阅读全文
posted @ 2015-02-09 20:05 zgyskc
阅读(115)
评论(0)
推荐(0)
公告