08 2013 档案
jquery ajax/post/get 传参数给 mvc的action
摘要:jquery ajax/post/get 传参数给 mvc的action1.ActionResult Test1 2.View Test1.aspx3.ajax page4.MetaObjectMigration.cs string json convert to class5.相关的代码下载(包含用的相关类, jquery.json.js等)ActionResult Test1public ActionResult Test1(string nameJS, UserInfoInputData model, string js) { UserInfoInp... 阅读全文
posted @ 2013-08-10 20:15 dfg727 阅读(3940) 评论(0) 推荐(0)
通过spring.net中的spring.caching CacheResult实现memcached缓存
摘要:通过spring.net中的spring.caching CacheResult实现memcached缓存1.SpringMemcachedCache.cs2.APP.config3.Program.cs4.Common待解决问题:CacheResult,CacheResultItems有什么区别????SpringMemcachedCache.cs memcached的实现, 继承了Spring.Caching.AbstractCache, memcached的实现用了Enyim.Caching 1 using System; 2 using Spring.Caching; 3 u... 阅读全文
posted @ 2013-08-08 10:55 dfg727 阅读(1780) 评论(1) 推荐(0)