自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Ellis 编程菜鸟

编程菜鸟-专注在Asp.Net方向.

  • 博客(12)
  • 资源 (9)
  • 收藏
  • 关注

原创 Dynamic CRM IFD部署下设置ADFS 登录失效时间

在IFD部署模式下,Dynamic CRM登陆一段时间后会出现登陆失效。此原因是在Dynamic CRM所在的ADFS服务器中TokenLifetime默认值为0. Step1:查询ADFS的TokenLifetime 打开ADFS中PowerShell,输入下面的代码 Get-ADFSRelyingPartyTrust "IFD Relying Party" 通过这段代码是查询ADFS管

2017-02-07 13:51:48 2405

原创 HTML5-页面多页面滑动

写这段代码为了记录学习HTML5过程的一些东西,结合一些可以抽起来以后再用. HTML HelloWorld $(function () { $("nav a").bind("click", function (e) { $("html,body").animate({

2013-09-04 17:54:56 2104

原创 MD5,SHA加密通用方法

/// ///加密算法类 /// public class HashUtility { /// /// 使用SHA256 算法哈希 /// /// /// Password public static string GetSha256Hash(string m

2013-09-04 09:23:34 633

原创 HTML5--Canvas

Canvas -是HTML5中的一个新增的元素,简单理解为一块画板。  Canvas必要的属性:ID,Width,Height ,这三个属性都是Canvas必要的,ID表示这块画板的名称,作为HTML中的标记Canvas的唯一标识,Width,Height分别表示画板的长,宽。  操作画板的过程:  1.取得Canvas元素     var canvas=document.getEle

2013-05-27 15:59:54 582

原创 使用Jquery EasyUI Combobox 时的一个问题

使用Combobox的时候,无法对其的值进行设定. 场景:    1.查询出来的数据进行绑定Combobox     使用$("#editBclass").combobox("SetValue",{Name});进行设定该值       2.Combobox 不更改选项的情况下进行保存    使用$("#editBclass").combobox("getValue");获取值得到的是

2013-04-25 17:09:13 849

原创 ASP.NET跨页面传值的方法

ASP.NET跨页面传值的方法 1.QueryString变量       QueryString是一种非常简单的传值方式,他可以将传送的值显示在浏览器的地址栏中。如果是传递一个或多个安全性要求不高或是结构简单的数值时,可以使用这个方法。但是对于传递数组或对象的话,就不能用这个方法了      Page页面 <%@ Page Title="主页" Language="C#" MasterP

2013-03-31 21:44:25 868

原创 斐波那契数列

面试题的总结           最近在回顾下在面试中出现的问题.          1, 斐波那契数列,大多数是问求第几位的数十什么。                        斐波那契的规律:1,1,2,3,5,8,13,21,34,55,89,144....                       主要规律:当前项=前一项+前二项

2013-03-24 01:25:56 608

原创 初学IOS 1

最近有点小无聊,自己开始研究下xcode 和 app 的开发。      背景:Objective-c    熟悉程度 0      我之前一直从事asp.net 的开发,在工作上寻求不断突破,所以选择自学IOS,可以说是菜鸟一枚。     1. 开发环境的准备     2.第一个App 《HelloWorld》    1.Master-Detail Appl

2013-03-16 18:05:28 502

原创 因为数据库正在使用,所以无法获得对数据库的独占访问权

SQL: ALTER DATABASE [datebase] SET OFFLINE WITH ROLLBACK IMMEDIATE

2013-02-01 12:18:01 391

原创 Jquery 获取Asp.Net CheckBoxList的Value,Text

Jquery $("#chkCommand :checkbox:checked").each(function () {   alert($(this).val()); })

2013-01-28 10:09:34 793

原创 取消控件上的聚焦框

 以Button为例:    public  class MyButton : System.Windows.Forms.Button    {        protected override bool ShowFocusCues        {            get            {    

2011-04-14 13:36:00 476

原创 Strategy模式与Delegate委托

<br />Strategy模式中文是策略模式,是对算法的封装,即使是一个简单的计算行为,如果需要实现多态性,并为了扩展容易目的,我们需要将其抽象出来,定义为接口,由于充分的利用OOP的多态性,在调用该行为时,其具体实现是运行期决定。以税收计算为例,假定税收分为个人税和企业税,根据Strategy模式,我们应该把税收策略抽象为接口ITaxStrategy。<br /> <br />Public Interfece ITaxStrategy<br />{<br />  Double Calculate(dou

2010-09-04 21:12:00 376

AspNetZeroCore-master-v5

ABP CORE ZERO V5.0...

2019-01-03

Professional Sitecore Development

Professional Sitecore Development Sitecore is the leading provider of .NET CMS software and, as such, helps businesses increase revenue and decrease costs. This authoritative guide walks you through the process of creating a Sitecore web site. You'll discover how to handle the initial installation, take a look at the .Net development process, learn how to use the APIs, and finally deploy the site. Using a linear approach, this book guides you through the entire Sitecore process from start to finish. Introduces you to the process of creating a Sitecore web site so you can help your business increase revenue and decrease costs Addresses installing and configuring Sitecore Discusses .Net development, including setting up the environment and creating layouts and sub-layoutsReviews using the content API and layers Touches on some of the more advanced features of Sitecore, including other APIs, pipelines, and configuration files Serves as the official Sitecore development book If you're looking for a solution for web content management, then Sitecore is your answer and this book will get you started using this valuable software today.

2014-04-02

WCF 服务编程

WCF服务编程

2013-04-17

HTML5+CSS3

HTML5+CSS3 权威指南(陆凌牛)

2013-04-02

Linq 学习指南入门

入门的。。非常简单。。。。。。。。。。。。。。。。。。。。。。。。。。。

2010-08-14

step by step

mvc step by step 好书来的

2010-05-29

myDataRecord

mydatarecord ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2010-03-18

C#课程设计指导11

C#课程设计指导~第一个系统··········

2010-02-20

空空如也

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

TA关注的人

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