码迷,mamicode.com
首页 >  
搜索关键字:repository    ( 4028个结果
window svn本地搭建
1、从官网下载svn服务端和客户端;2、安装服务端和客户端,安装客户端后要求重启;3、建立版本库(repository)方法一:命令行方式首先,在E盘下建立svnroot文件夹,然后,打开命令窗口,键入svnadmin create E:\svnroot\repository这样就会在E:\svnr...
分类:Windows程序   时间:2014-09-13 12:01:05    阅读次数:421
运维系列:01、Spark编译与打包
1、SBT编译vi project/SparkBuild.scala修改仓库:"Maven Repository" at "http://172.16.219.120:8080/nexus/content/groups/public/"SPARK_HADOOP_VERSION=2.4.0.2.1.....
分类:其他好文   时间:2014-09-12 11:29:43    阅读次数:234
Linux下的摄影后期处理软件
由于喜欢摄影,在LInux上折腾,想找一款能代替lightroom的软件。发现darktable这款软件专业。于是就安装了。以下是在Linux上安装darktable的instruction,需要添加PPA源sudo add-apt-repository ppa:pmjdebruijn/darkta...
分类:系统相关   时间:2014-09-11 23:37:32    阅读次数:248
持续集成的成功要素
成功的持续集成环境,在我看来包括几个重要部分: 1. 清晰的依赖管理 Dependency Management 2. 内部软件库 Package Repository 3. 可配置的环境参数、配置管理 Configuration Management 4. 可分拆的部署单元、发布单元、贡献单元...
分类:其他好文   时间:2014-09-11 17:26:52    阅读次数:249
四句命令安装双显卡驱动(ubuntu/mint)
我们要用到大黄蜂此神器,直接上命令。 sudo add-apt-repository ppa:bumblebee/stable sudo add-apt-repository ppa:ubuntu-x-swat/x-updates sudo apt-get update sudo apt-get install bumblebee bumblebee-nvidia 我的电脑本来非常烧,现在降...
分类:其他好文   时间:2014-09-10 23:56:11    阅读次数:214
TortoiseSVN配置和使用教程
2009-04-24 来源:dev.idv.tw1 安装及下载client 端2 什么是SVN(Subversion)?3 为甚么要用SVN?4 怎么样在Windows下面建立SVN Repository?5 建立一个Working目录6 新增档案及目录到Repository中7 更新档案及目录8 ...
分类:其他好文   时间:2014-09-10 19:08:00    阅读次数:292
ef 多个模块,通过程序集映射entity,指定对应的repository
在Entity Framework repository下加两个方法: public virtual T GetByEntityName(object id, string EntityTypeName) { dynamic repository =...
分类:其他好文   时间:2014-09-09 18:10:19    阅读次数:213
hdu 2846 Repository (字典树)
//给出的字符串在模式串中出现几次# include # include # include # include using namespace std; # define MAX 26 typedef struct Trie_Node { int count;//记录包含该结点的单词个数 int id;//最后一次经过此结点的商品的id Trie_Node *nex...
分类:其他好文   时间:2014-09-09 16:14:48    阅读次数:126
Github使用
1.注册github账号----要想使用github第一步当然是注册github账号了。之后就可以创建仓库了(免费用户只能建公共仓库),Create a New Repository,填好名称后Create,之后会出现一些仓库的配置信息,这也是一个git的简单教程。2.安装GitHub For Wi...
分类:其他好文   时间:2014-09-09 11:46:18    阅读次数:163
ubuntu install jdk
1.Add the PPA:$ sudo add-apt-repository ppa:webupd8team/java2.Update the repo index:$ sudo apt-get update3.install jdk:Install Java 8$ sudo apt-get in...
分类:其他好文   时间:2014-09-07 12:11:15    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!