码迷,mamicode.com
首页 >  
搜索关键字:figure    ( 2425个结果
springboot项目启动报错 url' attribute is not specified and no embedded datasource could be configured
报错相关信息: 原因:maven父子聚合工程,pom父项目中如果添加了数据库驱动依赖的话,boot项目的autoconfig回去读取加载DataSource相关的配置,读取不到即报错。在一些新项目初始或者不需要db的项目(比如eureka)中,可配置boot的启动类: 排除DataSource的自动 ...
分类:编程语言   时间:2019-07-22 18:33:06    阅读次数:166
搭建gitlab服务器
##注意:一下安装步骤全部是以centos7为基础环境的安装 第一步: 安装gitlab所需依赖: yum -y install policycoreutils openssh-server openssh-clients postfix 第二步: 启动postfix,postfix支持发信功能: ...
分类:其他好文   时间:2019-07-21 13:26:11    阅读次数:109
The Triangle
Description 73 88 1 02 7 4 44 5 2 6 5(Figure 1) Figure 1 shows a number triangle. Write a program that calculates the highest sum of numbers passed on ...
分类:其他好文   时间:2019-07-17 20:33:56    阅读次数:96
matplotlib模块
1.基本用法 2.figure (一个figure就是一幅图) 3.坐标轴的设置(一) 4.坐标轴的设置(二) 5.legend(角标) 6. 3D图像 7.animation动态图 (本人用的pycharm没动起来,想了解的可以看莫烦视频) 8.bar (柱状图) 9.contours(等高线) ...
分类:其他好文   时间:2019-07-17 00:09:28    阅读次数:93
k8s实践(三):pod常用操作
环境说明:主机名操作系统版本ipdockerversionkubeletversion备注masterCentos7.6.1810172.27.9.131Docker18.09.6V1.14.2master主机node01Centos7.6.1810172.27.9.135Docker18.09.6V1.14.2node节点node02Centos7.6.1810172.27.9.136Docke
分类:其他好文   时间:2019-07-15 18:42:00    阅读次数:619
启动 kibana 失败
错误信息: Sending Logstash logs to /usr/local/logstash-6.4.3/logs which is now configured via log4j2.properties[2019-07-14T17:37:06,988][FATAL][logstash.r ...
分类:其他好文   时间:2019-07-14 17:48:55    阅读次数:152
ubuntu 18.04 安装mysql 遇到语言格式不兼容性问题解决
参考文档: 1 https://stackoverflow.com/questions/2499794/how-to-fix-a-locale-setting-warning-from-perl/7413863 ...
分类:数据库   时间:2019-07-12 18:47:44    阅读次数:138
吴裕雄--天生自然 R语言开发学习:图形初阶(续一)
# ----------------------------------------------------# # R in Action (2nd ed): Chapter 3 # # Getting started with graphs # # requi... ...
分类:编程语言   时间:2019-07-12 11:25:23    阅读次数:125
spring-base.xml
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
分类:编程语言   时间:2019-07-11 09:51:13    阅读次数:145
[Ubuntu]开机紫屏的解决方法
一般是内核更新失败,首先用旧内核开机,修复新内核版本: 查看内核列表: sudo dpkg --get-selections |grep linux-image linux 4.15.0-34 generic linux 4.15.0-54 generic 首先尝试修复内核: sudo dpkg - ...
分类:系统相关   时间:2019-07-10 11:14:49    阅读次数:388
2425条   上一页 1 ... 59 60 61 62 63 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!