Mediawiki支持中文搜索 Thursday, April 22, 2010

使用过mediawiki的人对mediawiki的中文搜索都有深切感受,实在是不好。好在mediawiki提供了好几种解决办法,通过对比我选择了SpinxSearch成功实现了中文搜索。

我的环境:
1> Mediawiki 1.15.1
2> XAMMP Lite 1.7.2

How to call the Subtotal function by VBA in excel Friday, April 9, 2010

How to call the Subtotal function by VBA in excel

If a formula on the active sheet, then perhaps like this:
Code:

    With Worksheets("统计")
        Range("A3").Formula = _
        "=Subtotal(109, " & .Range("A4", .Cells(LastRow, "A")).Address(, , , True) & ")"
    End WithIf a result, then
Code:
    With Worksheets("统计")
        Range("A3").Value = _
        Application.WorksheetFunction.Subtotal(109, .Range("A4", .Cells(LastRow, "A")))
    End With

Dora.fm Wednesday, April 7, 2010

This site has been blocked in my company

Recommend a website to listen to music online. The link is Dora.fm.

Dora.fm is a mashup of Pandora, Twitter.  The screenshot of home page is belowing



It's very very nice. PLs enjoy it.

[FW]Static diagram of OpenCORE Player Engine Tuesday, April 6, 2010



From http://freepine.blogspot.com/