DOGNET

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年9月10日

摘要: 异常图: /Files/abc8103/WCF.pdf转贴网上的解决方案1:http://blogs.leoworks.net/feng/2009/09/13/There-can-be-at-most-one-address-per-scheme-in-this-collection/ WCF 错误:此集合已经包含方案 http 的地址。此集合中每个方案中最多只能包含一个地址。 WCF 2009年... 阅读全文
posted @ 2010-09-10 17:41 DOGNET 阅读(2071) 评论(0) 推荐(0) 编辑

2010年6月10日

摘要: 行列转换 阅读全文
posted @ 2010-06-10 12:36 DOGNET 阅读(908) 评论(0) 推荐(0) 编辑

2010年5月27日

摘要: error_loginfo:=== 预绑定状态信息 ===日志: 用户 = bjyjl-PC\Administrator日志: DisplayName = Jd.Data(Partial)日志: Appbase = file:///E:/SVN/FMS/ExpenseManager/ExpenseManager/ExpenseManager/日志: 初始 PrivatePath = E:\SVN\... 阅读全文
posted @ 2010-05-27 09:30 DOGNET 阅读(2464) 评论(1) 推荐(1) 编辑

2010年5月19日

摘要: .net 3.5+VS 2008主界面页面:NoteQuery.aspx<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="NoteQuery.aspx.cs" Inherits="NoteQuery" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transition... 阅读全文
posted @ 2010-05-19 12:33 DOGNET 阅读(1012) 评论(0) 推荐(2) 编辑

2010年5月18日

摘要: .net 3.5+VS 2008页面:AutoCompleted.ascx<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="AutoCompleted.ascx.cs" Inherits="ExpenseManager.Common.Controls.AutoCompleted" %><%@ Register... 阅读全文
posted @ 2010-05-18 16:29 DOGNET 阅读(360) 评论(0) 推荐(1) 编辑

摘要: .net 3.5环境页面:ExpenseType.ascx<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ExpenseType.ascx.cs" Inherits="EM.ExpenseManager.Common.Controls.ExpenseType" %><asp:DropDownList ID=... 阅读全文
posted @ 2010-05-18 16:11 DOGNET 阅读(374) 评论(0) 推荐(1) 编辑

摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Reflection;using System.Text;namespace DogNet.Common{ /// <summary> /// 枚举类型的服务类 /// <... 阅读全文
posted @ 2010-05-18 12:51 DOGNET 阅读(201) 评论(0) 推荐(1) 编辑

摘要: using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Text;using System.Web;using System.Web.Caching;namespace DogNet.Common.CacheService{ public clas... 阅读全文
posted @ 2010-05-18 11:07 DOGNET 阅读(309) 评论(0) 推荐(1) 编辑

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Linq;using System.Web;namespace DogNet.Common.AppConfig{ /// <summary> /// 提供所有Xml配置文件的内存对象 ///... 阅读全文
posted @ 2010-05-18 10:39 DOGNET 阅读(208) 评论(0) 推荐(0) 编辑

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.IO; namespace DogNet.Common.AppConfig { /// <summary> /// Xml配置文件加载,监听 ... 阅读全文
posted @ 2010-05-18 10:32 DOGNET 阅读(357) 评论(0) 推荐(0) 编辑