Wesley13 Wesley13
4年前
java.lang.ClassFormatError解决办法
严重: Error configuring application listener of class com.sun.faces.config.ConfigureListenerjava.lang.ClassFormatError: Absent Code attribute in method that is not native or
Wesley13 Wesley13
4年前
java Exception和Error的区别
Exception子类下面的另一部分子类对应于Java程序中的非运行时异常的处理,这些异常也称为显式异常。它们都是在程序中用语句抛出、并且也是用语句进行捕获的,比如,文件没找到引起的异常、类没找到引起的异常等。常见的异常有:ArithmeticException——由于除数为0引起的异常;ArrayStoreExcept
Stella981 Stella981
4年前
Android开发:Android虚拟机启动错误Can't find 'Linux version ' string in kernel image file
Android启动出错,虚拟机报错信息如下:  StartingemulatorforAVD'test'_emulator:ERROR:Can'tfind'Linuxversion'stringinkernelimagefile:E:\\CoCosStudio\\ADT\\adtbundlewindows
Stella981 Stella981
4年前
Go jsonRPC 封装
packagerpcsupportimport("log""net""net/rpc""net/rpc/jsonrpc")funcServeRpc(hoststring,serviceinterface{})error{err:rpc.Register(service)ifer
Stella981 Stella981
4年前
Git错误non
当要push代码到git时,出现提示:error:failedtopushsomerefsto...Dealingwith“nonfastforward”errorsFromtimetotimeyoumayencounterthiserrorwhilepushing:1.$ git push
Stella981 Stella981
4年前
LightGBM建模
LightGBM1.读取csv数据并指定参数建模coding:utf8importjsonimportlightgbmaslgbimportpandasaspdfromsklearn.metricsimportmean_squared_error
Wesley13 Wesley13
4年前
update
root@hmsaasdb:/etc/init.dupdaterc.dconfluencedisableupdaterc.d:error:confluenceDefaultStartcontainsnorunlevels,aborting.root@hmsaasdb:/etc/init.dm
Stella981 Stella981
4年前
Golang 返回&errorString,而不是errorString的原因
Errors包查看golang的errors包你会发现其源码是:funcNew(textstring)error{return&errorString{text}}//errorStringisatrivialimplementationofer
Stella981 Stella981
4年前
Elasticsearch 6.8.4 启动报错解决方法
运行环境:centos7,jdk1.8问题一:ERROR:bootstrapchecksfailedmaxfiledescriptors4096forelasticsearchprocesslikelytoolow,increasetoatleast65536原因:无法创建
Wesley13 Wesley13
4年前
MySQL “Got an error reading communication packet”
导读作者:MuhammadIrfan原文:https://www.percona.com/blog/2016/05/16/mysqlgotanerrorreadingcommunicationpacketerrors/翻译:徐晨亮本文涉及链接已在文末展示,可复制到浏览器打开