摘要:
Orchard 中的Pager是一个很方便的用来分页的Shape, 但默认情况下,它是使用当前Action的地址作为链接地址,如果分页的数据要是由别的Action提供时,这样的分页链接就不对了,其实它是支持自定义Action的,在Pager的源代码中 var routeData = new RouteValueDictionary(Html.ViewContext.RouteData.Values); var queryString = _workContext.Value.HttpContext.Request.QueryString; ... 阅读全文
摘要:
墙外还是有好多很好的Orchard的视频的,为了方便大家学习使用Orchard,楼主转了份到Youku上:Orchard CMS Jump Start - part 1 of 4Orchard CMS Jump Start - part 2 of 4Orchard CMS Jump Start - part 3 of 4Orchard CMS Jump Start - part 4 of 4 Introduction to Orchard 1.4Getting started with custom themes in Orchard Deploying an Orchard site usi 阅读全文
摘要:
Box2D lua binding pkg and c++ files: LuaBox2D.zipUsage: local PTM_RATIO = 32.0 local gravity = b2Vec2(0.0, -10.0) local _world = b2World:new_local(gravity) -- Create edges around the entire screen local groundBodyDef = b2BodyDef:new_local() groundBodyDef.position = b2Vec2(0, 0)... 阅读全文