嗨,任何人都可以帮我理解这个github项目吗? [英] Hi can any one help me to understand this github project?

查看:73
本文介绍了嗨,任何人都可以帮我理解这个github项目吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi i'm learning spring framework and planning to do a small project. the below link seems very useful but being a beginner, i cannot understand. Can anyone explain the project from the below link?

https://github.com/jackcrews/ProgrammingProblem.git





我尝试了什么:



我知道Java和一些春季基础知识但这对我来说是新的,比如@Configuration,@ bean,主要是我想在这里了解IOC的用法。



What I have tried:

I know Java and some spring basics but this is something new for me like @Configuration, @bean, and mainly i want to understand the usage of IOC here.

推荐答案

在伪代码中,它相当简单,你有两个部分,一个客户端和一个服务



服务期望客户端使用密码调用验证。

服务然后检查密码以获取许多信息

- checkLength ..........必须包含5-12个字符

- checkCase .........必须包含混合的案例

- checkLetterAndDigit ...必须包含字母和数字

- checkSequenceRepetition ...不得包含重复



任何错误都是由服务器返回的字符串列表

客户端显示错误的传递单词列表。



正确的密码什么都不做,基本上都被忽略了。



这就是所有代码所做的你应该能够解决各种问题。
In pseudo code it's reasonably simple, you have two parts a client and a service

The service expects the client to call validate with a password(s).
The service then checks the password(s) for a number of things
- checkLength .......... must contain 5-12 characters
- checkCase ......... must contain a mixture of cases
- checkLetterAndDigit ... must contain letters and digits
- checkSequenceRepetition ... must not contain repeats

Any errors are returned in a string list by the server
The client displays the errant password list.

Correct passwords do nothing and are basically ignored.

That is all the code does and you should be able to work out the various bits now.


这篇关于嗨,任何人都可以帮我理解这个github项目吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆