上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页
摘要: 在checkstyle.xml中,加上如下代码: 阅读全文
posted @ 2018-12-26 13:08 GreatK 阅读(662) 评论(0) 推荐(0)
摘要: // 创建Server docker run -it --name teamcity-server-instance \-v /home/tc_datadir:/data/teamcity_server/datadir \-v /home/tc_logs:/opt/teamcity/logs \-p 阅读全文
posted @ 2018-12-25 10:09 GreatK 阅读(579) 评论(0) 推荐(0)
摘要: 在连接MySQL时,出现了如下错误: Connections to MySQL Community Server are not supported. Please contact MySQL to obtain a MySQL Enterprise or Commercial version. 解 阅读全文
posted @ 2018-12-10 17:34 GreatK 阅读(423) 评论(0) 推荐(0)
摘要: 一句话:setsebool httpd_can_network_connect true 阅读全文
posted @ 2018-08-15 11:31 GreatK 阅读(1482) 评论(0) 推荐(0)
摘要: 1. 安装Docker(略过) 2. 编写docker-compose.yaml 3. 运行docker-compose up 4. 浏览器中打开10.0.0.8:81,将自己的项目活动开关打开,这时应该可以监控到代码的变化了 5. 在自己的项目中编写.drone.yml文件 6. Build成功后 阅读全文
posted @ 2018-07-11 13:50 GreatK 阅读(2032) 评论(0) 推荐(0)
摘要: 1. 导出oracle cookies 参考:https://blog.pythian.com/how-to-download-oracle-software-using-wget-or-curl/ 2. 运行命令 wget --load-cookies=./cookies.txt --no-che 阅读全文
posted @ 2018-01-24 17:57 GreatK 阅读(775) 评论(0) 推荐(0)
摘要: 修改spring-config文件中的transactionManager部分为 阅读全文
posted @ 2018-01-22 18:31 GreatK 阅读(5002) 评论(0) 推荐(0)
摘要: 打开Number,新建文件然后导出为Excel。之后再用Excel打开,一切都OK了。 阅读全文
posted @ 2018-01-14 21:23 GreatK 阅读(2514) 评论(0) 推荐(0)
摘要: You can reinit the password : 1.stop mysql /etc/init.d/mysql stop 2.start mysql safe : mysqld_safe --skip-grant-tables & 3.connect to mysql mysql -u r 阅读全文
posted @ 2018-01-04 09:11 GreatK 阅读(187) 评论(0) 推荐(0)
摘要: 1. Install Oracle with docker 3. connect Oracle sqlplus system/Ftit654321@172.16.0.30:1521/xe 4. Fix "the password will expire in 7 days" issue 阅读全文
posted @ 2017-12-25 14:11 GreatK 阅读(155) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页