问题描述:在启动eclipse的时候,在maven控制台经常会看到更新nexus-maven-repository-index.zip,用 eclipse更新速度会很慢,甚至有不能完成下载的情况;问题解决:1.在你的eclipse里的这个配置会使你在启动eclipse的时候自动去更新:"window...
分类:
其他好文 时间:
2014-11-11 18:56:58
阅读次数:
241
其实ef本身就是unit of work+repository的 其中继承自DbContext的类就是unit of work context中的DbSet属性就是repository,你也可以不建那些属性,而使用context.Set来获取一个DbSet 如果直接在逻辑层就ef了,一来可能觉得会与...
分类:
其他好文 时间:
2014-11-11 15:54:08
阅读次数:
358
安装Maven后我们会在用户目录下发现.m2 文件夹。默认情况下,该文件夹下放置了Maven本地仓库.m2/repository。所有的Maven构件(artifact)都被存储到该仓库中,以方便重用。但是windows用户的操作系统都安装在C盘,把Maven仓库放到C盘是很危险的,为此我们需要修改...
分类:
其他好文 时间:
2014-11-11 14:10:58
阅读次数:
214
Debian #?1.?Add?this?line?to?your?list?of?repositories?by
#????editing?your?/etc/apt/sources.list
deb?http://repository.spotify.com?stable?non-free
#?2.?If?you?want?to?ver...
分类:
系统相关 时间:
2014-11-11 12:55:57
阅读次数:
224
<beanclass="org.mybatis.spring.mapper.MapperScannerConfigurer"><propertyname="annotationClass"value="org.springframework.stereotype.Repository"/><propertyname="basePackage"value="cn.jesong.webcall.report.dao"/><propertyname="sqlSessionF..
分类:
移动开发 时间:
2014-11-10 15:43:53
阅读次数:
154
RecyclerView是Android在v7包中包含了一个新的widget,RecyclerView是一个ListView进阶版,但不继承与AdapterView,相比ListView,RecyclerView更加灵活和先进。
1,导入RecyclerView
首先要保证SDK Tools和Android
Support Repository为最新版。如下图:...
分类:
其他好文 时间:
2014-11-10 15:31:47
阅读次数:
237
svn: E155004: ..(path of resouce).. is already locked I'm getting an error when trying to commit a change to a repository. I'm sure that my resources....
分类:
其他好文 时间:
2014-11-10 15:26:07
阅读次数:
2114
============问题描述============ 启动Eclipse提示sdkplatformismissing……启动sdkmanager提示Fetchinghttp://dl-ssl.google.com/android/repository/addons_list-1.xmlFaile...
分类:
移动开发 时间:
2014-11-08 15:03:48
阅读次数:
195
目录:
中央工厂的位置
mvn archetype:generate
Eclipse配置maven
在Eclipse中创建简单的maven项目
----------------------------------------------------------------------------------
center repository的位置
maven项目执行时,当po...
分类:
其他好文 时间:
2014-11-07 11:23:47
阅读次数:
138