首页 磁力链接怎么用

[GigaCourse.Com] Udemy - Python Django - The Practical Guide

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

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

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