共同学习SPS,掌握Csgl#,FireScript孵化纪实

——基于.NET脚本解释引擎,可以用于ASP.NET,WinForm,WebServices

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

随笔分类 -  东拼西凑

摘要:C#MD5加密- -Tag: MD5加密 也是抄别人的,用起来方便。using System.Security.Cryptography;using System.IO; using System.Text; ///MD5加密public string MD5Encrypt(string pToEncrypt, string sKey){ DESCryptoServiceProvider des... 阅读全文
posted @ 2006-04-30 09:56 FireReprt◇FireScript地带 阅读(991) 评论(2) 推荐(0)

摘要:在ASP.net中输出其他格式的文件Response.ContentType="application/octet-stream";Response.Charset="GB2312";//Response.AddHeader("Content-Disposition","inline;filen... 阅读全文
posted @ 2006-03-20 17:00 FireReprt◇FireScript地带 阅读(197) 评论(0) 推荐(0)

摘要:http://www.devexpress.comIComponentIComponentChangeServiceIContainerIDesignerIDesignerEventServiceIDesignerFilterIDesignerHostIDesignerOptionServiceIDesignerSerializationServiceIDictionaryServiceIExte... 阅读全文
posted @ 2006-03-15 15:31 FireReprt◇FireScript地带 阅读(343) 评论(1) 推荐(0)

摘要:1.扩展Services http://www.developerfusion.co.uk/show/4351/6/2.Designer命名空间展开http://lab.aspitalia.com/diffViewer/default.aspx?asm=System.Design&filter=&classFlag=&memberFlag=&currentPage=33.Host Designe... 阅读全文
posted @ 2006-03-15 15:05 FireReprt◇FireScript地带 阅读(264) 评论(0) 推荐(0)

摘要:引用:http://dotnet247.com/247reference/msgs/9/47826.aspxI'm not sure why you can't modify the Text, but the Name property hasn'tbeen set up by the container yet in the process of adding so theDesignerHo... 阅读全文
posted @ 2006-03-15 14:53 FireReprt◇FireScript地带 阅读(419) 评论(0) 推荐(0)

摘要:1using System; 2using System.Runtime.InteropServices; 3public class A 4{ 5 [DllImport("kernel32.dll")] 6 static extern bool QueryPerformanceCounter([In, Out] ref long lpPerformanceCount); 7 ... 阅读全文
posted @ 2006-03-14 16:33 FireReprt◇FireScript地带 阅读(266) 评论(0) 推荐(0)

摘要:http://218.26.251.27/bbs/Show.asp?BoardID=5&ID=838&TB=1 阅读全文
posted @ 2005-10-19 16:19 FireReprt◇FireScript地带 阅读(353) 评论(0) 推荐(0)

摘要:http://editblog.csdn.net/msdncolumn/archive/2004/12/31/1123.aspx 在Windows SharePoint Service平台上构建协作式应用 作者:Jason Masterman 、Ted Pattison难度:★★☆☆☆读者对象:Office开发人员,企业信息工作者相关技术:WSS、SPS、Office System [摘... 阅读全文
posted @ 2005-10-19 13:53 FireReprt◇FireScript地带 阅读(503) 评论(0) 推荐(0)

摘要:http://www.bewww.net/company/view_3556.html 阅读全文
posted @ 2005-10-19 10:16 FireReprt◇FireScript地带 阅读(286) 评论(0) 推荐(0)