摘要: 1.实例:从qq邮箱 发送到其他地址的邮箱>telnet smtp.qq.com 25>helo qq.com>auth login>NzI3MTU0MTg3QHFxLmNvbQ== (邮箱名的base64编码 http://tool.chinaz.com/Tools/base64.aspx)>。。... 阅读全文
posted @ 2014-06-27 14:04 极简 阅读(3319) 评论(0) 推荐(0)
摘要: 多重性关系可以是Optional(一个属性可拥有一个单个实例或没有)Required(一个属性必须拥有一个单个实例)Many很多的(一个属性可以拥有一个集合或一个单个实例)。Has方法包括如下几个:• HasOptional• HasRequired• HasMany在多数情况还需要在Has方法后面... 阅读全文
posted @ 2014-06-27 14:03 极简 阅读(855) 评论(0) 推荐(0)
摘要: IE对盒模型的渲染在 Standards Mode和Quirks Mode是有很大差别的,在Standards Mode下对于盒模型的解释和其他的标准浏览器是一样,但在Quirks Mode模式下则有很大差别,而在不声明Doctype的情况下,IE默认又是Quirks Mode。所以为兼容性考虑,我... 阅读全文
posted @ 2014-06-27 14:02 极简 阅读(2088) 评论(0) 推荐(0)
摘要: using System;using System.IO;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using Sy... 阅读全文
posted @ 2014-06-27 14:00 极简 阅读(376) 评论(0) 推荐(0)
摘要: 1 public class Album : TableServiceEntity 2 { 3 } 4 public class PhotoAlbumDataContext : TableServiceContext 5 { 6 pu... 阅读全文
posted @ 2014-06-27 13:59 极简 阅读(425) 评论(0) 推荐(0)
摘要: 1 function goMasonry() { 2 // if ($container.data('masonry') != undefined) { 3 $container.isotope('destroy'... 阅读全文
posted @ 2014-06-27 13:57 极简 阅读(401) 评论(0) 推荐(0)