logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Keystore was tampered with, or password was incorrect

自定义keystore名称必须是debug.keystore.不然会报Keystore was tampered with, or password was incorrect,这个错误。另外,还要保证keystore的alias(别名)和alias密码都要和default debug keystore相同。可以使用一下命令行:keytool -genkey -v -k

数据库备份 Mysql table '' doesn`t exist

本文转自 http://www.cnblogs.com/brucexuyg/archive/2012/06/22/2558755.html补充:正常情况下,建议数据库备份最好用工具进行备份,通过拷贝数据库表进行数据迁移,不同的环境会出现各种不同的意外问题。背景:今天在整理一个网站的时候,操作系统由于系统自动更新导致一直出现系统蓝屏死机,唉,悲剧了,于是重新安装了系统 windo

access denied for user 'root'@'localhost' using password yes

在做hibernate时候,抛出如下异常: 该故障大概是以前改过mysql的密码(改法有问题呗)。----------------------------------------------  [转]MySql错误代码1045的解决方案 错误代码 1045 Access denied for user root@localhost (using password:Y

#服务器#mysql#windows +1
Can not construct instance of java.util.LinkedHashMap: no String-argument constructor/factory method

出现这个问题是由于参数传入的是一个String类型 无法转换为Map$.ajax({type:'POST',url:hostUrl,dataType:'json',contentType:'application/json',async:fa...

spring boot 项目 redis启动报错 Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer'

先说一下解决办法修改配置redis.conf文件C:\Users\coffee>C:\Java\Redis-x64-3.2.100\redis-server.exeredis.conf把redis.conf的配置文件的注释改为# notify-keyspace-events ""notify-keyspace-events Egxorg.springframework.b

spring 注入static 字段 @value

@Componentpublic class Configure {// appidprivate static String appId = "wxbexxxxxxx";//// @Value("${wx.app.id}")@Value("#{configProperties['wx.app.id']}")public void setAppId(String app

spring Scheduled 执行两次

项目中 job是用注解配置的package com.xxx.xxx@Component@Lazy(false) // 不加注解会导致不运行public class BangListJob {private Logger logger = LoggerFactory.getLogger(getClass());/*** 把超过俩周的变成已取走-超时* 每周一上

#spring
adb server is out of date. killing

1:今天调试android的时候发现一个诡异的问题C:\Users\xxxx>adb start-serveradb server is out of date.killing...ADB server didn't ACK* failed to start daemon *adb 不管执行 shell devices 还是logcat 都会报错adb serve

ognl.MethodFailedException: Method "setXX" failed for object

由于数据类型不匹配而导致的异常ognl.MethodFailedException: Method "setId" failed for object cn.xyurp.system.bean.DomainValue@1a6d030 [java.lang.NoSuchMethodException: setId([Ljava.lang.String;)] at ognl.OgnlRunti

RedHat Enterprise Linux 5(RHEL5) 上安装 Oracle9i(9.2.0.4.0)

<br />http://bbs.winos.cn/thread-45043-1-1.html<br /><br /> <br />说明:<br />1、文档中红色标注为需要修改的内容,蓝色字体为说明文字 <br />2、所有的软件安装包如无特别说明,都是存放在 /root 文件下<br />环境介绍:<br />Mem: 400M<br />硬盘:在虚拟机中新增了一块8G的硬盘用于安装 Orac

#oracle#linux#database
    共 19 条
  • 1
  • 2
  • 请选择