摘要:
You may have to enable the public_ol6_latest repo in order to get this package. sudo yum-config-manager --enable public_ol6_latest And then install th 阅读全文
摘要:
Node节点: Tree: 阅读全文
摘要:
package org.bianqi.demo1; import java.util.concurrent.Exchanger; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; import java... 阅读全文
摘要:
如果忘记mysql的root密码可以采取下面的步骤重新设置 1。kill掉所有mysql的进程 2。使用--skip-grant-tables的参数启动mysql shell> mysqld_safe --skip-grant-tables 3。在打开一个连接,设置新的密码,mysql> UPDAT 阅读全文
摘要:
linux中的JDK为JDK8,tomcat为tomcat8 加入dubbo.war包 启动报错! 解决方法降JDK1.8到JDK1.7 阅读全文
摘要:
这几天开始学习springBoot记录一下(Hello World) pom.xml 2.编写controller 3.编写service的接口 4.编写service层实现类 在Controller中通过main方法启动~浏览器访问http://localhost:8080/ 显示hellowor 阅读全文
摘要:
1.回到上一次操作的目录 1 cd - 2.rz打开上传文件 1 rz 3.下载某个文件 1 wget httpdownload 4.根据名字查找文件 1 find / -name mysql 5.通配符删除 1 rm -rf tomcat*/webapps/solr* 6.查看当下用户的定时任务 阅读全文
摘要:
2 3 import java.io.File; 4 import java.io.IOException; 5 import java.io.InputStream; 6 import java.net.URL; 7 import java.net.URLConnection; 8 9 import org.apache.commons.io.FileUtils; 10 ... 阅读全文
摘要:
Eclipse 创建maven 项目 动态web工程 注:Eclipse版本为(Version: Mars.1 Release (4.5.1))maven版本为(apache-maven-3.3.9) 1. 此处是在你安装好了maven插件的前提下进行的并且配置好了你的maven环境指定好了你的ma 阅读全文