Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:
移动开发 时间:
2014-07-29 18:28:22
阅读次数:
2196
使用Keil开发环境对STM32L Discovery进行开发,更新一次firmware后就不能连接目标板了,报错Internal command error Flash download failed target dll has been can。最后将Keil更新至4.60就可了。使用过程中,...
分类:
其他好文 时间:
2014-07-29 14:03:38
阅读次数:
331
在mysql中使用实践调度器(计划任务),
语句写好了,执行也ok,但是却没有预期的结果,网上总结了很多计划任务失效的原因,没有一种适合我,
在phpmyadmin中打开事件表,发现下面一串红色的提示:Connection for controluser as defined in your configuration failed.
把这句话粘贴在网上搜了一下,多是一些国外的网站,没看懂,...
分类:
其他好文 时间:
2014-07-29 13:11:36
阅读次数:
235
常见错误描述:Apple Mach-O Linker Error这类错误的错误信息最后一行通常如下:Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1发生这种错误...
分类:
移动开发 时间:
2014-07-28 23:46:44
阅读次数:
294
1、问题现象E:\JSP\HibernateDemo\HibernateDemoProject\src\sine>java ConnectSQLServerConnect failed!com.microsoft.sqlserver.jdbc.SQLServerException: 用户 'sa' ...
分类:
数据库 时间:
2014-07-28 15:28:13
阅读次数:
254
严重:Dispatcherinitializationfailedjava.lang.RuntimeException:java.lang.reflect.InvocationT(2012-09-23 17:20:13)转载▼标签:struts中jar包dispatcherinitializa分类:...
分类:
编程语言 时间:
2014-07-27 23:27:10
阅读次数:
341
Forbidden(403)CSRF verification failed. Request aborted.HelpReason given for failure: CSRF token missing or incorrect. In general, this can occu...
分类:
其他好文 时间:
2014-07-27 23:20:59
阅读次数:
273
1、FailedtoconnecttoVMwareLookupServicehttps://IP:7444/lookupservice/sdk-SSLcertificateverificationfailed.我在配置vCSA过程中修改了其hostname,可能是由此引起的。解决方法:登录vCSA,https://<host-name>:5480点击‘Admin’页打开‘Certificateregenerationena..
分类:
移动开发 时间:
2014-07-27 12:07:33
阅读次数:
261
#include
#include
#include
#include
#include
#include
using namespace std;
const int maxn = 1000;
char s[maxn];
bool failed;
vector ans;
struct node
{
bool have_value;
int v;
node *left,*...
分类:
其他好文 时间:
2014-07-27 11:54:43
阅读次数:
198
故障:
之前phpMyAdmim和Yii连接Mysql都好着的,某天,同时出现如下报错:
1、linux下phpMyAdmin 出现 “缺少 mysqli 扩展,请检查
PHP 配置。”
2、Yii 出现CDbConnection failed to open the DB connection: could not find driver
排查:
1、先排查Mysql服务是否正...
分类:
数据库 时间:
2014-07-27 11:16:42
阅读次数:
232