会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Star★
Star★
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
27
下一页
2014年11月30日
C# 编码转换 UTF8转GB2312 GB2312转UTF8
摘要: 来源:http://www.cnblogs.com/mahatmasmile/p/3467495.html/// /// GB2312转换成UTF8 /// /// /// public static string gb2...
阅读全文
posted @ 2014-11-30 15:57 Star★
阅读(388)
评论(0)
推荐(0)
2014年10月29日
SharePoint2013 Excel导出好的代码
摘要: C#Excel操作类ExcelHelper.cs来源:http://www.hellocsharp.com/article/67.aspxC#源码世界 发布于: 2014-09-12使用本类之前必须在本机安装了office excel组件或直接下载Microsoft.Office.Interop.E...
阅读全文
posted @ 2014-10-29 21:47 Star★
阅读(332)
评论(0)
推荐(0)
引用程序集没有强名称解决办法
摘要: 来源:http://www.cnblogs.com/tearer/archive/2010/09/01/1814655.html为项目添加强名称方法:1.右键单击项目,打开属性窗口;2.在属性窗口里选择《签名》标签,选中为程序集签名的选项,在下拉列表里选择新建,如下图所示:3.打开新建签名窗口,输入...
阅读全文
posted @ 2014-10-29 14:53 Star★
阅读(371)
评论(0)
推荐(0)
2014年9月23日
TimeJob权限问题 拒绝访问
摘要: internalvoidRenameWithoutValidation(stringvalue){if(value==null)thrownewArgumentNullException("value");this.m_Name=value.Trim();try{this.m_SkipPersist...
阅读全文
posted @ 2014-09-23 16:53 Star★
阅读(293)
评论(0)
推荐(0)
如何利用 MembershipUser 更改密码
摘要: 如何利用MembershipUser更改密码作者:vkvi来源:千一网络(原创)时间:2009-3-11完美集成、增强KindEditorHTML编辑器在ASP.NET自带的成员资格中对改用户密码一事搞得很复杂。MembershipUser有个方法叫ChangePassword可以改密码,但要求先输...
阅读全文
posted @ 2014-09-23 11:16 Star★
阅读(363)
评论(0)
推荐(0)
2014年9月19日
【FBA】SharePoint 2013自定义Providers在基于表单的身份验证(Forms-Based-Authentication)中的应用
摘要: //http://www.cnblogs.com/OceanEyes/p/custom-provider-in-sharepoint-2013-fba-authentication.html由于项目的需要,登录SharePoint Application的用户将从一个统一平台中获取,而不是从Doma...
阅读全文
posted @ 2014-09-19 19:43 Star★
阅读(352)
评论(0)
推荐(0)
[FBA]SharePoint 2013自定义Providers在基于表单的身份验证(Forms-Based-Authentication)中的应用
摘要: //http://tech.ddvip.com/2014-05/1401197453210723.html由于项目的需要,登录SharePoint Application的用户将从一个统一平台中获取,而不是从Domain中获取,所以需要对SharePoint Application的身份验证(Cla...
阅读全文
posted @ 2014-09-19 18:13 Star★
阅读(385)
评论(0)
推荐(0)
2014年9月18日
Developing a Custom Membership Provider from the scratch, and using it in the FBA (Form Based Authentication) in SharePoint 2010
摘要: //http://blog.sharedove.com/adisjugo/index.php/2011/01/05/writing-a-custom-membership-provider-and-using-it-for-fba-forms-based-authentication-in-shar...
阅读全文
posted @ 2014-09-18 23:28 Star★
阅读(357)
评论(0)
推荐(0)
2014年8月22日
LYNC2013介绍和基础架构准备角色
摘要: LYNC2013部署系列PART1:LYNC2013介绍和基础架构准备前言:LYNC 2013发布已经很久了,本人一直在进行相关的学习和测试,在有限的资源条件下,把能够模拟出来的角色进行了安装部署,由于平时工作还是非常忙碌,直到最近才将之前的部署整理成文档,供大家一起参考和学习,本系列没有涉及企业语...
阅读全文
posted @ 2014-08-22 11:07 Star★
阅读(601)
评论(0)
推荐(0)
【Office Web Apps】在 SharePoint 中使用 Office Web Apps
摘要: 在 SharePoint 中使用 Office Web Apps在安装并配置了 Microsoft Office Web Apps 的 SharePoint 网站上,通过 Office Web Apps,您可以从连接到您所在组织 SharePoint 网站的任意位置基于浏览器查看和编辑 Office...
阅读全文
posted @ 2014-08-22 10:58 Star★
阅读(581)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
27
下一页
公告