刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

2008年10月9日

摘要: c# md5 函数 加密 using System.Security.Cryptography; Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1 public string md5(string str)... 阅读全文

posted @ 2008-10-09 10:30 刘政道 阅读(640) 评论(0) 推荐(0)

2008年10月8日

摘要: 转载:http://ceapet.com/blog/?p=363 SharePoint Designer 开发 Aspx表单 目标,在pages目录下开发test.aspx,要求该页面能使用网站集的母版页,实现页面与其它网站页面布局一致。 使用SharePoint Designer打开http://moss,打开pages文件夹,右键新建aspx页,删除默认内容,将以下内容复制到页面中。 ... 阅读全文

posted @ 2008-10-08 13:30 刘政道 阅读(572) 评论(0) 推荐(0)

2008年9月27日

摘要: 转载http://ceapet.com/blog/?p=359 参考文献: How to: Add Actions to the User Interface http://msdn.microsoft.com/en-us/library/ms473643.aspx CustomAction Element (Custom Action) http://msdn.microsoft.com/e... 阅读全文

posted @ 2008-09-27 15:22 刘政道 阅读(506) 评论(0) 推荐(0)

2008年9月26日

摘要: 转载 http://ceapet.com/blog/index.php?option=com_content&view=article&id=55:sharpoint2007-vs2008aspx-&catid=28:sharepoint&Itemid=58 目标:利用VS2008和ASPX表单开发SharePoint工作流,用于档案借阅审批流程。 流程: 档案借阅审批流程 为什... 阅读全文

posted @ 2008-09-26 16:20 刘政道 阅读(2076) 评论(10) 推荐(0)

摘要: http://www.cnblogs.com/maxianghui/archive/2006/05/... Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->只能输入数字:"^[0-9]*$"。 只能输入n位的数字:"^\d{n... 阅读全文

posted @ 2008-09-26 10:19 刘政道 阅读(234) 评论(0) 推荐(0)