2014年6月4日

C#中的switch case

摘要: 在C#中switch(type){case tpye1:break;case tpye2:break;case tpye3:break;case tpye4:break;};其中type可以是数字,也可以是字符串; 阅读全文

posted @ 2014-06-04 14:43 则则 阅读(7128) 评论(0) 推荐(0)

NVelocity引擎

摘要: NVelocity引擎输出HTML流***(一般处理程序中) VelocityEngine vltEngine = new VelocityEngine(); vltEngine.SetProperty(RuntimeConstants.RESOURCE_... 阅读全文

posted @ 2014-06-04 14:38 则则 阅读(408) 评论(0) 推荐(0)

导航