Skip to content

Instantly share code, notes, and snippets.

View sunshineg's full-sized avatar
☀️
Focusing on SiFou New Project

Sunny sunshineg

☀️
Focusing on SiFou New Project
View GitHub Profile
0x903bfE2D27e107f508f0403c24D9Cd2362315374
### Keybase proof
I hereby claim:
* I am sunshineg on github.
* I am sunnygao (https://keybase.io/sunnygao) on keybase.
* I have a public key ASB9wBAlMgww8cosDFY6WF-QIWOpNXMbz-VdpEXdnh1Ekgo
To claim this, I am signing this object:
SOAP(Simple Object Access Protoco)简单对象访问协议是在分散或分布式的环境中交换信息的简单的协议,是一个基于 XML 的协议。此协议规范由 IBM、Microsoft、UserLand 和 DevelopMentor 在1998年共同提出,并得到 IBM,莲花(Lotus),康柏(Compaq)等公司的支持,于2000年提交给万维网联盟(World Wide Web Consortium;W3C)。现在,SOAP 协议规范由万维网联盟的 XML工作组维护。SOAP 1.2 版在2003年6月24日成为 W3C 的推荐版本。
SOAP 协议包括以下四个部分的内容:
SOAP 封装(envelop),封装定义了一个描述消息中的内容是什么,是谁发送的,谁应当接受并处理它以及如何处理它们的框架;
SOAP 编码规则(encoding rules),它定义了不同应用程序间交换信息时,需要使用到的数据类型;
SOAP RPC 表示(RPC representation),它定义了一个表示远程过程调用和应答的协定;
SOAP 绑定(binding),它定义 SOAP 使用哪种底层协议交换信息的协定。使用 HTTP/TCP/UDP 协议都可以;
四个部分之间的关系
/*theme widget function.php*/
function jobair_widgets(){
register_sidebar(array(
'name' => __( 'Right Sidebar', 'theme-slug' ),
'id' => 'right_sidebar',
'description' => __( 'Right Sidebar.', 'theme-slug' ),
'before_widget' => '<div class="right_sidebar border">',
'after_widget' => '</div>',
'before_title' => '<h2>',
###### 哈哈哈哈哈哈哈哈哈哈哈
'''
adminreverse from here http://djangosnippets.org/snippets/2032/
changed for working with ForeignKeys
'''
'''
reverseadmin
============
Module that makes django admin handle OneToOneFields in a better way.
@sunshineg
sunshineg / reverseadmin.py
Created August 24, 2015 03:35 — forked from wolever/reverseadmin.py
Forked from https://gist.github.com/mzbyszewska/8b6afc312b024832aa85 , updated to work with Django 1.8
'''
adminreverse from here http://djangosnippets.org/snippets/2032/
changed for working with ForeignKeys
'''
'''
reverseadmin
============
Module that makes django admin handle OneToOneFields in a better way.
A common use case for one-to-one relationships is to "embed" a model
inside another one. For example, a Person may have multiple foreign
@sunshineg
sunshineg / code.md
Last active December 28, 2015 02:39 — forked from weakish/code.md
The Six Most Common Species Of Code =================================== http://www.willa.me/2013/11/the-six-most-common-species-of-code.html code Written By A CS 101 Student --------------------------------