随笔分类 - C#.Net
C#.Net
摘要:1、下载couchbase windows客户端;http://www.couchbase.com/download; 默认一步一步安装就可以了; 2、编写一个 CacheManager public interface ICacheManager { bool AddCache(string key, object obj); T GetCache<T>(string key) where T : class; bool ClearCache(string key); bool AddCache(string key, ...
阅读全文
摘要:1、在使用JQ做AJAX交互时我们通常需要做如下判断: 1、http请求本身是否成功; 2、我们的方法执行是否成功; 3、如果失败了,是什么原因; 一般写法是这样:var url = "http://locahost/xxxx“$.ajax({ type: "POST", url: url, data: null, dataType: "json", success: function (res) { ...
阅读全文
摘要:1、首先我们创建一个Asp.Net MVC4 项目,项目模板选择 Internet application; 发现Global.asax 文件有所变化,较之以前的版本可谓清新养眼: public class MvcApplication : System.Web.HttpApplication { protected void Application_Start() { AreaRegistration.RegisterAllAreas(); WebApiConfig.Register(GlobalConfi...
阅读全文
摘要:前段时间由于需要,找到了bugtracker.net; 从功能上来讲很不错的;对于代码的整洁性确实不敢恭维~~!! 试用了一段时间感觉比较小巧灵活,由于要开放给别人用现需要讲E文翻译一下; 我主要翻译了两个开放出来的常用的页面:/bugs.aspx 和 /edit_bug.aspx 1、 页头logo在 custom/custom_logo.html 自己进去修改;改完之后需要重启网站才能生效...
阅读全文

浙公网安备 33010602011771号