码迷,mamicode.com
首页 >  
搜索关键字:repository    ( 4028个结果
MAC配置SVN服务器
MAC配置SVN服务器 ============ MAC已经自带了SVN,所以,直接使用就好 1、创建svn repository svnadmin create /path/svn/pro  //仓库位置,svn是svn的目录,pro是一个版本库的目录 PS:这里有个歧义,按这样的方式添加SVN后,在启动SVN服务的时候,记得要用/path/svn这个路径,而不能用...
分类:其他好文   时间:2014-09-05 12:57:31    阅读次数:183
HDU 2846 Repository(字典树变形)
HDU 2846 Repository(字典树变形)...
分类:其他好文   时间:2014-09-03 22:44:17    阅读次数:321
Gradle project sync failed.
Go to File > Settings > Gradle you will end up with this screen for setting up your gradle :Also make sure you have Google Repository in your Android ...
分类:其他好文   时间:2014-09-03 16:22:26    阅读次数:238
ubuntu 下git commit error insufficient permission for adding an object to repository database .git/objects错误 解决方法
根据提示便知是权限问题,用下面的命令查询objects下有root权限的文件ll .git/objects/ | grep rootdrwxr-xr-x 2 root root 4096 3月 1 21:40 3ddrwxr-xr-x 2 root root 4096 3月 1 21:4...
分类:数据库   时间:2014-09-02 21:22:25    阅读次数:261
Eclipse的Git工具EGit的使用经验
由于项目需要,简单看了一下这个工具的使用。发现在最新版的Eclipse Luna中似乎已经集成这个工具了,对于旧一点版本的Eclipse,可以在:http://www.eclipse.org/egit/ 查看安装方法。 安装好并重启Eclipse之后,我们可以切换到Git视图,在这里可以将我们已经在公开或私有GIt网站上的Repository Clone到本地。基本步骤都很简单,到了“Loc...
分类:系统相关   时间:2014-09-02 14:11:37    阅读次数:210
TFS Build Controller service HTTP code 500: System.ServiceModel.ServiceActivationException
Take a look at Task Manager on the machine where your TFS Repository lives. We have this problem whenever its memory utilization is greater than 95%.h...
分类:其他好文   时间:2014-09-02 12:16:24    阅读次数:388
git
Create a new repository on the command linetouch README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.co...
分类:其他好文   时间:2014-09-02 01:33:03    阅读次数:230
MVC中的Repository模式
1.首先创建一个空的MVC3应用程序,命名为MyRepository.Web,解决方案命名为MyRepository。2.添加一个类库项目,命名为MyRepository.DAL,添加一个文件夹命名为Repository来存放业务逻辑。3.继续添加一个类库项目,命名为MyRepository.Dom...
分类:Web程序   时间:2014-09-01 17:30:53    阅读次数:290
Android SDK更新以及ADT更新出现问题的解决办法
问题描述使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google...
分类:移动开发   时间:2014-09-01 17:27:33    阅读次数:247
Repository模式
近来发现很多ASP.NET MVC的例子中都使用了Repository模式,比如Oxite,ScottGu最近发布的免费的ASP.NET MVC教程都使用了该模式。就简单看了下。在《企业架构模式》中,译者将Repository翻译为资源库。给出如下说明:通过用来访问领域对象的一个类似集合的接口,在领...
分类:其他好文   时间:2014-09-01 15:19:23    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!