1.条件判断与循环控制 语句关键字 if、 else、 elif 、 # 伊洛Yiluo # https://yiluotalk.com/ >>> password = 123456 >>> input_password = int(input('Please input password to l ...
分类:
编程语言 时间:
2020-08-24 15:11:18
阅读次数:
55
前言 今天做接口对接时,发现对方竟然是通过XML进行数据传输,当时冒出的第一个想法就是:WTF,这都什么年代了,还在用XML,是来搞笑的吧,JSON它不香吗? 想法归想法,但对接还是要完成的是吧?然后看了下开发文档时间(2013年),那还是可以理解的嘛!(图片) 之前对XML一知半解,现在要用到了, ...
分类:
Web程序 时间:
2020-08-21 16:41:12
阅读次数:
116
知识点一:外边距 1、回顾盒子模型包含:内容、内边距、边框、外边距 2、定义:盒子的边框与其他元素或者浏览器边缘之间的距离 3、使用: ① 上外边距 margin-top: 100px; ② 左外边距 margin-left: 80px; ③ 下外边距 margin-bottom: 50px; ④ ...
分类:
Web程序 时间:
2020-08-18 15:37:29
阅读次数:
108
1.在application配置文件里面加入配置:spring:mvc:view:prefix:/jsp/suffix:.jsp2.手动在src->main->下面创建webapp文件夹3.在Springboot启动类加入如下代码:@BeanpublicInternalResourceViewResolversetupViewResolver(){InternalResourceVie
分类:
编程语言 时间:
2020-08-17 16:48:25
阅读次数:
67
本教程案例在线演示有路网PC端有路网移动端免费配套视频教程免费配套视频教程教程配套源码资源教程配套源码资源制作有路网首页有路网首页布局框架制作划分区域,确定div测量各个区域的宽高使用Flexbox对网页进行布局youlu-whole.css.nav{height:30px;background-color:#f4f4f4;}.search-bar{height:134px;background-
分类:
移动开发 时间:
2020-08-13 22:22:30
阅读次数:
105
Container contentPane = getContentPane(); contentPane.setLayout(new FlowLayout());//布局管理器 JLabel label = new JLable(); contentPane.add(label); 修改/设置 l ...
分类:
其他好文 时间:
2020-08-13 12:26:45
阅读次数:
55
1.Connector port处修改,此处就是访问的端口 <Connector port="8001" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> 2.Connector port处修改 <Connect ...
分类:
其他好文 时间:
2020-08-11 11:54:22
阅读次数:
68
下载镜像并初始化系统dockerpullcentos:7.2.1511测试启动容器dockerrun-itdocker.io/centos:7.2.1511/bin/bash创建目录环境,宿主机下mkdir/opt/dockerfile/{web/{nginx,tomcat,jdk,apache},system/{centos,ubuntu,redhat}}-pvcd/opt/dockerfile
分类:
其他好文 时间:
2020-08-11 09:25:07
阅读次数:
61
备忘 安装 rc-service 服务 Alpine使用的是OpenRCinit系统,而rc-service是openrc的一部分,所以安装openrc即可,使用如下命令安装: apk add openrc --no-cache 添加自定义服务 vim /etc/init.d/xxx #!/sbin ...
分类:
系统相关 时间:
2020-08-09 13:06:45
阅读次数:
131
我开发使用的IntelliJIdea, 找到当前问题所在是在其tomcat日志文件中发现的,因此若你还没去查看过该日志文件建议去查看。该日志文件路径在: C:\Users\tom\.IntelliJIdea2017.3\system\tomcat\项目名\logs 在使用阿里的EDAS时,开发中启动 ...
分类:
其他好文 时间:
2020-08-08 17:47:16
阅读次数:
76