码迷,mamicode.com
首页 >  
搜索关键字:could    ( 5457个结果
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart
之前都是命令行创建,今天用eclipse装m2eclipse的时候装完后创建项目的时候报错:   Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories 解决方式:  ...
分类:Web程序   时间:2015-08-08 16:35:09    阅读次数:167
LeetCode (17)Letter Combinations of a Phone Number
题目Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephone buttons) is given below.Input:Digit string “23”...
分类:其他好文   时间:2015-08-07 22:23:27    阅读次数:195
xe mysql
[FireDAC][Phys][MySQL]-314. Cannot load vendor library [libmysql.dll or libmysqld.dll]. The specified module could not be found.http://docs.embarcader...
分类:数据库   时间:2015-08-07 21:55:24    阅读次数:260
HDU-1020(水题)
EncodingProblem DescriptionGiven a string containing only 'A' - 'Z', we could encode it using the following method:1. Each sub-string containing k sam...
分类:其他好文   时间:2015-08-07 19:32:21    阅读次数:102
ant安装配置问题:ANT_HOME is set incorrectly or ant could not be located. Please set ANT_HOME.
项目用到ant 1、去官网下载:http://ant.apache.org/bindownload.cgi 2、解压至安装C盘 3、设置ANT_HOME、PATh、CLASSPATH ANT_HOME: .;C:\ant\apache-ant-1.9.2; CLASSPATH: %ANT_HOME%\lib; PATH: %ANT_HOME%\bin; 一步步配置完成后,以为...
分类:其他好文   时间:2015-08-07 13:22:27    阅读次数:143
Maven error “Failure to transfer…”解决办法
其实就是把下载失败的文件夹给删除了,再下载。 Linux: $ find ~/.m2 -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \; Windows: > cd %userprofile%\.m2\repository > f...
分类:其他好文   时间:2015-08-07 09:44:20    阅读次数:117
pip (package manager) for python
refrence: pip1. installfor unix:$ sudo apt-get install python-pipnote: you could set mirror of deiban package ftp server to mirrors.163.com debian apt...
分类:编程语言   时间:2015-08-06 22:17:24    阅读次数:261
Nginx: could not build the server_names_hash 解决办法
转载自:http://www.tuicool.com/articles/NZVnm2f上周给一台 Nginx proxy 服务器增加一个虚拟主机名(server_name)后重启 nginx 报错,nginx -t 测试和查看 nginx 错误日志均发现需要增加 server_names_hash_...
分类:其他好文   时间:2015-08-06 20:23:52    阅读次数:139
TNS-01189: The listener could not authenticate the user
查看监听时,发现监听状态异常,报TNS-01189: The listener could not authenticate the user错误$ lsnrctl stat LSNRCTL for Linux: Version 11.2.0.4.0 - Production on 06-AUG-2...
分类:其他好文   时间:2015-08-06 11:05:47    阅读次数:282
U盘安装CentOS 7问题解决
1 使用U盘安装最新版Centos时报错(CentOS-7-x86_64-DVD-1503-01):错误提示:"Warning:could not boot;Warning: /dev/root does not exist",具体如下图:2 原因分析:这是因为安装程序未能找到安装文件所致,因为是U...
分类:其他好文   时间:2015-08-05 18:02:28    阅读次数:1345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!