码云地址:https://gitee.com/xmr123/JAVAEE/tree/feature-SSM 一、项目创建: 1、创建一个Javaweb项目并且配置好tomcat等 (之前做过 此步省略) 2、在setting中引入MAVEN 注意: MAVEN 的版本不能早于编辑器的版本否则会报错。 ...
分类:
其他好文 时间:
2020-06-27 09:56:52
阅读次数:
55
本项目新建一个项目,项目名称建议和远程仓库名称一致 helloWorldEclipse 右击项目 Team->Remote->Push 复制下HTTPS仓库地址 帖进去,自动解析host和仓库路径,然后输入用户名密码,可选存储认证信息 然后Next 点Add All Branches Spec,添加 ...
分类:
系统相关 时间:
2020-06-26 16:18:53
阅读次数:
74
7-4 Index of Popularity (30分) The index of popularity (IP) of someone in his/her circle of friends is defined to be the number of friends he/she has i ...
分类:
其他好文 时间:
2020-06-26 14:39:43
阅读次数:
106
由于使用模板替换生成的 yaml 文件,端口号deployment service 是一致的,但是在发布时不能确定jar应用的端口号(真不配合,没办法) 造成要修改端口号,deployment 替换模板后直接调用 curl PUT 可以更新,但是service 出现问题, 前期是删除sevice,造 ...
A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi ...
分类:
其他好文 时间:
2020-06-24 18:10:26
阅读次数:
58
Suppose a bank has K windows open for service. There is a yellow line in front of the windows which devides the waiting area into two parts. All the c ...
分类:
其他好文 时间:
2020-06-24 16:01:04
阅读次数:
45
这里解释一下,我用maven jetty运行没啥问题的项目,当我切换tomcat时候出现如下错误。 问题1. - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet. ...
分类:
编程语言 时间:
2020-06-24 14:00:28
阅读次数:
68
MaxInstances This says....how many instances of same version of browser can run over the Remote System. For example, i have a FF12,IE and i declared t ...
分类:
其他好文 时间:
2020-06-23 17:28:18
阅读次数:
47
1 IOC 概念:IoC(Inverse of Control,控制反转)是一种设计思想,用于将原本在程序中手动创建对象的控制权,交由Spring框架来管理。 IoC在其他语言中也有应用,并非 Spirng 特有。IoC容器是Spring用来实现IoC的载体,IoC容器实际上就是个Map用于存放各种 ...
分类:
其他好文 时间:
2020-06-23 00:47:58
阅读次数:
54
1.logcat日志文件 >android日志系统提供了记录和查看系统调试信息的功能,日志都是从各种软件和一些系统的缓冲区中记录下来的,缓冲区可以通过logcat命令来查看和使用 使用方式: adb logcat [<option>]...[<filter-spec>].. >logcat是以如下开 ...
分类:
其他好文 时间:
2020-06-21 23:07:56
阅读次数:
78