12 2012 档案

提交form到google账户的execl中
摘要:WebService.ashx<%@ WebHandler Language="C#" Class="WebService" %>using System;using System.Web;using Google.GData.Client;using Google.GData.Spreadsheets;using System.Configuration;using System.Linq;public class WebService : IHttpHandler { public void ProcessRequest (HttpCon 阅读全文

posted @ 2012-12-18 17:36 魔GUI 阅读(271) 评论(0) 推荐(0)

使用Umbraco做文章Tag方法
摘要:不啰嗦,直接上图1. 添加Data Types: Developer -> Data Types 2. 在Document Type中定义属性 3. 在xsltExtensions.config中加一行代码<ext alias="tagsLib" assembly="umbraco.editorControls" type="umbraco.editorControls.tags.library"></ext>4. 添加完成之后就可以在新建页面中使用了,效果如下图 5.在xslt中使用 阅读全文

posted @ 2012-12-07 14:11 魔GUI 阅读(187) 评论(0) 推荐(0)

导航