码迷,mamicode.com
首页 >  
搜索关键字:repository    ( 4028个结果
安装Android Studio过程中出现的问题
1、安装Android Studio成功后首次进入,会检测SDK版本,此时出现了“Fetching URL: http://dl-ssl.google.com/android/repository/repository-6.xml”,说google地址被拒绝之类的,原因是被大天朝的墙挡住了去路。 解决方法如下图: 修改后,点Close,接着把Android Studio关闭重启,就...
分类:移动开发   时间:2015-01-08 22:48:33    阅读次数:230
springmvc小结
spring配置:在xml配置了这个标签后,spring可以自动去扫描base-pack下面或者子包下面的java文件,如果扫描到有@Component, @Repository, @Service, @Controller这些注解的类,则把这些类注册为bean。参考:http://blog.csd...
分类:编程语言   时间:2015-01-08 19:31:46    阅读次数:158
【Mood-17】 github中在本地进行上传的时候出现ERROR: Repository not found. fatal: The remote end hung up unexpectedly
一开始出现这个错误的时候还感觉很奇怪,我明明在在本地中相应的库文件夹命令中输入: vim ./git/config 将文件中的 [remote “origin"]部分去掉!
分类:Web程序   时间:2015-01-08 17:31:43    阅读次数:180
EMCA fails with error "ORA-01017: invalid username/password; logon denied"
Creation of dbcontrol repository fails when execute $ emca -config dbcontrol -repos createWith error:Database connection through listener failed. Fix the error and run EM Configuration Assistant again...
分类:其他好文   时间:2015-01-08 13:26:13    阅读次数:354
将已有项目提交到github/从github上pull到本地
之前都写过一篇github常用命令的文章,可是这些日子来,发现自己根本没掌握,真是很讨厌github这种提交方式,如果能够使用界面操作多好啊。添加已有项目到github新建repository,可以在github网站上直接新建或者使用windows github工具。进入github reposit...
分类:其他好文   时间:2015-01-07 20:45:52    阅读次数:208
【转】SVN添加文件时的错误处理:...\conf\svnserve.conf:12: Option expected
转载地址:http://www.linuxidc.com/Linux/2014-09/106683.htm安装完SVN服务器,添加完用户权限后,准备将本地的项目add到服务器上时,报"C:\Documents and Settings\Subversion Repository\conf\svnse...
分类:其他好文   时间:2015-01-07 20:34:53    阅读次数:152
一步一步教你分享开源项目到 Maven 中心仓库
为了让我们的代码能够被全世界看到,我们应该努力将它推广出去,为了让更多人能够轻松的使用它,我们应该将他发布到Maven Centeral Repository中。...
分类:其他好文   时间:2015-01-06 23:13:11    阅读次数:285
spring 注解 注入属性 和 注解完成bean定义
1. 使用 @Autowired 和 @Resource注解来注入属性2. 使用@Component、@Repository、@Service、@Controller注解,就将该类定义为一个Bean了:注意 一个 注解 属性的 ,一个 注解 类成为一个bean 的
分类:编程语言   时间:2015-01-06 20:01:26    阅读次数:248
Git User Guide
Installation Configuration Set user name and email Add SSH keys Repository Create New Repository Clone Existing Repository Git Operation Pull Push Mer...
分类:其他好文   时间:2015-01-06 17:21:30    阅读次数:207
如何更新maven需要的jar包
第一次使用maven,检出项目生成时出现缺少xxx.jar,目录在C盘下;拿mybatis-spring-1.2.2.jar来说,发现在C:\Users\Administrator\.m2\repository\org\mybatis\mybatis-spring\1.2.2目录下竟然缺少这个包:解...
分类:编程语言   时间:2015-01-06 15:21:52    阅读次数:273
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!