
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
java cannot execute binary file: Exec format error
在linux系统中配置中配置java环境,出现错误cannot execute binary file: Exec format error是由于装了操作系统位数是32位,jdk是64位数查看操作系统的位数uname -m输出显示的是x86_64,就说明系统是64位的,输出i686说明是32位的。...
mysql workbench 关闭安全更新模式
mysql workbench 关闭安全更新模式使用Mysql workben时候执行下列代码时候,update student set Sage=0;update student set age=age+1;常常出现错误Error Code: 1175. You are using safe update mode and you tried to update a table w...
到底了