通过创建ContainerBuilder并配置暴露的service(接口或者类型)来使用Autofac注册我们的组件。组件(Components)可以通过反射,提供对象实例化,或者通过lambda表达式来创建. ContainerBuilder有一系列的Register()方法来实现组件的注册。Co...
分类:
Web程序 时间:
2016-01-11 20:26:58
阅读次数:
170
ERROR[com.deppon.foss.framework.server.components.jobgrid.GridJobStoreTX](ServerServiceThreadPool--48)ClusterManager:Errormanagingcluster:FailedtoobtainDBconnectionfromdatasource‘myDS‘:java.sql.SQLException:CouldnotretrievedatasourceviaJNDIurl‘jdbc/fossds‘j..
分类:
其他好文 时间:
2016-01-07 18:25:50
阅读次数:
339
+ (NSString *)pathWithComponents(NSArray *)components根据components中的元素来构建路径.- (NSArray *)pathComponents解析路径,返回构成路径的各个部分.- (NSString *)lastPathComponent...
分类:
其他好文 时间:
2016-01-07 16:39:01
阅读次数:
125
链接:https://developer.android.com/guide/components/tasks-and-back-stack.htmlTask是Activity的集合,按打开的先后顺序存放在栈中。Home界面是启动绝大多数Task的地方,用户点击应用的icon后,应用的task就会被...
分类:
其他好文 时间:
2016-01-06 20:09:30
阅读次数:
234
官网帮助文档链接:http://developer.android.com/guide/components/fragments.html主要看两张图,和跑代码一,Fragment的生命周 二,与Activity生命周期的对比 场景演示 : 切换到该Fragment11-29 14:26:3...
分类:
其他好文 时间:
2016-01-06 17:32:27
阅读次数:
130
Last time we looked at how to use properties, to affect the initial rendering of components. Today we’ll take a look at how to use state, how it diffe...
分类:
其他好文 时间:
2016-01-03 00:27:41
阅读次数:
240
we leverage private components to break our render function into more manageable pieces without leaking the implementation details of our component. ....
分类:
其他好文 时间:
2015-12-31 07:14:07
阅读次数:
319
问题1、 比如拿到一个汽车的样本,里面既有以“千米/每小时”度量的最大速度特征,也有“英里/小时”的最大速度特征,显然这两个特征有一个多余。2、 拿到一个数学系的本科生期末考试成绩单,里面有三列,一列是对数学的兴趣程度,一列是复习时间,还有一列是考试成绩。我们知道要学好数学,需要有浓厚的兴趣,所以第...
分类:
其他好文 时间:
2015-12-29 15:58:51
阅读次数:
190
用过firefox的人肯定要安装firefox的扩展,这样才能发挥火狐的全部实力。一般扩展是一个后缀为.xpi的文件,其实这个文件就是zip格式的压缩包,压缩了一个扩展所需要的所有目录和文件,基本的目录结构如下:extension.xpi:/install.rdf /components/* /co...
分类:
其他好文 时间:
2015-12-27 23:21:24
阅读次数:
276
1.angular特色数据双向绑定模块化 var myapp=angular.module...控制器 myapp.controller(){}2.bootstrap特色栅格结构 css架构可以做:导航条下拉框标签切换轮播图弹出框等等。http://v3.bootcss.com/components...
分类:
Web程序 时间:
2015-12-21 14:15:01
阅读次数:
140