zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - Spring Boot E-Commerce Ultimate Course Guide
magnet:?xt=urn:btih:653423eb7ad67cfcf6fe4c4f139cade5c2e74412&dn=[GigaCourse.Com] Udemy - Spring Boot E-Commerce Ultimate Course Guide
磁力链接详情
文件列表详情
653423eb7ad67cfcf6fe4c4f139cade5c2e74412
infohash:
189
文件数量
24.26 GB
文件大小
2023-1-31 09:57
创建日期
2024-11-4 08:28
最后访问
相关分词
GigaCourse
Com
Udemy
-
Spring
Boot
E-Commerce
Ultimate
Course
Guide
01 Project Overview/001 Understand Functional Requirements.mp4 9.29 MB
01 Project Overview/002 Understand Technical Requirements.mp4 5.27 MB
01 Project Overview/003 Understand User Interface Requirements.mp4 14.59 MB
01 Project Overview/004 Overview of Database Design.mp4 9.72 MB
01 Project Overview/005 Overview of System Architecture.mp4 7.9 MB
02 Software Installation/001 Setup Java Development Kit (JDK).mp4 27.16 MB
02 Software Installation/002 Setup Spring Tool Suite IDE.mp4 25.84 MB
02 Software Installation/003 Setup MySQL Community Server.mp4 47.92 MB
02 Software Installation/004 Install Git.mp4 26.06 MB
02 Software Installation/005 Install Maven.mp4 20.86 MB
03 Setup Project/001 Create a Multi-Module Project.mp4 283.3 MB
03 Setup Project/002 Referential Project on GitHub.mp4 3.86 MB
03 Setup Project/003 Clone Project from GitHub in Command Line.mp4 47.55 MB
03 Setup Project/004 Clone Project from GitHub in Eclipse.mp4 35.07 MB
03 Setup Project/005 Check Out a Specific Commit in Command Line.mp4 28.77 MB
03 Setup Project/006 Understand Application Architecture.mp4 6.67 MB
04 Code Admin Home Page/001 Understand Requirement for Admin Home Page.mp4 7.32 MB
04 Code Admin Home Page/002 Using jQuery and Bootstrap.mp4 134.85 MB
04 Code Admin Home Page/003 Add Logo and Create Header Menu.mp4 127.16 MB
04 Code Admin Home Page/004 Key Notes #1.mp4 4.66 MB
05 Testing on Mobile Phone/001 How to Test on Your Mobile Phone.mp4 31.39 MB
06 Code User Management Module/001 Understand Requirement of User Management Module.mp4 18.77 MB
06 Code User Management Module/002 Understand Technical Design for User Module.mp4 10.33 MB
06 Code User Management Module/003 Create Database and Configure Data Source.mp4 38.18 MB
06 Code User Management Module/004 Code Role Entity, Role Repository and Unit Test.mp4 226.88 MB
06 Code User Management Module/005 Code User Entity, User Repository and Unit Tests.mp4 330.47 MB
06 Code User Management Module/006 Code Users Listing Function.mp4 119.96 MB
06 Code User Management Module/007 Code New User Function.mp4 279.25 MB
06 Code User Management Module/008 Encode User Password.mp4 109.97 MB
06 Code User Management Module/009 Check Uniqueness of User Email.mp4 288.38 MB
06 Code User Management Module/010 Using Fontawesome for Icons.mp4 116.68 MB
06 Code User Management Module/011 Code Update User Function.mp4 233.46 MB
06 Code User Management Module/012 Code Delete User Function.mp4 167.05 MB
06 Code User Management Module/013 Code Update User Enabled Status.mp4 106.06 MB
06 Code User Management Module/014 Code User Photos Upload Function.mp4 471.72 MB
06 Code User Management Module/015 Import Sample Users Data.mp4 59.45 MB
06 Code User Management Module/016 Code Pagination for Users List.mp4 340.87 MB
06 Code User Management Module/017 Code Sorting for Users List.mp4 180.73 MB
06 Code User Management Module/018 Code Filter Function for Users List.mp4 268.9 MB
06 Code User Management Module/019 Code Refactor #1.mp4 141.28 MB
06 Code User Management Module/020 Code Export Users to CSV.mp4 184.62 MB
06 Code User Management Module/021 Code Export Users to Excel.mp4 298.68 MB
06 Code User Management Module/022 Code Export Users to PDF.mp4 190.74 MB
06 Code User Management Module/023 Update Users Listing for Mobile.mp4 233.31 MB
06 Code User Management Module/024 Test Users Listing on iPhone.mp4 67.91 MB
06 Code User Management Module/025 Key Notes #2.mp4 18.62 MB
07 Code User Authentication/001 Understand Requirement for User Authentication.mp4 4.51 MB
07 Code User Authentication/002 Code User Login Page.mp4 125.17 MB
07 Code User Authentication/003 Code User Authentication.mp4 137.65 MB
07 Code User Authentication/004 Show User's Full Name and Logout Link.mp4 83.64 MB
07 Code User Authentication/005 Code Logout Function.mp4 70.32 MB
07 Code User Authentication/006 Code Refactor #2.mp4 111.4 MB
07 Code User Authentication/007 Enable Remember Me for Login.mp4 91.03 MB
07 Code User Authentication/008 Code Update Account Details.mp4 328.86 MB
07 Code User Authentication/009 Test User Authentication on iPhone.mp4 65.85 MB
07 Code User Authentication/010 Key Notes #3.mp4 11.96 MB
08 Code User Authorization/001 Understand Requirement for User Authorization.mp4 10.12 MB
08 Code User Authorization/002 Code User Authorization Basics.mp4 104.25 MB
08 Code User Authorization/003 Code Refactor #3.mp4 105.14 MB
08 Code User Authorization/004 Test User Authorization on Smartphone.mp4 70.34 MB
09 Show Custom Error Pages and Configure Logging/001 Code Custom Error Pages.mp4 67.55 MB
09 Show Custom Error Pages and Configure Logging/002 Configure Logging for Admin application.mp4 236.15 MB
10 Code Category Management Module/001 Understand Requirement of Category Module.mp4 11.65 MB
10 Code Category Management Module/002 Understand Technical Design for Category Module.mp4 7.42 MB
10 Code Category Management Module/003 Code Category Entity and Repository.mp4 56.1 MB
10 Code Category Management Module/004 Code Unit Tests for Category Repository.mp4 244.89 MB
10 Code Category Management Module/005 Exercise_ Write Initial Code for Listing Categories.mp4 17.4 MB
10 Code Category Management Module/006 Code Category Form.mp4 171.1 MB
10 Code Category Management Module/007 Code Create Category Function.mp4 174.32 MB
10 Code Category Management Module/008 List Categories in Hierarchical Form.mp4 227.38 MB
10 Code Category Management Module/009 Exercise_ Code Update Category Function.mp4 42.27 MB
10 Code Category Management Module/010 Check Uniqueness of Category.mp4 418.09 MB
10 Code Category Management Module/011 Code Sort Function for Categories List.mp4 192.22 MB
10 Code Category Management Module/012 Exercise_ Code Update Category Enabled Status.mp4 17.01 MB
10 Code Category Management Module/013 Exercise_ Code Delete Category Function.mp4 49.05 MB
10 Code Category Management Module/014 Code Pagination for Categories List.mp4 191.09 MB
10 Code Category Management Module/015 Code Filter Function for Categories List.mp4 136.09 MB
10 Code Category Management Module/016 Import Sample Categories Data.mp4 33.82 MB
10 Code Category Management Module/017 Exercise_ Code Export Categories to CSV.mp4 19.75 MB
10 Code Category Management Module/018 Exercise_ Make Categories Listing Page Fully Responsive.mp4 20.74 MB
10 Code Category Management Module/019 Code Refactor #4.mp4 203.55 MB
10 Code Category Management Module/020 Key Notes #4.mp4 4.13 MB
11 Code Brand Management Module/001 Understand Requirement of Brand Module.mp4 6.19 MB
11 Code Brand Management Module/002 Understand Technical Design for Brand Module.mp4 7.32 MB
11 Code Brand Management Module/003 Code Brand Entity and Repository.mp4 58.1 MB
11 Code Brand Management Module/004 Exercise_ Code Unit Tests for Brand Repository.mp4 26.52 MB
11 Code Brand Management Module/005 Exercise_ Code Listing Brands.mp4 30.65 MB
11 Code Brand Management Module/006 Exercise_ Code Brand Form.mp4 34.65 MB
11 Code Brand Management Module/007 Code Category Selection in Brand Form.mp4 75.65 MB
11 Code Brand Management Module/008 Exercise_ Code Create, Update and Delete Brand Function.mp4 57.45 MB
11 Code Brand Management Module/009 Exercise_ Check Uniqueness of Brand.mp4 36.93 MB
11 Code Brand Management Module/010 Import Sample Brands Data.mp4 34.64 MB
11 Code Brand Management Module/011 Exercise_ Code Pagination, Sort and Filter for Brands Listing.mp4 29.07 MB
11 Code Brand Management Module/012 Exercise_ Make Brands Page Fully Responsive.mp4 19.97 MB
11 Code Brand Management Module/013 Code Refactor #5.mp4 59.26 MB
11 Code Brand Management Module/014 Key Notes #5.mp4 2.87 MB
12 Code Product Management Module/001 Understand Requirement of Product Module.mp4 17.41 MB
12 Code Product Management Module/002 Understand Technical Design for Product Module.mp4 10.85 MB
12 Code Product Management Module/003 Code Product Entity and Repository.mp4 89.94 MB
12 Code Product Management Module/004 Code Unit Tests for Product Repository.mp4 173.78 MB
12 Code Product Management Module/005 Code Products Listing Page.mp4 109.59 MB
12 Code Product Management Module/006 Code Product Overview Form.mp4 356.08 MB
12 Code Product Management Module/007 Code Product Form Description and Shipping.mp4 153.75 MB
12 Code Product Management Module/008 Code Save Product Function.mp4 63.94 MB
12 Code Product Management Module/009 Exercise_ Check Uniqueness of Product.mp4 31.96 MB
12 Code Product Management Module/010 Exercise_ Update Product Enabled Status.mp4 27.37 MB
12 Code Product Management Module/011 Exercise_ Code Delete Product.mp4 23.86 MB
12 Code Product Management Module/012 Start Coding Upload Product Images.mp4 105.58 MB
12 Code Product Management Module/013 Code Upload Product's Main Image.mp4 154.7 MB
12 Code Product Management Module/014 Code Add Extra Images on Product Form.mp4 314.41 MB
12 Code Product Management Module/015 Code Upload Product's Extra Images.mp4 150.35 MB
12 Code Product Management Module/016 Exercise_ Code Product Detail Entity Class.mp4 24.02 MB
12 Code Product Management Module/017 Code Add Details (Specs) on Product Form.mp4 178.33 MB
12 Code Product Management Module/018 Code Save Product's Details (Specs).mp4 66.56 MB
12 Code Product Management Module/019 Code Edit Product Function.mp4 427.57 MB
12 Code Product Management Module/020 Code Update Product Function.mp4 436.73 MB
12 Code Product Management Module/021 Code View Product Details in Modal Dialog.mp4 279.48 MB
12 Code Product Management Module/022 Import Sample Products Data.mp4 73.33 MB
12 Code Product Management Module/023 Code Pagination, Sort and Filter for Products Page.mp4 151.16 MB
12 Code Product Management Module/024 Update Category Module for Product Search.mp4 86.46 MB
12 Code Product Management Module/025 Code Filter Products by Category.mp4 318.17 MB
12 Code Product Management Module/026 Code Authorization for Product Module.mp4 325.39 MB
12 Code Product Management Module/027 Exercise_ Make Products Listing Page Fully Responsive.mp4 31.11 MB
12 Code Product Management Module/028 Code Refactor #6.mp4 105.3 MB
12 Code Product Management Module/029 Key Notes #6.mp4 5.46 MB
13 Code Listing Products for Customers/001 Understand Requirement and Design of Products Listing.mp4 18.2 MB
13 Code Listing Products for Customers/002 Code Home Page for Shopping Application.mp4 184.38 MB
13 Code Listing Products for Customers/003 Code Listing Categories in Home Page.mp4 120.15 MB
13 Code Listing Products for Customers/004 Code Listing Products in Category.mp4 493.93 MB
13 Code Listing Products for Customers/005 Code Product Details Page.mp4 392.55 MB
13 Code Listing Products for Customers/006 Code Product Images Slideshow.mp4 300.33 MB
13 Code Listing Products for Customers/007 Code Search Products Function.mp4 301.32 MB
13 Code Listing Products for Customers/008 Key Notes #7.mp4 5.82 MB
14 Code Settings Module/001 Understand Requirement and Design of Settings Module.mp4 9.48 MB
14 Code Settings Module/002 Code Setting Entity, Repository and Unit Tests.mp4 128.76 MB
14 Code Settings Module/003 Code Currency Entity, Repository and Unit Tests.mp4 32.79 MB
14 Code Settings Module/004 Code Manage General Settings.mp4 625.26 MB
14 Code Settings Module/005 Apply General Settings for Shopping Application.mp4 353.36 MB
14 Code Settings Module/006 Exercise_ Code Repository Layer for Country and State.mp4 30.25 MB
14 Code Settings Module/007 Code Controller Layer for Country.mp4 395.91 MB
14 Code Settings Module/008 Code Manage Countries.mp4 499.47 MB
14 Code Settings Module/009 Exercise_ Code Controller Layer for State_Province.mp4 30.94 MB
14 Code Settings Module/010 Exercise_ Code Manage States_Provinces.mp4 42.71 MB
14 Code Settings Module/011 Import Sample Data for Countries and States.mp4 32.15 MB
14 Code Settings Module/012 Code Refactor #7.mp4 123.09 MB
14 Code Settings Module/013 Key Notes #8.mp4 14.57 MB
15 Code Customer Registration/001 Understand Requirement and Design of Customer Registration.mp4 13.35 MB
15 Code Customer Registration/002 Exercise_ Code Repository Layer for Customer.mp4 36.33 MB
15 Code Customer Registration/003 Code Customer Registration Form.mp4 375.03 MB
15 Code Customer Registration/004 Code Manage E-mail Settings.mp4 280.9 MB
15 Code Customer Registration/005 Code Send Verification Email.mp4 309.31 MB
15 Code Customer Registration/006 Code Verify Customer Account.mp4 94.92 MB
15 Code Customer Registration/007 Test Customer Registration on Smartphone.mp4 18.79 MB
15 Code Customer Registration/008 Code Refactor #8.mp4 80.96 MB
15 Code Customer Registration/009 Key Notes #9.mp4 4.92 MB
16 Code Customer Management Module/001 Understand Requirement and Design of Customer Module.mp4 14 MB
16 Code Customer Management Module/002 Exercise_ Code Customer Management Module.mp4 88.51 MB
16 Code Customer Management Module/003 Import Sample Customers Data.mp4 41.27 MB
16 Code Customer Management Module/004 Code Refactor #9 (Part 1).mp4 339.83 MB
16 Code Customer Management Module/005 Code Refactor #9 (Part 2).mp4 433.7 MB
17 Code Customer Authentication/001 Understand Requirement and Design of Customer Authentication.mp4 6.39 MB
17 Code Customer Authentication/002 Exercise_ Code Customer Login and Logout.mp4 95.53 MB
17 Code Customer Authentication/003 Update Authentication Type of Customer.mp4 104.52 MB
17 Code Customer Authentication/004 Understand OAuth 2.0.mp4 29.49 MB
17 Code Customer Authentication/005 Code Login with Google.mp4 444.87 MB
17 Code Customer Authentication/006 Code Login with Facebook.mp4 145.12 MB
17 Code Customer Authentication/007 Code Update Customer's Details.mp4 500.42 MB
17 Code Customer Authentication/008 Code Forgot Password Function.mp4 531.7 MB
17 Code Customer Authentication/009 Test Customer Authentication on Smartphone.mp4 27.87 MB
17 Code Customer Authentication/010 Code Refactor #10.mp4 108.07 MB
17 Code Customer Authentication/011 Key Notes #10.mp4 2.88 MB
18 Code Shopping Cart Module/001 Understand Requirement and Design of Shopping Cart Module.mp4 16.75 MB
18 Code Shopping Cart Module/002 Code Repository Layer for Shopping Cart.mp4 247.7 MB
18 Code Shopping Cart Module/003 Code Quantity Control Component.mp4 165.43 MB
18 Code Shopping Cart Module/004 Code Add Product to Shopping Cart.mp4 322.37 MB
18 Code Shopping Cart Module/005 Code View Shopping Cart.mp4 343.16 MB
18 Code Shopping Cart Module/006 Code Update Product Quantity.mp4 269.51 MB
18 Code Shopping Cart Module/007 Code Remove Product from Shopping Cart.mp4 259.64 MB
18 Code Shopping Cart Module/008 Format Currency in Shopping Cart.mp4 130.52 MB
18 Code Shopping Cart Module/009 Test Shopping Cart on Smartphone.mp4 46.18 MB
18 Code Shopping Cart Module/010 Code Refactor #11.mp4 77.45 MB
18 Code Shopping Cart Module/011 Key Notes #11.mp4 53.07 MB
19 Code Shipping Rates Management Module/001 Understand Requirement and Design of Shipping Rates Module.mp4 14.95 MB
19 Code Shipping Rates Management Module/002 Exercise_ Code Shipping Rates Management Module.mp4 85.76 MB
19 Code Shipping Rates Management Module/003 Import Sample Data for Shipping Rates.mp4 16.21 MB
20 Code Address Book Module/001 Understand Requirement and Design of Address Book Module.mp4 20.73 MB
20 Code Address Book Module/002 Exercise_ Code Repository Layer for Address Book.mp4 66.01 MB
20 Code Address Book Module/003 Code Address Book Listing.mp4 284.99 MB
20 Code Address Book Module/004 Exercise_ Code Add, Edit and Delete Address.mp4 115.52 MB
其他位置