Fengzhimei@Dot.Net
Designing My Colorful Dream
摘要: public void RemoveDuplicatesByName(){ List postings = GetAllPostings(); postings.Sort(); for (int i = 1; i GetAllPostings(){ List postings = new List(); Posting posting; posting = n... 阅读全文
posted @ 2006-05-12 13:14 fengzhimei 阅读(894) 评论(0) 推荐(0) 编辑
摘要: You probably have this kind of scenario, you have developed a document library system base on the WSS object model, users of this system need to download files from backend WSS site, but sometimes the... 阅读全文
posted @ 2005-12-03 20:53 fengzhimei 阅读(1383) 评论(2) 推荐(0) 编辑
摘要: Open the um.dat in /data dir in ultraedit, reset the bytes from offset 800:80 55 55 bc 7f 41 64 6d 69 6e 00 00 00 00 00 00 000:90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000:a0 00 00 00 00 90 6e ... 阅读全文
posted @ 2005-11-29 23:06 fengzhimei 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: Detail refer to http://andrewu.co.uk/clj/entityencode/. function TextToEntities(strPlainText, blnPartialEncodeOnly) { var strPartial = []; var strFull = []; var intP = 0; var i... 阅读全文
posted @ 2005-11-25 16:48 fengzhimei 阅读(809) 评论(0) 推荐(0) 编辑
摘要: Get from http://cwashington.netreach.net/depo/view.asp?Index=812&ScriptType=jscript: function Recordset(arrFieldNames,arrData) { this.Columns = arrFieldNames; this.Data = arrData; this.Colum... 阅读全文
posted @ 2005-10-10 16:59 fengzhimei 阅读(867) 评论(0) 推荐(0) 编辑
摘要: Quoted from SPDiary. "Regular" mode "ToolPane" mode New New On Init On Init On Load CreateChildControls CreateChildControls On Load GetToolParts On PreRender On PreRender RenderWebPart Rend... 阅读全文
posted @ 2005-08-22 10:30 fengzhimei 阅读(918) 评论(0) 推荐(0) 编辑
摘要: I recently ran into a big problem when I work on my ListAggregation webpart, the webpart need to pull some lists data from remote Wss site into my local Wss site, these two servers are not in the ... 阅读全文
posted @ 2005-08-03 19:54 fengzhimei 阅读(2895) 评论(1) 推荐(0) 编辑
摘要: Last year, I mentioned a trick about how to copy dll from GAC, but the approach is very inconvenient. Today I saw a really awesome artile Using Explorer to get to physical files in the GAC from Je... 阅读全文
posted @ 2005-07-18 14:11 fengzhimei 阅读(1281) 评论(0) 推荐(0) 编辑
摘要: One day, I need to write a batch script to help me with my work, and there are some interactive yes/no prompt, just like this: "Do you want to continue?[Y/N]" This need to user make a choice... 阅读全文
posted @ 2005-06-22 16:15 fengzhimei 阅读(1698) 评论(3) 推荐(0) 编辑
摘要: When you try to backup or restore your database to another network server in the SQL Server Enterprise Manager, you will get following error:Cannot open backup device "\\networkserver\c$\xx.bak". ... 阅读全文
posted @ 2005-06-22 14:51 fengzhimei 阅读(1667) 评论(0) 推荐(0) 编辑
摘要: Microsoft has created many training environments for applications like RMS, SPS, SMS, LCS, Exchange and so on, through this you can take a quick tour of these applications even though you have not... 阅读全文
posted @ 2005-05-25 17:35 fengzhimei 阅读(1606) 评论(1) 推荐(0) 编辑
摘要: Firefox是免费与开源的小型Web浏览器,凭借其优越的性能和其出色的功能,更多的用户加入了Firefox的阵营,其市场份额也在不断的攀升。 Sharepoint是与AD紧密集成的,如果你是Firefox的爱好者,想在Firefox上使用Sharepoint,而你又是依赖NTLM授权,你就需要解决在Firefox中配置使用NTLM的问题。也许你已经有了解决方法,但Patrick ... 阅读全文
posted @ 2004-12-26 16:24 fengzhimei 阅读(2197) 评论(0) 推荐(0) 编辑
摘要: 今天Min.Dom提到了一个有趣的问题,就是在用javascript的parseInt函数时,parseInt("08")或者parseInt("09")返回的居然是0,而parseInt("01")...parseInt("07")都是正确的,一开始很难理解,后来发现出现这个问题的原因是当在前面有"0"时,javascript的debugger会认为这是一个八进制数,而"08"和"09"... 阅读全文
posted @ 2004-12-24 15:32 fengzhimei 阅读(9428) 评论(20) 推荐(1) 编辑
摘要: 今天在用FrontPage2003编辑门户首页时遇到一个问题,就是当我用FP2003打开default.aspx时,提示如下错误信息: 点击详细信息,可以看到错误的详细信息: 突然遇到这个问题,有点让我措手不及,以前一直用的好好的,怎么今天就出问题了呢?很快通过google我找到了微软的一篇KB:http://support.microsoft.com/default.... 阅读全文
posted @ 2004-12-20 18:00 fengzhimei 阅读(2216) 评论(4) 推荐(0) 编辑
摘要: I have a treeview in a my asp.net page, it works fine when the page has a background color, but when i set a background-image(which is defined in the tag) on the page, a terrible thing happened, ... 阅读全文
posted @ 2004-10-14 17:04 fengzhimei 阅读(5245) 评论(7) 推荐(0) 编辑