logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

用golang代码统计整个工程的代码行数

早上给pmo的增量数据,对方现在想要整个工程的总代码数,可以用golang找出换行数,我的工程路径为:E:\GitHub\launchersrv2代码实现:// a simple go program for computing total line of souce files stored in one dirpackage mainimport (...

springboot kafka手动设置ack报错

kafka手动设置ack时报以下错误:org.springframework.kafka.listener.ListenerExecutionFailedException: Listener method could not be invoked with the incoming messageEndpoint handler details:Method [public void com.r

springboot集成redis时报错:org.springframework.data.redis.serializer.SerializationExceptionng 解决办法

系统B 程序执行 redisUtil.get(key)抛出异常错误信息org.springframework.data.redis.serializer.SerializationException: Could not deserialize: syntax error, pos 1, line 1, column原因:不同业务系统使用了同一个key,并且两个系统使用了不同的序列化策略,在系统A

#redis
暂无文章信息