摘要:
最近准备面试 ,要求立即各种设计模式 ,我去看经典的23种设计模式去了。发现经典的图竟然看不懂。 嗯需要补一下UML的基础知识。 于是有了这篇博客,俗称月经贴。 但是却是自己的第一次呢。牛顿发明了微积分,但是很多人还是不会用,比如我。 设计模式里面经典的图主要是类图,UML里的一种。 里面的箭头看的 阅读全文
摘要:
使 URL整洁和人性化 GET(安全交互)和POST(不安全交互):选用正确的一个。 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
RouteArea属性将Route属性定义的所有路由都迁移到了特定的区域。 和 RoutePrefix属性组合的该属性的效果意味着访问Create动作方法 http://localhost:34855/Services/Users/Add/Adam/100 RouteArea 属性 并不 影响 Ro 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
摘自:http://www.cnblogs.com/chenboyi081/p/4472709.html#tar2015050302 下面的AdminAreaRegistration继承自AreaRegistration,它为Admin区域注册路由 阅读全文
摘要:
自定义实现 IRouteHandler 阅读全文
摘要:
阅读全文
摘要:
后面Length=5 是怎么出现的? 阅读全文
摘要:
阅读全文
摘要:
结果呢: 阅读全文
摘要:
结果:<a class="myCSSClass"href="https://myserver.mydomain.com/Home/Index/MyId#myFragmentName"id="myAnchorID">This is an outgoing URL</a> 阅读全文
摘要:
结果呢: <a class="myCSSClass" href="/" id="myAnchorID">This is an outgoing URL</a> 阅读全文
摘要:
结果呢 <a href="/App/DoCustomVariable?id=Hello">This is an outgoing URL</a> 理解片段变量重用 建议 为 URL模式中的所有片段变量都提供值。 阅读全文
摘要:
结果呢:<a href="/Admin">This targets another controller</a> 阅读全文
摘要:
Using the Routing System to Generate an Outgoing URL 结果呢:<a href="/Home/CustomVariable">This is an outgoing URL</a> 结果呢:<a href="/App/DoCustomVariable 阅读全文
摘要:
阅读全文