上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页
摘要: // 创建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 阅读(572) 评论(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 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 一句话:setsebool httpd_can_network_connect true 阅读全文
posted @ 2018-08-15 11:31 GreatK 阅读(1458) 评论(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 阅读(2017) 评论(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 阅读(733) 评论(0) 推荐(0) 编辑
摘要: 修改spring-config文件中的transactionManager部分为 阅读全文
posted @ 2018-01-22 18:31 GreatK 阅读(4927) 评论(0) 推荐(0) 编辑
摘要: 打开Number,新建文件然后导出为Excel。之后再用Excel打开,一切都OK了。 阅读全文
posted @ 2018-01-14 21:23 GreatK 阅读(2500) 评论(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 阅读(180) 评论(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 阅读(147) 评论(0) 推荐(0) 编辑
摘要: docker run -v /home/jupyter_files:/home/jovyan/work -it -d --rm -p 10082:8888 jupyter/tensorflow-notebook start-notebook.sh --NotebookApp.token='abcde 阅读全文
posted @ 2017-12-20 12:02 GreatK 阅读(407) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页