自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

安乐窝的专栏

安乐窝

  • 博客(3)
  • 资源 (6)
  • 收藏
  • 关注

原创 CommunityStarterKit之区域信息

说完了CommunityInfo 和SectionInfo类,有一个不能不说:那就是CommunityStarterKit中的区域信息.区域信息承载着整个系统的运行.我们从SectionInfo类里可以看出,这个类里存放的区域信息包括了区域的每一个信息,如区域编号,区域名称等.由于一个Community里可能有多个sections,在Community里进一步将区域信息以集合的形式存放,并建立

2007-10-09 11:04:00 456

原创 CommunityStarterKit之SectionInfo类及数据库中表和操作

namespace ASPNET.StarterKit.Communities {     using System;    using System.Collections;    using System.Data;    //*********************************************************************   

2007-10-09 10:37:00 583

原创 CommunityStarterKit之Communities类及数据库中表和操作

类:namespace ASPNET.StarterKit.Communities {    using System;    using System.Data;    //*********************************************************************    //    // CommunityInfo Clas

2007-10-09 10:20:00 650

css3 核心技术与案例实战

第1 章简单介绍什么是CSS3,CSS3 的好处是什么,浏览器对CSS3 的支持状况,以及 CSS3 带来什么新特性,并且引入渐进增强式的概念。通过对本章的学习,大家可以在一定的 程度上知道一些CSS3 的故事。 第2 章介绍CSS3 选择器。选择器是CSS 中的核心部分之一,本章先阐述CSS2 的选择 器,再引入CSS3 新增的选择器。深入介绍了CSS3 新增选择器的功能及其实用性,还有各浏 览器的兼容性。 第3 章详细介绍CSS3 在边框方面新增的功能特性,比如边框色、图片边框、边框圆角 等,并与CSS2 进行了对比。 第4 章介绍CSS3 背景功能,着重阐述了多背景、背景尺寸、背景原点方面的使用,以让 XVII 大家掌握如何使用CSS3 背景功能的新特性。 第5 章介绍CSS3 文本功能。以前大家在网页制作时,只是设置文本的颜色、字体、字号 等。通过对CSS3 文本功能的学习,大家还可以运用文本阴影、文本溢出、文本换行等功能。 第6 章介绍CSS3 颜色特性。大家以前只有在设计软件中使用的颜色值现在都可以运用, 如RGBA、HSL、HSLA、透明度等。 第7 章介绍CSS3 基础盒模型与用户界面。盒模型是CSS 的重中之重,CSS2 盒模型功能 只能实现一些基本功能,对于一些特殊的功能需要借助JavaScript 来实现。而在CSS3 中这一 点将得到很大的改善,可以通过CSS3 来直接实现一些特殊的功能。 第8 章介绍CSS3 的弹性盒模型,给大家引入一种全新的布局概念,为大家的页面布局带 来革命性的变化。 第9 章介绍CSS3 多列布局。布局在Web 中随处可见,多列布局在CSS2 中都是依靠 float 或者inline-block 来实现的,而这两个属性带来的局限性也是相当大的。CSS3 多列布局 将会弥补这些不足之处。 第10 章介绍CSS3 渐变功能。渐变效果在Web 中也是一种常见的效果,以前靠设计师制 作图片来完成,不仅增加了设计师的工作量,在页面中的效果也带来过多的局限制,扩展性 也相当差。CSS3 渐变不再需要使用图片来代替这些特殊的效果。 第11 章介绍CSS3 变形功能。这是一个全新的功能, 在CSS2 中要实现需要借助 JavaScript。CSS3 的变形功能可以直接使用样式实现如旋转、移位、扭曲、缩放等效果。 第12 章介绍CSS3 过渡功能。大家在Web 制作中,使过渡效果不再生硬,变得细腻、 流畅。 第13 章介绍CSS3 动画功能。 第14 章介绍Media Query 与Responsive 布局。随着移动设备和宽屏浏览器的普及,单 一的设计不能满足Web 页面的设计需求,此时CSS3 的Media Query 新特性中出现了一个 新的布局概念——Responsive。本章中大家将体会到Media Query 与Responsive 布局的强大 功能。 第15 章介绍嵌入Web 字体。浏览器仅限于用户在其系统上安装的字体呈现文本。CSS3 使用@font-face 改变了这一格局。网站不再受限于少量字体,如Arial、Verdana、Times 和

2015-05-11

apache cordova 3 promagramming

In the summer of 2007, Steve Jobs changed the world by releasing the iPhone and boldly declared the future was web-based applications. A short year later, the story changed, but the vision remained. At this time I was working as "acting CTO" for a very small web consultancy called Nitobi (we gave ourselves joke titles and mine was actually SPACELORD!1!!). The iPhone SDK, not yet called iOS SDK, was just released and a few of my colleagues found themselves at Adobe in San Francisco for the iPhone Dev Camp. They arrived with the ambiguous idea to discover if it actually was possible to realize web technology for app development. Rob Ellis, Brock Whitten, and Eric Osterly succeeded in bridging the UIWebView to make native calls, and the first implementation of PhoneGap was born. A very short time later, Joe Bowser built an Android implementation. Dave Johnson, Nitobi's "real CTO", followed quickly with the BlackBerry implementation. Herein, PhoneGap got real. And then, less than a year from the first commits, in the spring of 2009, I found myself giving one of the first PhoneGap presentations at the first JSConf, and despite me being terribly scared, people loved it.

2015-05-11

asp.net mvc api

asp net web api Practical ASP NET Web API 2013 8

2014-01-06

WCF服务编程+源代码

WCF服务编程 源代码 Program WCF Service

2010-08-31

Programming.WCF.Services.Feb.2007

Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft's new, and some say revolutionary, unified platform for developing service-oriented applications (SOA) on Windows. Relentlessly practical, the book delivers insight, not documentation, to teach developers what they need to know to build the next generation of SOAs. After explaining the advantages of service-orientation for application design and teaching the basics of how to develop SOAs using WCF, the book shows how you can take advantage of built-in features such as service hosting, instance management, asynchronous calls, synchronization, reliability, transaction management, disconnected queued calls and security to build best in class applications. Programming WCF Services focuses on the rationale behind particular design decisions, often shedding light on poorly-documented and little-understood aspects of SOA development. Developers and architects will learn not only the "how" of WCF programming, but also relevant design guidelines, best practices, and pitfalls. Original techniques and utilities provided by the author throughout the book go well beyond anything that can be found in conventional sources. Based on experience and insight gained while taking part in the strategic design of WCF and working with the team that implemented it, Programming WCF Services provides experienced working professionals with the definitive work on WCF. Not only will this book make you a WCF expert, it will make you a better software engineer. It's the Rosetta Stone of WCF.

2009-12-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除