03 2021 档案
摘要:pom.xml <packaging>war</packaging> 引入tomcat <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactI
阅读全文
摘要:先装好note.js 安装过程很简单,一直点下一步就ok了。1.1我们通过打开命令行工具(win+R),输入node -v查看node的版本,若出现相应的版本号说明你安装成功了 1.2.npm包管理器,是集成在node中的,所以安装了node也就有了npm,直接输入 npm -v 命令,显示npm的
阅读全文
摘要:温度表中 温度超过37.3度学生的姓名变红,{field: 'wd', title: '温度', width:180},{field: 'student', title: '姓名', width:180, templet: function(d){ // return d.student.stuna
阅读全文
摘要:图片验证码@RequestMapping("/code")public void code(HttpServletResponse response, HttpSession session) throws IOException { CircleCaptcha circleCaptcha=new
阅读全文
摘要:js页面var stuid;$(function () { var request = { QueryString : function(val) { var uri = window.location.search; var re = new RegExp("" +val+ "\=([^\&\?]
阅读全文
摘要:js页面$('.layui-btn').click(function () { var inputVal = $('.layui-input').val() table.reload('bookReload', { url: '/stu/findStu' ,where: { stuname : in
阅读全文