首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Python Django - The Practical Guide

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-8-31 13:07 2024-5-21 06:53 52 10.67 GB 226
二维码链接
[FreeCourseSite.com] Udemy - Python Django - The Practical Guide的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Getting Started/001 Introduction.mp425.07MB
  2. 01 - Getting Started/002 What is Django.mp426.01MB
  3. 01 - Getting Started/003 The Course Prerequisites.mp49.96MB
  4. 01 - Getting Started/004 What's Inside the Course.mp414.6MB
  5. 01 - Getting Started/007 Choose Your Course Path!.mp47.06MB
  6. 02 - Course Setup/001 Module Introduction.mp41.68MB
  7. 02 - Course Setup/002 Installing Python & Django.mp440.22MB
  8. 02 - Course Setup/003 Creating a Django Project.mp44.72MB
  9. 02 - Course Setup/004 Installing an IDE.mp439.78MB
  10. 02 - Course Setup/005 Analyzing the Created Project.mp462.39MB
  11. 02 - Course Setup/006 Starting a Development Server.mp423.01MB
  12. 02 - Course Setup/007 Django Apps.mp425.08MB
  13. 02 - Course Setup/008 Analyzing the Created Project.mp47.16MB
  14. 03 - URLs & Views/001 Module Introduction.mp45.56MB
  15. 03 - URLs & Views/002 Creating a New Project.mp49.81MB
  16. 03 - URLs & Views/003 What are URLs & Views.mp418.73MB
  17. 03 - URLs & Views/004 Creating a First View & URL.mp459.78MB
  18. 03 - URLs & Views/005 Adding More Views & URLs.mp425.26MB
  19. 03 - URLs & Views/006 Dynamic Path Segments & Captured Values.mp4123.69MB
  20. 03 - URLs & Views/007 Path Converters.mp423.95MB
  21. 03 - URLs & Views/008 Adding More Dynamic View Logic.mp457.58MB
  22. 03 - URLs & Views/009 Redirects.mp460.55MB
  23. 03 - URLs & Views/010 The Reverse Function & Named URLs.mp4174.38MB
  24. 03 - URLs & Views/011 Returning HTML.mp436.51MB
  25. 03 - URLs & Views/012 Practicing URLs, Views & Dynamic View Logic.mp4165.91MB
  26. 03 - URLs & Views/013 Summary.mp463.54MB
  27. 04 - Templates & Static Files/001 Module Introduction.mp419.32MB
  28. 04 - Templates & Static Files/002 Adding & Registering Templates.mp4204.35MB
  29. 04 - Templates & Static Files/003 Rendering Templates.mp446.36MB
  30. 04 - Templates & Static Files/004 Template Language & Variable Interpolation.mp447.69MB
  31. 04 - Templates & Static Files/005 Exercise Solution.mp420.32MB
  32. 04 - Templates & Static Files/006 Filters.mp426.77MB
  33. 04 - Templates & Static Files/007 The Django Visual Studio Code Extension.mp415.7MB
  34. 04 - Templates & Static Files/008 Tags & the for Tag.mp482.47MB
  35. 04 - Templates & Static Files/009 The URL Tag for Dynamic URLs.mp433MB
  36. 04 - Templates & Static Files/010 The if Tag for Conditional Content.mp456.59MB
  37. 04 - Templates & Static Files/011 Template Inheritance.mp4115.88MB
  38. 04 - Templates & Static Files/012 Exercise Solution.mp48.28MB
  39. 04 - Templates & Static Files/013 Including Partial Template Snippets.mp460.17MB
  40. 04 - Templates & Static Files/015 404 Templates.mp4112.54MB
  41. 04 - Templates & Static Files/016 Adding Static Files.mp484.71MB
  42. 04 - Templates & Static Files/017 Adding Global Static Files.mp462.7MB
  43. 04 - Templates & Static Files/018 Adding CSS Styling.mp494.39MB
  44. 04 - Templates & Static Files/020 Summary.mp432.27MB
  45. 05 - Course Project Building a Blog - The Basics/001 Module Introduction.mp41.82MB
  46. 05 - Course Project Building a Blog - The Basics/003 Planning the Project.mp414.96MB
  47. 05 - Course Project Building a Blog - The Basics/004 Adding URLs & Views.mp4101.77MB
  48. 05 - Course Project Building a Blog - The Basics/005 Adding First Templates.mp447.3MB
  49. 05 - Course Project Building a Blog - The Basics/006 Template Content & Static Files.mp4149.78MB
  50. 05 - Course Project Building a Blog - The Basics/007 Adding Images as Static Files.mp420.57MB
  51. 05 - Course Project Building a Blog - The Basics/008 Adding the All Posts Page & Style.mp4117.94MB
  52. 05 - Course Project Building a Blog - The Basics/009 Linking the Pages.mp430.52MB
  53. 05 - Course Project Building a Blog - The Basics/010 Adding the Single Post Page.mp439.92MB
  54. 05 - Course Project Building a Blog - The Basics/011 Adding Dummy Data to the Views File.mp461.06MB
  55. 05 - Course Project Building a Blog - The Basics/012 Special Template Features & Syntax.mp4190.91MB
  56. 05 - Course Project Building a Blog - The Basics/013 Adding a Single Post Page.mp4100.07MB
  57. 05 - Course Project Building a Blog - The Basics/014 Adding a 404 Page.mp410.83MB
  58. 06 - Data & Models/001 Module Introduction.mp418.53MB
  59. 06 - Data & Models/002 Different Kinds of Data.mp418.88MB
  60. 06 - Data & Models/003 Understanding Database Options.mp412.76MB
  61. 06 - Data & Models/004 Understanding SQL.mp468.11MB
  62. 06 - Data & Models/005 Django Models.mp41.97MB
  63. 06 - Data & Models/006 Creating a Django Model with Fields.mp435.6MB
  64. 06 - Data & Models/007 Migrations.mp459.57MB
  65. 06 - Data & Models/008 Inserting Data.mp419.12MB
  66. 06 - Data & Models/009 Getting all Entries.mp47.48MB
  67. 06 - Data & Models/010 Updating Models & Migrations.mp4154.97MB
  68. 06 - Data & Models/011 Blank vs Null.mp49.04MB
  69. 06 - Data & Models/012 Updating Data.mp428.63MB
  70. 06 - Data & Models/013 Deleting Data.mp44.79MB
  71. 06 - Data & Models/014 Create Instead of Save.mp412.23MB
  72. 06 - Data & Models/015 Querying & Filtering Data.mp447.78MB
  73. 06 - Data & Models/016 or Conditions.mp416.41MB
  74. 06 - Data & Models/017 Query Performance.mp425.79MB
  75. 06 - Data & Models/019 Preparing Templates.mp438.34MB
  76. 06 - Data & Models/020 Rendering Queried Data in the Template.mp415.78MB
  77. 06 - Data & Models/021 Rendering the Details Page.mp4145.82MB
  78. 06 - Data & Models/022 Model URLs.mp432.57MB
  79. 06 - Data & Models/023 Adding a Slugfield & Overwriting Save.mp457.72MB
  80. 06 - Data & Models/024 Using the Slug & Updating Field Options.mp444.5MB
  81. 06 - Data & Models/025 Aggregation & Ordering.mp473.21MB
  82. 06 - Data & Models/026 Summary.mp439.9MB
  83. 07 - Admin/001 Module Introduction.mp46.62MB
  84. 07 - Admin/002 Logging Data Into the Admin Panel.mp420.21MB
  85. 07 - Admin/003 Adding Models to the Admin Area.mp415.66MB
  86. 07 - Admin/004 Configuring Model Fields.mp416.12MB
  87. 07 - Admin/005 Configuring the Admin Settings.mp498.69MB
  88. 07 - Admin/006 More Config Options.mp451.94MB
  89. 08 - Relationships/001 Module Introduction.mp46MB
  90. 08 - Relationships/002 Understanding Relationship Types.mp46.85MB
  91. 08 - Relationships/003 Adding a one-to-many Relation & Migrations.mp471.05MB
  92. 08 - Relationships/004 Working with Relations in Python Code.mp426.85MB
  93. 08 - Relationships/005 Cross Model Queries.mp448.96MB
  94. 08 - Relationships/007 Adding a one-to-one Relation.mp451.2MB
  95. 08 - Relationships/008 One-to-one Python Code.mp420.34MB
  96. 08 - Relationships/009 One-to-one & Admin Config.mp432.29MB
  97. 08 - Relationships/010 Setting-up many-to-many.mp458.32MB
  98. 08 - Relationships/011 Using many-to-many in Python.mp425.86MB
  99. 08 - Relationships/012 Many-to-many in Admin.mp422.99MB
  100. 08 - Relationships/014 Summary.mp420.28MB
  101. 09 - Course Project - Building a Blog Data & Models/001 Module Introduction.mp416.43MB
  102. 09 - Course Project - Building a Blog Data & Models/002 Planning the Data Models.mp412.23MB
  103. 09 - Course Project - Building a Blog Data & Models/003 Adding a Post Model.mp444.91MB
  104. 09 - Course Project - Building a Blog Data & Models/004 Author Model & one-to-many.mp439.95MB
  105. 09 - Course Project - Building a Blog Data & Models/005 Tag Model many-to-many.mp415.85MB
  106. 09 - Course Project - Building a Blog Data & Models/006 Registering Models for Admin.mp44.28MB
  107. 09 - Course Project - Building a Blog Data & Models/007 Migrations & Admin Login.mp417.12MB
  108. 09 - Course Project - Building a Blog Data & Models/008 Adding Data via Admin.mp459.99MB
  109. 09 - Course Project - Building a Blog Data & Models/009 Configuring the Admin Panel.mp461.31MB
  110. 09 - Course Project - Building a Blog Data & Models/010 Fetching Posts for Starting Page.mp4103.07MB
  111. 09 - Course Project - Building a Blog Data & Models/011 All Post & Single Post Pages.mp485.67MB
  112. 09 - Course Project - Building a Blog Data & Models/012 Using Author & Tags Data.mp4169.15MB
  113. 09 - Course Project - Building a Blog Data & Models/013 Summary.mp410.09MB
  114. 10 - Forms/001 Module Introduction.mp42.77MB
  115. 10 - Forms/002 Starting Setup.mp416.84MB
  116. 10 - Forms/003 Adding a Dummy Form.mp418.98MB
  117. 10 - Forms/004 Get & Post Requests.mp449.12MB
  118. 10 - Forms/005 CSRF Protection.mp470.85MB
  119. 10 - Forms/006 Handling Form Submission & Extracting Data.mp462.4MB
  120. 10 - Forms/007 Manual Form Validation & the Problems with that.mp441.88MB
  121. 10 - Forms/008 Using the Django Form Class.mp457.53MB
  122. 10 - Forms/009 Validation with Django Forms.mp420.5MB
  123. 10 - Forms/010 Customizing the Form Controls.mp473.88MB
  124. 10 - Forms/011 Customizing the Rendered HTML.mp428.92MB
  125. 10 - Forms/012 Adding Styling.mp4100.63MB
  126. 10 - Forms/013 Adding More Form Controls.mp4120.77MB
  127. 10 - Forms/014 Storing Form Data in a Database.mp457.66MB
  128. 10 - Forms/015 Introducing Modelforms.mp444.25MB
  129. 10 - Forms/016 Configuring the Modelform.mp427.8MB
  130. 10 - Forms/017 Saving Data with a Modelform.mp426.05MB
  131. 10 - Forms/018 Class Based Views.mp495.94MB
  132. 10 - Forms/019 Summary.mp461.47MB
  133. 11 - Class Views/001 Module Introduction.mp43.17MB
  134. 11 - Class Views/002 Adding Templates.mp415.36MB
  135. 11 - Class Views/003 TemplateView.mp440.93MB
  136. 11 - Class Views/004 Using the TemplateView.mp426.46MB
  137. 11 - Class Views/005 Showing a Detail Template.mp427.41MB
  138. 11 - Class Views/006 The ListView.mp449.07MB
  139. 11 - Class Views/007 DetailView.mp424.76MB
  140. 11 - Class Views/008 When to Use Which View.mp414.02MB
  141. 11 - Class Views/009 FormView.mp470.43MB
  142. 11 - Class Views/010 CreateView.mp433.91MB
  143. 12 - File Uploads/001 Module Introduction.mp42.43MB
  144. 12 - File Uploads/002 Starting Setup.mp44.52MB
  145. 12 - File Uploads/003 Making the File Upload Work.mp4103.71MB
  146. 12 - File Uploads/004 Storing Uploaded Files Naive Approach.mp432.26MB
  147. 12 - File Uploads/005 Adding a Form with a Filefield.mp430.54MB
  148. 12 - File Uploads/006 Using Models for File Storage.mp4110.02MB
  149. 12 - File Uploads/007 Using an Imagefield.mp411.31MB
  150. 12 - File Uploads/008 Using a CreateView.mp418.44MB
  151. 12 - File Uploads/009 Working with the File Field.mp420.82MB
  152. 12 - File Uploads/010 Serving Uploaded Files.mp443.51MB
  153. 12 - File Uploads/011 Summary.mp49.93MB
  154. 13 - Sessions/001 Module Introduction.mp4950.05KB
  155. 13 - Sessions/002 Problem Description.mp47.08MB
  156. 13 - Sessions/003 What are Sessions.mp48.44MB
  157. 13 - Sessions/004 Enabling & Configuring Sessions.mp414.61MB
  158. 13 - Sessions/005 Adding a New View.mp424.01MB
  159. 13 - Sessions/006 Storing Data in Sessions.mp423.58MB
  160. 13 - Sessions/007 Which Kind of Data Should be Stored.mp416.4MB
  161. 13 - Sessions/008 Using Session Data.mp436.46MB
  162. 13 - Sessions/009 Safely Accessing Session Data.mp49.28MB
  163. 13 - Sessions/010 Summary.mp47.2MB
  164. 14 - Course Project Building a Blog - Forms, Files & Sessions/001 Module Introduction.mp44.88MB
  165. 14 - Course Project Building a Blog - Forms, Files & Sessions/002 Adding an Imagefield to the Post Model.mp4102.46MB
  166. 14 - Course Project Building a Blog - Forms, Files & Sessions/003 Serving Uploaded Files.mp477.17MB
  167. 14 - Course Project Building a Blog - Forms, Files & Sessions/004 Converting Views to Class Based.mp4158.64MB
  168. 14 - Course Project Building a Blog - Forms, Files & Sessions/008 Handling Comment Form Submission.mp4234.23MB
  169. 14 - Course Project Building a Blog - Forms, Files & Sessions/009 Comment Form Validation Styles.mp4121.34MB
  170. 14 - Course Project Building a Blog - Forms, Files & Sessions/010 Outputting Comments.mp455.63MB
  171. 14 - Course Project Building a Blog - Forms, Files & Sessions/011 Styling the Comments.mp422.43MB
  172. 14 - Course Project Building a Blog - Forms, Files & Sessions/012 Comment Admin.mp424.43MB
  173. 14 - Course Project Building a Blog - Forms, Files & Sessions/013 Read Later Starting Setup.mp480.71MB
  174. 14 - Course Project Building a Blog - Forms, Files & Sessions/014 Managing Read Later via Session.mp493.68MB
  175. 14 - Course Project Building a Blog - Forms, Files & Sessions/015 Read Later Page & Styling.mp437.25MB
  176. 14 - Course Project Building a Blog - Forms, Files & Sessions/016 Finishing the Read Later Feature.mp448.37MB
  177. 15 - Deployment/001 Module Introduction.mp42.09MB
  178. 15 - Deployment/002 Deployment Considerations.mp419.39MB
  179. 15 - Deployment/003 Which Database.mp47.64MB
  180. 15 - Deployment/004 Django & Web Servers.mp418.96MB
  181. 15 - Deployment/005 Serving Static Files.mp418.7MB
  182. 15 - Deployment/006 Choosing a Hosting Provider.mp417.95MB
  183. 15 - Deployment/007 Getting Started & Revisiting Settings.mp4108.14MB
  184. 15 - Deployment/008 Collecting Static Files.mp428.21MB
  185. 15 - Deployment/009 Serving Static Files.mp411.12MB
  186. 15 - Deployment/010 A Note About Migrations.mp44.85MB
  187. 15 - Deployment/011 Locking in Dependencies.mp449.47MB
  188. 15 - Deployment/013 Using Environment Variables.mp436.39MB
  189. 15 - Deployment/014 Deploying with Elastic Beanstalk.mp498.22MB
  190. 15 - Deployment/015 SSL & Custom Domains.mp444.99MB
  191. 15 - Deployment/016 Connecting PostgreSQL.mp4232.38MB
  192. 15 - Deployment/017 Serving Static Files Separately.mp473.04MB
  193. 15 - Deployment/018 Serving Static Files via S3.mp4111.89MB
  194. 15 - Deployment/019 Moving File Uploads to S3.mp456.35MB
  195. 15 - Deployment/020 Summary.mp49.58MB
  196. 16 - Optional Django Summary & Quick Introduction/001 Module Introduction.mp46.11MB
  197. 16 - Optional Django Summary & Quick Introduction/002 What & Why.mp414.59MB
  198. 16 - Optional Django Summary & Quick Introduction/003 Setup & Analyzing the Project Folder.mp466.53MB
  199. 16 - Optional Django Summary & Quick Introduction/004 Working with Apps.mp49.9MB
  200. 16 - Optional Django Summary & Quick Introduction/005 URLs & Views.mp448.64MB
  201. 16 - Optional Django Summary & Quick Introduction/006 Getting Started with Templates.mp425.54MB
  202. 16 - Optional Django Summary & Quick Introduction/007 Static Files & First Steps with the Django Template Language.mp448.64MB
  203. 16 - Optional Django Summary & Quick Introduction/008 Key Django Template Language Features & Tags.mp460.09MB
  204. 16 - Optional Django Summary & Quick Introduction/009 Using What we Learned.mp448.71MB
  205. 16 - Optional Django Summary & Quick Introduction/010 Adding a Detail Page.mp462.59MB
  206. 16 - Optional Django Summary & Quick Introduction/011 Dynamic Paths.mp473.29MB
  207. 16 - Optional Django Summary & Quick Introduction/012 Dynamic URLs in Templates.mp436.36MB
  208. 16 - Optional Django Summary & Quick Introduction/013 Using Template Inheritance.mp4186.84MB
  209. 16 - Optional Django Summary & Quick Introduction/014 Includes.mp433.9MB
  210. 16 - Optional Django Summary & Quick Introduction/015 What is Data.mp413MB
  211. 16 - Optional Django Summary & Quick Introduction/016 Getting Started with Models.mp463.6MB
  212. 16 - Optional Django Summary & Quick Introduction/017 Using the Admin Panel.mp421.37MB
  213. 16 - Optional Django Summary & Quick Introduction/018 Querying Data.mp451.76MB
  214. 16 - Optional Django Summary & Quick Introduction/019 Adding Image Upload.mp4104.85MB
  215. 16 - Optional Django Summary & Quick Introduction/020 Serving & Displaying Images.mp491.16MB
  216. 16 - Optional Django Summary & Quick Introduction/021 Configuring the Admin Area.mp472.45MB
  217. 16 - Optional Django Summary & Quick Introduction/023 many-to-many Relations.mp494.44MB
  218. 16 - Optional Django Summary & Quick Introduction/024 More Meetup Fields & Outputting Related Data.mp493.62MB
  219. 16 - Optional Django Summary & Quick Introduction/025 Creating a Modelform.mp439.43MB
  220. 16 - Optional Django Summary & Quick Introduction/026 Handling Form Submission.mp4147.12MB
  221. 16 - Optional Django Summary & Quick Introduction/027 More on Form Submission & Validation.mp469.03MB
  222. 16 - Optional Django Summary & Quick Introduction/028 From Modelform to Form.mp450.67MB
  223. 16 - Optional Django Summary & Quick Introduction/029 Polishing Organizer Email.mp454.26MB
  224. 16 - Optional Django Summary & Quick Introduction/030 Optimizing URLs.mp426.33MB
  225. 16 - Optional Django Summary & Quick Introduction/031 Wrap Up.mp410.67MB
  226. 17 - Bonus/001 Course Roundup.mp421.74MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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