ABP是ASP.NET Boilerplate Project (ASP.NET样板项目)的简称。 ABP的层次: 为了减少复杂性和提高代码的可重用性,采用分层架构是一种被广泛接受的技术。 为了实现分层的体系结构,ABP遵循DDD(领域驱动设计)的原则,将分为四个层次: 展现层(Presentati ...
分类:
其他好文 时间:
2018-07-11 22:51:42
阅读次数:
228
总是听到有人说redux流程抽象,难度很高,看完官方文档表示,这就是一个典型用于快速开发的框架。理解:store是类似于数据库的东西,负责储存数据。action描述要对store做的事情是什么。reducer表示如何根据action的信息要怎么做的函数,dispatch执行它们。presentati ...
分类:
其他好文 时间:
2018-01-11 15:35:18
阅读次数:
183
1.新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentati ...
分类:
其他好文 时间:
2017-12-14 17:57:14
阅读次数:
118
1.新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentati ...
分类:
其他好文 时间:
2017-12-14 14:03:03
阅读次数:
109
1.新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentati ...
分类:
其他好文 时间:
2017-12-14 03:39:57
阅读次数:
196
1、新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentati ...
分类:
其他好文 时间:
2017-12-14 03:36:55
阅读次数:
129
1、新页面user.html,用<ul ><li role="presentation"> 实现标签页导航。<ul class="nav nav-tabs"> <li role="presentation"><a href="#">Home</a></li> <li role="presentati ...
分类:
其他好文 时间:
2017-12-13 23:21:11
阅读次数:
139
在SilverLight项目中,实现模糊查询,并将值绑定到列表中,使用了Telerik中的<telerik:RadMaskedTextBox>控件。 要先添加命名空间的引用: xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentati ...
分类:
其他好文 时间:
2016-06-23 12:50:10
阅读次数:
347
昨天有网友说我写的那段系统分享代码在iOS9上有warning,看下了原来ios8之后UIPopoverController被废弃了。新增加的UIPopoverPresentationController在控制PopView上更简单好用。下面是我修改之后的代码:1. 在app内以子视图方式打开其他app预览,仅支持6.0以上openAppWithIdentifier(appId: String)2....
分类:
移动开发 时间:
2015-11-03 14:56:50
阅读次数:
276
题目链接Problem StatementCodenationis sendingNof its employees to a High Profile Business Conference and the goal is to cover maximum number of presentati...
分类:
其他好文 时间:
2015-01-25 16:35:51
阅读次数:
202