91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.31MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-12
  • 語言: Java
  • 標簽: spring??

資源簡介

一個小Demo,基于Maven項目,這是個源碼包,工程如何導入的文檔也在里面,只有Spring框架,沒有關聯數據庫,里面是一個簡單的用戶登陸的驗證測試,我的博客http://blog.csdn.net/yc199505/article/details/72528822里面有部分源碼,5分的資源分,理由是這樣的:這是一個很基礎的框架,配置文件可以復用,里面還有很多常用的前端框架,路徑等等都設置好了,實用性非常高,希望下載了的大家,能給予積極的反饋,謝謝!

資源截圖

代碼片段和文件信息

package?com.edu.yc.entity;

public?class?User?{
private?String?username;
private?String?password;
public?String?getUsername()?{
return?username;
}
public?void?setUsername(String?username)?{
this.username?=?username;
}
public?String?getPassword()?{
return?password;
}
public?void?setPassword(String?password)?{
this.password?=?password;
}
@Override
public?String?toString()?{
return?“User?[username=“?+?username?+?“?password=“?+?password?+?“]“;
}

@Override
public?boolean?equals(object?obj){
if(obj?instanceof?User){
User?user?=?(User)?obj;
String?username?=?user.getUsername();
String?password?=?user.getPassword();
if(this.username!=null||this.password!=null){
if(this.username.equals(username)&&this.password.equals(password)){
return?true;
}else{
return?false;
}
}else{
return?false;
}
}else{
return?false;
}
}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????940??2017-05-19?15:56??src\main\java\com\edu\yc\entity\User.java

?????文件????????715??2017-05-19?16:22??src\main\java\com\edu\yc\service\UserService.java

?????文件???????1479??2017-05-19?16:49??src\main\java\com\edu\yc\web\IndexController.java

?????文件???????3939??2017-05-02?08:50??src\main\resources\applicationContext-mvc.xml

?????文件???????1637??2017-05-02?08:50??src\main\resources\applicationContext.xml

?????文件????????750??2017-05-02?08:50??src\main\resources\log4j.properties

?????文件?????????71??2017-05-02?08:50??src\main\resources\yc.properties

?????文件??????21368??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap-theme.css

?????文件??????23071??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap-theme.css.map

?????文件??????18860??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap-theme.min.css

?????文件?????132546??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap.css

?????文件?????220790??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap.css.map

?????文件?????109518??2017-05-02?13:35??src\main\webapp\static\bootstrap\css\bootstrap.min.css

?????文件??????20335??2017-05-02?13:35??src\main\webapp\static\bootstrap\fonts\glyphicons-halflings-regular.eot

?????文件??????62927??2017-05-02?13:35??src\main\webapp\static\bootstrap\fonts\glyphicons-halflings-regular.svg

?????文件??????41280??2017-05-02?13:35??src\main\webapp\static\bootstrap\fonts\glyphicons-halflings-regular.ttf

?????文件??????23320??2017-05-02?13:35??src\main\webapp\static\bootstrap\fonts\glyphicons-halflings-regular.woff

?????文件??????60681??2017-05-02?13:35??src\main\webapp\static\bootstrap\js\bootstrap.js

?????文件??????31819??2017-05-02?13:35??src\main\webapp\static\bootstrap\js\bootstrap.min.js

?????文件??????96381??2017-05-02?13:35??src\main\webapp\static\js\jquery-1.11.0.min.js

?????文件?????????61??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\ajax.html

?????文件???????1322??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\iframe.html

?????文件???????9816??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\demo.js

?????文件???????1116??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\down.png

?????文件???????1313??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\AUTHORS.en.txt

?????文件???????5374??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\export.html

?????文件??????17501??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\highlight.js

?????文件??????12523??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\highlight.pack.js

?????文件???????1538??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\languages\javascript.js

?????文件???????1498??2017-05-02?13:35??src\main\webapp\static\js\jquery-jbox\2.3\docs\jbox-demo-depends\highlight\LICENSE

............此處省略975個文件信息

評論

共有 條評論