摘要:
// 创建Server docker run -it --name teamcity-server-instance \-v /home/tc_datadir:/data/teamcity_server/datadir \-v /home/tc_logs:/opt/teamcity/logs \-p 阅读全文
摘要:
在连接MySQL时,出现了如下错误: Connections to MySQL Community Server are not supported. Please contact MySQL to obtain a MySQL Enterprise or Commercial version. 解 阅读全文
摘要:
一句话:setsebool httpd_can_network_connect true 阅读全文
摘要:
1. 安装Docker(略过) 2. 编写docker-compose.yaml 3. 运行docker-compose up 4. 浏览器中打开10.0.0.8:81,将自己的项目活动开关打开,这时应该可以监控到代码的变化了 5. 在自己的项目中编写.drone.yml文件 6. Build成功后 阅读全文
摘要:
1. 导出oracle cookies 参考:https://blog.pythian.com/how-to-download-oracle-software-using-wget-or-curl/ 2. 运行命令 wget --load-cookies=./cookies.txt --no-che 阅读全文
摘要:
修改spring-config文件中的transactionManager部分为 阅读全文
摘要:
打开Number,新建文件然后导出为Excel。之后再用Excel打开,一切都OK了。 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
docker run -v /home/jupyter_files:/home/jovyan/work -it -d --rm -p 10082:8888 jupyter/tensorflow-notebook start-notebook.sh --NotebookApp.token='abcde 阅读全文