摘要:
在进行数据库备份的时候发现服务器报 mysqldump: Got error: 1135: Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual 阅读全文
摘要:
今天在发布Java项目的时候又遇到 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of these environment variable is needed to run t 阅读全文
摘要:
error: "net.bridge.bridge-nf-call-ip6tables" is an unknown keyerror: "net.bridge.bridge-nf-call-iptables" is an unknown keyerror: "net.bridge.bridge-n 阅读全文
摘要:
SVN:是一个跨平台的开源的版本控制系统。svn版本管理工具管理着随时间改变的各种数据。这些数据放置在一个中央资料档案库中。svn会备份并记录每个文件每次的修改更新变动。svn的工作流程:1、在中央库上创建或从主干复制一个分支2、从中央库check out 下这个分支代码3、增加自己的代码文件,修改 阅读全文
摘要:
package anli1; import java.util.Scanner; public class example { public static void main(String[]args){ Scanner scanner = new Scanner(System.in); System.out.println("请输入一个英文字符串:"... 阅读全文