码迷,mamicode.com
首页 >  
搜索关键字:setting repository plugin.sync failed prolem    ( 16125个结果
memcached在windows7上的安装问题
memcached在windows7上的安装问题错误:通过cmd命令行进入到C:\memcached(下载后的解压目录)运行 memcached.exe -d install报错“ failed to install service or service already installed”解决方法...
分类:Windows程序   时间:2014-07-22 23:16:33    阅读次数:588
[转]Windows环境下尝试安装并配置PHP PEAR备忘
转自:http://wangye.org/blog/archives/266/什么是PEAR来自百度百科:PEAR 是PHP扩展与应用库(the PHP Extension and Application Repository)的缩写。它是一个PHP扩展及应用的一个代码仓库,简单地说,PEAR之于P...
分类:Windows程序   时间:2014-05-01 14:47:48    阅读次数:637
ubuntu 14.04 安装笔记
ubuntu 14.04 安装笔记1.UltraISO将镜像写入U盘,从U盘启动安装。安装只用了不到5分钟2.添加软件源 根据网络设置主要的软件源,我这里用163的 apt-add-repository ppa:geany-dev/ppa # geany,轻量级IDE apt-add-reposit...
分类:其他好文   时间:2014-05-01 11:56:36    阅读次数:620
UIView独占响应事件
exclusiveTouchA Boolean value that indicates whether the receiver handles touch events exclusively.Setting this property to YES causes the receiver to...
分类:其他好文   时间:2014-05-01 11:49:57    阅读次数:296
【php】curl常见的错误号和解释
curl 错误代码列表CURLE_UNSUPPORTED_PROTOCOL (1) – 您传送给 libcurl 的网址使用了此 libcurl 不支持的协议。 可能是您没有使用的编译时选项造成了这种情况(可能是协议字符串拼写有误,或没有指定协议 libcurl 代码)。CURLE_FAILED_I...
分类:Web程序   时间:2014-05-01 11:32:29    阅读次数:485
修复:"Failed to start Load Kernel Modules"
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl --state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service load...
分类:其他好文   时间:2014-05-01 03:38:30    阅读次数:589
MongoDB与Mysql常用命令解释
原文本文旨在介绍MongoDB,Mysql的常用命令:将MongoDB 和传统的关系型数据库的常用命令对照起来学习,更加便于记忆和理解。mongodb与mysql命令对比MongoDB是由数据库(database/repository)、集合(collection)、文档对象(document)三个...
分类:数据库   时间:2014-04-30 14:37:33    阅读次数:745
ssh的有关注解的配置annotation
dao层:@Repository(value ="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="") 有关事务的配置: @Transactional(propagation=P...
分类:其他好文   时间:2014-04-29 16:38:46    阅读次数:446
VM启动报错Cannot open the disk,Failed to lock the file
在windows下运行VMware创建的虚拟机时出错,无法运行。 错误提示大概为: Failed to lock the file Cannot open the disk 'D:\Windows Server 2008 R2 x64.vmdk' or one of the snapshot disks it depends on. 解决方法:        把虚拟机文件夹里【.lck】...
分类:其他好文   时间:2014-04-29 13:28:21    阅读次数:366
今天弱爆了,svn创建项目
今天弱爆了1.再svnRoot下新建你要建的项目名如:hqdj 文件夹,然后选中它点击右键选中create repository here...,选择文件系统类型2.进入conf文件夹进行配置用户名和密码3.再你自己的本地(最好是www目录下)checkout就ok了想想自己不好好研究下,现在弱爆了...
分类:其他好文   时间:2014-04-29 10:35:45    阅读次数:317
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!