Spring-boot-Web-Develop
The class was taught by a charismatic professor. 框架应用、较为主流、市场需求强烈 R \ spring boot\ 难度大;三次作业;大量作业;仅有32学时但是课下要补很多知识。 结构 web开发:前端、后端、链接前端:(HTML5 CSS3 JS6) 页面结构HTML是页面变得好看的技术CSS页面动起来JavaScript懒人推动社会进步jQuery 前端升级: 设计困难解决方法:BootStrap解耦合、数据和表现分开Vue 后端: 首先要学会基础java数据放在数据库MySQL最基本的B/S两层架构JSP再多加一层,把数据取出来JSP页面刷新Ajax 链接: 一场旷日持久的战争–解耦合框架Framework千呼万唤始出来,spring boot层次越多越高级,mybatis plus B/S C/S架构区分 Browser Client 表现层、(前端) 业务层、(后端) 数据库层(后端) 所有业务逻辑的处理和数据存储都是**后端**做的 (都有连接方式axios...
OOP Courses(Java)
This is an OOP course notes which I am learning in the IMIS.Java技术学习体系结构+Java程序设计思维导图《Java程序设计基础》(陈国军)目录解读 程序设计基础(2学时) 计算机系统包含硬件系统和软件系统 中央处理器(CPU):由控制器和运算器组成,是计算机硬件系统的核心。 控制器按照程序规定的流程依次执行指令,最终完成程序所要实现的任务。 运算器在控制器的控制下,进行算术和逻辑运算,运算器中有算术逻辑运算单元(ALU)及存放运算数据和运算结果的寄存器。 存储器:由内存和外存(辅存)组成,其中要功能是存放程序和数据。内存分为随机存取存储器(RAM)和只读存储器(ROM)。 RAM用于存放正在运行的程序和数据,一旦关闭计算机RAM中的信息就会丢失。 ROM中...
A-study-plan-in-every-sense
It’s my study plan in every sense. Obviously, there are many things I should take consider into my path. Java: following Java-Guide 大学课程(Java相关) 数字逻辑设计(模电前置、计组前置) 程序语言设计(Java) 数据结构 (Java) Spring Boot Web 模式识别(人工智能分支) 计算机网络与通讯 信息系统分析与设计 电子商务 待补充… Bilibili(JS+TS+Java相关) 指南 算法(Java) 图解数据结构(以达到实践水准) 数据库(mysql(虽然大学课程会学)) Git、Git使用、IDEA使用 JavaScript、TypeScript 漂亮的完成几个前端project. 待补充… 2021/9/4...
A-new-lifestyle-in-my-mind
It could be a summary of yesterday, but I was too tired to write down an essay. It would be hilarious if I could be a radio person to share something with my listeners every day, or every week. By the way, I went back from my fitness center, which exhausted my body. The feeling of that is similar to today.However, I still mention something good when I return. I cleaned out trash which stay in my dormitory nearly a month, including variety of delivery boxes and foam.I found somedelicious...
First-try-in-Tampermonkey
A solution in Bilibili Directory WidthTampermonkey脚本,可点击该链接查看~Bilibili视频选集标题显示完整 I start an open-sourced project in Tampermonkey, which sounds so cool, isn’t it? I have been learning about Java in the atguigu, which is one of the most popular Java-Learning online courses inBilibili.A problem struck me that the titles of hundreds of episodes are incomplete when viewing a separate video in collection. I try to find an appropriate method for adopting the size of every title in their line. So I...
Summary-of-the-summer-holiday-in-2021
To be honest, it is usually a tough work for a person to draw a blue script for himself or herself when the teenagerfirst set foot on the social preparatory period which is the collage, even he or she has experienced two years of studytime. I made the decision to study IELTS to prepare for studying abroad and join a nascent lab of my school to challenge andinspire the feeble soul of myself. Advanced knowledge are learned and so many familiar pieces in the depths of my brain are raised in...
Guide-to-frontend-development-of-one-of-Labs
Guide to frontend development of one of Labs利益相关:A frontend developer of this laboratory(出于某种原因,暂简称为Lab)请注意:前端考核方式:(2021.8.30暂定)一. 限定时间内独立完成Web平台中所在项目的一个页面 数据的添加、删除、编辑、多条件搜索 若干前后端交互变量绑定 JavaScript相关代码解释(如request、if判断(如权限检验)、console.log、) 熟练运用F12 DevTools查看网页情况(Console、Application、Network) 二. 可以看懂Service中所作页面对应的apis与module(如字段缺失或有错误),并及时反馈给后端。三....
git-note
令我写下这篇文章的,是2021夏项目前期的前后端、运维之间缺乏沟通而导致的代码版本控制一塌糊涂。目的:不多事、不复杂、简化操作,让不懂git的也能懂版本控制。场景:项目-master— dev-coder1-coder2本地有两个branch,一个dev,一个coder1 如果coder1想要提交自己已完善的代码到dev,我目前已知两种方法。方法1:把dev分支git pull更新最新版本到本地,在命令行中git merge coder1到dev,从dev git add . git commit -m "" git push,完成dev的最新版本的更新。(gitlab的mr有在合并后自动删除分支的功能)(最好是这样的:coder1每次改一个功能都创建一个分支,改完,合并后就删掉)方法2:把coder1分支git add . git commit -m "" git push,完成coder1分支的最新版本的更新,再从网页上如gitlab进行pull...
Java-promote-MOOC
学习地点:中国大学MOOC 翁恺老师...
Java-basic-bilibili
学习地点:Bilibili 狂神说Java零基础学Java知识总览(学弟口述)变量声明、数组、字符串、流程控制语句、类与对象、继承、封装、多态、接口、常用api、异常处理、”多线程”、输入输出IO流、泛型与容器、内部类与匿名内部类λ表达式、注解与反射、可视化编程GUI、JDBC。 基本知识:三个版本 JavaSe:标准版(桌面程序、控制台开发) JavaME:嵌入式开发(手机、小家电) JavaEE:企业级开发(web端,服务器开发) JDK、JRE、JVMJDK:开发工具包 JRE:编译器 JVM:虚拟机 基础:注释、关键字、强数据类型、弱数据类型、类型转换、变量、常量、作用域、运算符、package机制、JavaDoc文档 流程控制Scanner、顺序结构、if选择结构、Switch选择结构、While循环、DoWhile循环、For循环、break、continue、goto、 方法定义、调用、重载、命令行传参、可变参数、递归 数组声明、创建、下标越界、二维数组、冒泡排序 直接冲到面向对象 什么是面向对象 面向对象编程(Object-Oriented...