最近项目一直会出现时间转换报错,一直不知道是什么问题??? java.lang.NumberFormatException: multiple points at su…
标签:编程问答
sbt编译spark程序提示value toDF is not a member of Seq()
sbt编译spark程序提示value toDF is not a member of Seq() 前提 使用Scala编写的Spark程序,在sbt编译打包的时候提示value toDF is not a member…
[解决方法] spring-data-mongo 配置报错org.springframework.beans.factory.BeanCreationException,[Java] 游戏服务器搭建 netty+spring+protobuf
照着网上的教程 导入了相应的包,结果报错: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '…
MySQL案例04:Cause: java.sql.SQLException: Could not retrieve transaction read-only status from server
今天同事发现程序日志有异常抛出,询问原因,进过排查发现与java的连接参数有关系,具体处理过程如下: 一、错误信息 "message": "\n### Error updating database. Cause: ja…
Flutter 数据存储 加权限 sharedpreference, sqflite, file
要访问SD卡,首先读取权限肯定是要有的,不然写再多代码都是无用功。在AndroidManifest.xml文件中添加 <uses-permission android:name="android.per…
Gradle sync failed: /Applications/Android Studio.app/Contents/gradle/gradle-2.14.1/lib/plugins/gradle-diagnostics-2.14.1.jar (No such file or directory) Consult IDE log for more details (Help | Sh
上面出现的错误是,我从Android Studio 2.2 升级到2.3后,出现的问题, 找到方法: http://stackoverflow.com/questions/30526613/android-s…
GDB 调试遇到??的问题
今天总算解决了一个大的bug,爽! 我的程序crash,有了coredump文件,在Linux PC上用arm-linux-gdb debug it. The result is: #0 0x4022b178…
"Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased."
用一个普通的域帐号玩私有云的时候,遇到了如下的报错。 “Your computer could not be joined to the domain. You have exceeded the maxim…
1、docker的安装
centos下docker的安装 docker官档是最好的教程 1、centos下docker的安装 1.1 os要求 要安装Docker CE,需要维护的CentOS 7版本,不支持或测试归档版本。centos-ext…
Error:No resource identifier found for attribute 'roundIcon' in package 'android'
一直资源文件加载不到,报了个找不到’roundIcon’资源文件,原来’roundIcon’是新的编译版本问题,Error:No resource identifier found for attribute ̵…
nodejs构建前端界面的过程
[TOC] nodejs构建前端界面 @(IT技术)[nodejs,前端] 项目名称: lastic 1. 创建并初始化项目 进入工作空间在shell下执行命令 mkdir elastic cd elastic npm …
centos7添加bridge-nf-call-ip6tables出现No such file or directory
在/etc/sysctl.conf中添加一下内容时: net.bridge.bridge-nf-call-iptables = 1 net.bridge.bridge-nf-call-ip6tables = 1 [roo…