摘要:
Context Overview上下文概述 Context Overview上下文概述 Each page in a Ghost theme belongs to a context, which determines which template is used, what data will b 阅读全文
摘要:
Config Config For self-hosted Ghost users, a custom configuration file can be used to override Ghost's default behaviour. This provides you with a ran 阅读全文
摘要:
Package.json Package.json The package.json file is a set of meta data about a theme. package.json 文件是一组关于主题的元数据。 Overview概述 The package.json file is a 阅读全文
摘要:
Structure Structure Ghost主题包含静态HTML模板,这些模板使用helper类从站点输出数据,并使用定制的CSS进行样式化 A Ghost theme contains static HTML templates that make use of helpers to out 阅读全文
摘要:
创建自定义主页 Creating a custom home page 为你的网站创建一个自定义的主页是一个让你从人群中脱颖而出的好方法,并把你自己独特的印记存放在你的网上。本教程向您展示了如何在Ghost中自定义和开发自己的自定义主页。 Creating a custom home page fo 阅读全文
摘要:
Posted on April 11th, 2011ASP.NET MVC is such a great platform for web applications because it makes it so easy to tackle many different integration challenges. You need to add a Silverlight application to your web site and send it some JSON data to work with? No sweat. Stumped on where to start? We 阅读全文
摘要:
尽管 Entity Framework 4.3 都已经发布了,且表示在 EF 5 中性能将会有很大提升.但很多存储过程控,始终不会放弃使用存储过程,那今天就让我们看看在 EF 4.3 中怎么使用存储过程.我们接着上篇文章,在 Sql Server 2008 中创建一个简单的存储过程,如下:CREATE PROCEDURE [dbo].[P_GetArticleByID] @IDintASBEGIN SELECT ID,Title FROM Articles WHERE ID=@ID;END查询存储过程在 Controller 中的写法:BlogContext db =new... 阅读全文
摘要:
From what I've read on the web, I'm guessing that the following rules applyThe password must start with a letter (Oracle database passwords are not case sensitive)Subsequent characters may be letters, numbers, or the symbols # (pound sign), $ (dollar sign) or _ (underscore).Also do not use w 阅读全文
摘要:
JQuery.FixedTablejQuery.FixedTable is a jQuery plugin to create a fixed header and columns on a HTML table. The idea is fromhttps://www.open2space.com/projects/fixedtable. We have improved it, and fixed some bugs.FeatureAllow horizontal and vertical scroll.Support multiple HTML tables in one page.Th 阅读全文
摘要:
DHCP server configuration on the Cisco Aironet 1100 and 1200 series APhttps://supportforums.cisco.com/docs/DOC-3628ResolutionDynamic Host Configuration Protocol (DHCP) server capability was first available on the Cisco Aironet 1100 and 1200 series Access Points (APs) in version 12.2(11)JA1.When an A 阅读全文
摘要:
IntroductionWe all know we have to work with loads of data every day and over the time with the growth of the organization the data bank also grows tremendously. We see there is a performance degradation after few years or months. Is it the same SQL Server that was working efficiently in past is now 阅读全文
摘要:
一.RAID定义RAID(Redundant Array of Independent Disk 独立冗余磁盘阵列)技术是加州大学伯克利分校1987年提出,最初是为了组合小的廉价磁盘来代替大的昂贵磁盘,同时希望磁盘失效时不会使对数据的访问受损 失而开发出一定水平的数据保护技术。RAID就是一种由多块廉价磁盘构成的冗余阵列,在操作系统下是作为一个独立的大型存储设备出现。RAID可以充分发 挥出多块硬盘的优势,可以提升硬盘速度,增大容量,提供容错功能够确保数据安全性,易于管理的优点,在任何一块硬盘出现问题的情况下都可以继续工作,不会 受到损坏硬盘的影响。二、 RAID的几种工作模式(仅讨论 RAI 阅读全文