這節課真垃圾 大家可以去網上看看其他的 https://blog.csdn.net/cndmss/article/details/52184836 這個帖子用maven創建一個登陸網站項目 按著它的節奏一步一步來 我也不清楚他的原理什么過程什么的但是結果出的來
2019-03-26
之前直接看spring mvc 有很多地方看不懂 后面一段時間我朋友帶我寫了一個ssm框架的工程我去理解 現在再來看spring spring mvc簡單多了 spring當然還是挺復雜主要是bean 面向切面里一些東西挺多挺復雜 mvc就好理解 對了慕課哪里有mybastic的教程啊
2019-03-25
老師講的挺好的,就是有些配置講的太快沒有講解太細,也正好鍛煉我們自學能力。我自己照著老師的例子自己用IDEA做了個可運行的例子。有興趣可以看看,互相學習哈。https://github.com/liZhenggg/springmvc_study.git
2019-03-06
最贊回答 / csDanger
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"? xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">? <modelVersion>4.0.0</modelVersion>...
2019-03-03
最新回答 / weixin_慕田峪9562989
<?xml version="1.0" encoding="UTF-8"?>??<beans xmlns="http://www.springframework.org/schema/beans"??? ? xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"??? ? xmlns:mvc="http://www.springframe...
2019-03-01