首页 磁力链接怎么用

[DesireCourse.Net] Udemy - Java Web Development Under The Hood

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2021-12-11 00:36 2024-6-27 16:32 100 1.05 GB 85
二维码链接
[DesireCourse.Net] Udemy - Java Web Development Under The Hood的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Module 1/1. Course overview.mp465.51MB
  2. 1. Module 1/2. How to get support while you're taking this course.mp413.21MB
  3. 10. Module 2/1. Introduction to module 2.mp42.44MB
  4. 11. Chapter 1 - Servlet Annotations/1. Loading up the case study.mp420.11MB
  5. 11. Chapter 1 - Servlet Annotations/2. Configuring servlets.mp48.76MB
  6. 11. Chapter 1 - Servlet Annotations/3. Configuring security.mp411.93MB
  7. 12. Chapter 2 - Servlet Filters/1. Setting up a simple logging filter.mp415.29MB
  8. 12. Chapter 2 - Servlet Filters/2. Changing values with a filter.mp435.95MB
  9. 13. Chapter 3 - JSP Introduction/1. The need for JSP.mp47.47MB
  10. 13. Chapter 3 - JSP Introduction/2. The scriptlet tag.mp410.98MB
  11. 13. Chapter 3 - JSP Introduction/3. How JSP works.mp414.44MB
  12. 14. Chapter 4 - Further JSP/1. Converting servlets to JSP - part 1.mp414.02MB
  13. 14. Chapter 4 - Further JSP/2. Converting servlets to JSP - part 2.mp410.65MB
  14. 14. Chapter 4 - Further JSP/3. Using expressions.mp47.97MB
  15. 14. Chapter 4 - Further JSP/4. Including common content.mp411.06MB
  16. 15. Chapter 5 - MVC/1. Using servlets and JSP together - the concept.mp45.52MB
  17. 15. Chapter 5 - MVC/2. Implementing servlets and JSP together - editing the servlet.mp415.33MB
  18. 15. Chapter 5 - MVC/3. Implementing servlets and JSP together - editing the JSP page.mp46.88MB
  19. 15. Chapter 5 - MVC/4. The principles of MVC.mp412.06MB
  20. 15. Chapter 5 - MVC/5. MVC exercise - instructions.mp45.46MB
  21. 15. Chapter 5 - MVC/6. MVC exercise - walkthrough.mp421.76MB
  22. 16. Chapter 6 - JSTL/1. Custom tags.mp46.42MB
  23. 16. Chapter 6 - JSTL/2. Using tag libraries.mp410.72MB
  24. 16. Chapter 6 - JSTL/3. The out tag.mp47.34MB
  25. 16. Chapter 6 - JSTL/4. The forEach tag.mp49.81MB
  26. 16. Chapter 6 - JSTL/5. The if tag.mp48.01MB
  27. 16. Chapter 6 - JSTL/6. Formatting tags.mp412.52MB
  28. 17. Chapter 7 - AJAX/1. What is AJAX.mp426.96MB
  29. 17. Chapter 7 - AJAX/2. How Ajax works.mp42.44MB
  30. 17. Chapter 7 - AJAX/3. Using AJAX - preparing our project.mp420.03MB
  31. 17. Chapter 7 - AJAX/4. AJAX request Javascript.mp412.39MB
  32. 17. Chapter 7 - AJAX/5. Responding to an AJAX request.mp410.71MB
  33. 17. Chapter 7 - AJAX/6. AJAX callback Javascript.mp411.95MB
  34. 17. Chapter 7 - AJAX/7. Using JSON.mp429.59MB
  35. 18. Chapter 8 - Asynchronous Servlets/1. What is Comet.mp46.76MB
  36. 18. Chapter 8 - Asynchronous Servlets/2. Why asynchronous servlets are needed.mp48.06MB
  37. 18. Chapter 8 - Asynchronous Servlets/3. Javascript needed to use asynchronous servlets.mp49.92MB
  38. 18. Chapter 8 - Asynchronous Servlets/4. Creating asynchronous servlets - part 1.mp414.77MB
  39. 18. Chapter 8 - Asynchronous Servlets/5. Creating asynchronous servlets - part 2.mp424.74MB
  40. 18. Chapter 8 - Asynchronous Servlets/6. The problem with asynchronous servlets.mp45.01MB
  41. 19. Chapter 9 - Websockets part 1- Server to client/1. Preparing the project for websockets.mp49.29MB
  42. 19. Chapter 9 - Websockets part 1- Server to client/2. The Session Handler.mp416.85MB
  43. 19. Chapter 9 - Websockets part 1- Server to client/3. The websocket.mp48.28MB
  44. 19. Chapter 9 - Websockets part 1- Server to client/4. Integrating websockets into our project.mp434.45MB
  45. 19. Chapter 9 - Websockets part 1- Server to client/5. Websockets exercise - instructions.mp43.91MB
  46. 19. Chapter 9 - Websockets part 1- Server to client/6. Websockets exercise - walkthrough.mp415.2MB
  47. 2. Chapter 1 - Introduction/1. The role of the webserver.mp44.05MB
  48. 2. Chapter 1 - Introduction/2. What are WAR files.mp49.66MB
  49. 2. Chapter 1 - Introduction/3. Building a WAR file.mp49.85MB
  50. 2. Chapter 1 - Introduction/4. Deploying a WAR file.mp48.93MB
  51. 20. Chapter 10 - Websockets part 2 - Client to server/1. Making duplex websockets.mp429.32MB
  52. 20. Chapter 10 - Websockets part 2 - Client to server/2. Course Wrap-up.mp41.33MB
  53. 3. Chapter 2 - Servlets/1. What is a dynamic website.mp413.09MB
  54. 3. Chapter 2 - Servlets/2. Introducing the Servlet API.mp42.78MB
  55. 3. Chapter 2 - Servlets/3. Loading up the Case Study.mp418.87MB
  56. 3. Chapter 2 - Servlets/4. The structure of a servlet.mp48.97MB
  57. 3. Chapter 2 - Servlets/5. Writing our first Servlet.mp412.82MB
  58. 3. Chapter 2 - Servlets/6. Configuring and running our servlet.mp412.46MB
  59. 3. Chapter 2 - Servlets/7. What might go wrong - a look at some frequent problems.mp414.5MB
  60. 4. Chapter 3 - Servlet Exercise/1. Servlet exercise - instructions.mp45.84MB
  61. 4. Chapter 3 - Servlet Exercise/2. Servlet exercise - walkthrough.mp410.75MB
  62. 5. Chapter 4 - Handling forms/1. Creating a simple form.mp49.12MB
  63. 5. Chapter 4 - Handling forms/2. Creating a servlet to receive the form's data.mp418.95MB
  64. 5. Chapter 4 - Handling forms/3. Understanding and fixing errors.mp418.66MB
  65. 6. Chapter 5 - GET and POST/1. The visual difference between GET and POST.mp46.59MB
  66. 6. Chapter 5 - GET and POST/2. When to use GET.mp48.19MB
  67. 6. Chapter 5 - GET and POST/3. When to use POST.mp49.25MB
  68. 6. Chapter 5 - GET and POST/4. Refreshing after a POST.mp45.25MB
  69. 6. Chapter 5 - GET and POST/5. GET and POST exercise - instructions.mp44.89MB
  70. 6. Chapter 5 - GET and POST/6. GET and POST exercise - walkthrough.mp430.04MB
  71. 7. Chapter 6 - POST-REDIRECT-GET/1. The problem with POST.mp412.72MB
  72. 7. Chapter 6 - POST-REDIRECT-GET/2. The POST-REDIRECT-GET pattern.mp48.22MB
  73. 7. Chapter 6 - POST-REDIRECT-GET/3. Implementing POST-REDIRECT-GET.mp416.89MB
  74. 8. Chapter 7 - Sessions and Cookies/1. The web is stateless.mp46.45MB
  75. 8. Chapter 7 - Sessions and Cookies/2. Introducing cookies.mp43.78MB
  76. 8. Chapter 7 - Sessions and Cookies/3. The challenges of cookies.mp44.12MB
  77. 8. Chapter 7 - Sessions and Cookies/4. Introducing Java Server Sessions.mp47.01MB
  78. 8. Chapter 7 - Sessions and Cookies/5. Implementing Java Server Sessions.mp416.42MB
  79. 8. Chapter 7 - Sessions and Cookies/6. Viewing the session cookie.mp42.57MB
  80. 8. Chapter 7 - Sessions and Cookies/7. Managing abandoned sessions.mp45.12MB
  81. 8. Chapter 7 - Sessions and Cookies/8. Users with cookies disabled.mp419.35MB
  82. 9. Chapter 8 - Servlet Security/1. Authentication and authorization.mp44.24MB
  83. 9. Chapter 8 - Servlet Security/2. Setting up authorization.mp420.1MB
  84. 9. Chapter 8 - Servlet Security/3. Basic authentication.mp417.11MB
  85. 9. Chapter 8 - Servlet Security/4. Forms based authentication.mp416.18MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统