摘要:
pom.xml引用包配置: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in 阅读全文
摘要:
新手小白,使用layui的时候,表单如何像普通表单那样提交呢? 如下:只需要在回调函数里 返回true,并且在form表单正常添加 action 和 method 属性就行! 如果返回false;将会拦截 阻止默认 form 跳转,此时可以在函数里通过 ajax 进行数据交互 <form class 阅读全文
摘要:
问题:对于一个简单的form表单,url究竟应该如何填写? 1、url的各部分组成 对于地址:http://192.168.1.1:8080/hello/index.html其中:分解为三部分 服务器地址: http://192.168.1.1:8080 WEB应用上下文: /hello 网页或请求 阅读全文
摘要:
js教程:https://www.w3school.com.cn/js/index.asp jQuery教程:https://www.w3school.com.cn/jquery/index.asp 以下是部分代码示例 <!DOCTYPE html> <html lang="en"> <head> 阅读全文
摘要:
参考地址:https://www.w3school.com.cn/css/index.asp css常用属性: 背景属性: background 简写属性,作用是将背景属性设置在一个声明中。 background-attachment 背景图像是否固定或者随着页面的其余部分滚动。 backgroun 阅读全文
摘要:
更多选择器示例参考:https://www.w3school.com.cn/cssref/css_selectors.asp <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>css选择器</title> <! 阅读全文
摘要:
W3scholl: https://www.w3school.com.cn/html/index.asp 本问只记录一下常用的标签,一些细致的属性等详细信息,请去上面的网站自行翻阅 <body> <!--全局常用属性 id:id 属性规定 HTML 元素的唯一的 id。在 HTML 文档中必须是唯一 阅读全文
摘要:
地址:http://mybatis.org/generator/quickstart.html 依赖 <!--mybatis代码生成--> <dependency> <groupId>org.mybatis.generator</groupId> <artifactId>mybatis-genera 阅读全文
摘要:
logback官网手册(英文):https://logback.qos.ch/manual/index.html logback 中文手册:http://www.logback.cn/ 博客中文手册:https://blog.csdn.net/qq_26462567/article/details/ 阅读全文
摘要:
tomcat下载地址:https://tomcat.apache.org/download-80.cgi 解压到你的目录即完成安装 ⽂件夹 说明 备注 bin 该⽬录下存放的是⼆进制可执 ⾏⽂件 startup.bat启动Tomcat、 shutdown.bat停⽌Tomcat conf 这是⼀个⾮ 阅读全文