上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页
  2013年11月29日
摘要: ASP.NET trace Logger logger = LogManager.GetCurrentClassLogger(); logger.Info("Execute InitSessionFactory. "); 阅读全文
posted @ 2013-11-29 12:05 聪明的大熊 阅读(139) 评论(0) 推荐(0) 编辑
  2013年11月7日
摘要: 给自己程序配好Glimpse。Glimpse.Mvc 有问题 遇到稍微复杂点的内套多个PartialView,内存就爆了彪1.7g,不开Glimpse一点问题都没。另外Glimpse.Nlog也有问题,现在nlog版本是2.1.0 ,这个控件用的版本是2.0.1。算了把nlog.config 加个web.config加个跳trace页面算了。 阅读全文
posted @ 2013-11-07 16:52 聪明的大熊 阅读(510) 评论(0) 推荐(0) 编辑
  2013年11月5日
摘要: http://overapi.com/javascript/查javascripthttp://slimerjs.org/自动测试?http://www.cnblogs.com/lhb25/p/form-enhanced-with-javascript-three.html下拉控件http://github.hubspot.com/offline/docs/welcome/测试offline? 阅读全文
posted @ 2013-11-05 19:59 聪明的大熊 阅读(132) 评论(0) 推荐(0) 编辑
  2013年11月4日
摘要: https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills配合Modernizr 阅读全文
posted @ 2013-11-04 11:55 聪明的大熊 阅读(250) 评论(0) 推荐(0) 编辑
  2013年10月28日
摘要: http://momentjs.com/timezone/时间格式库javascript 模板http://garann.github.io/template-chooser/字符串http://stringjs.com/https://github.com/epeli/underscore.stringhttp://www.uize.com/内容更加多点还带ajax什么的很大类库http://sugarjs.com/ 对array date string 等tree gridhttp://maxazan.github.io/jquery-treegrid/ 阅读全文
posted @ 2013-10-28 14:12 聪明的大熊 阅读(166) 评论(0) 推荐(0) 编辑
  2013年10月25日
摘要: public class StaffController : Controller { private ITest _test; //构造函数注入 public StaffController(ITest test) { this._test = test; }}public class LeaveController : Controller { //属性注入 public ITest Test { get; set; ... 阅读全文
posted @ 2013-10-25 11:35 聪明的大熊 阅读(472) 评论(0) 推荐(0) 编辑
摘要: builder.RegisterModule(new ConfigurationSettingsReader()); 需要注册上面一句才能读到.config里的节点,xml配置方式如下 Module的demo 代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using Autofac;using MvcApp.BLL;using MvcApp.... 阅读全文
posted @ 2013-10-25 11:19 聪明的大熊 阅读(345) 评论(0) 推荐(0) 编辑
  2013年10月19日
摘要: http://touchpunch.furf.com/ 阅读全文
posted @ 2013-10-19 15:27 聪明的大熊 阅读(228) 评论(0) 推荐(0) 编辑
  2013年10月15日
摘要: https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial?redirectlocale=en-US&redirectslug=Canvas_tutorialhttp://code.google.com/p/explorercanvas/ 阅读全文
posted @ 2013-10-15 17:36 聪明的大熊 阅读(183) 评论(0) 推荐(0) 编辑
  2013年10月10日
摘要: ko.bindingHandlers.datepicker = { init: function(element, valueAccessor, allBindingsAccessor) { //initialize datepicker with some optional options var options = allBindingsAccessor().datepickerOptions || {}, $el = $(element); $el.datepicker(options); //handl... 阅读全文
posted @ 2013-10-10 13:46 聪明的大熊 阅读(1225) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 12 下一页