首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
[FreeCourseLab.com] Udemy - Learn PHP Symfony 4 Hands-On Creating Real World Application
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2018-10-22 13:01
2024-11-20 11:59
349
6.74 GB
108
磁力链接
magnet:?xt=urn:btih:2bced0cca16ecf2151f890a596707429c55191ea
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOjJiY2VkMGNjYTE2ZWNmMjE1MWY4OTBhNTk2NzA3NDI5YzU1MTkxZWFaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
FreeCourseLab
com
Udemy
-
Learn
PHP
Symfony
4
Hands-On
Creating
Real
World
Application
文件列表
Lesson 1. Introduction.mp4
22.58MB
Lesson 10. Autowiring, Autoconfiguring services.mp4
44.21MB
Lesson 100. Configuring Apache Virtual Host and using fake SMTP testing server.mp4
42.54MB
Lesson 101. Moving application code to production server using Git & dependencies.mp4
49.55MB
Lesson 102. Running migrations on server and folder permissions.mp4
38.6MB
Lesson 103. Introduction to Continuous Integration & Continuous Deployment.mp4
15.93MB
Lesson 104. Setting up CircleCI (automation server).mp4
63.71MB
Lesson 105. Running our first automation job (running tests).mp4
41.12MB
Lesson 106. Adding deployment SSH key to CricleCI.mp4
6.57MB
Lesson 107. Deployment job and deployment scripts.mp4
104.56MB
Lesson 108. Running the deployment job.mp4
48.17MB
Lesson 11. Public, private services, service aliases.mp4
58.7MB
Lesson 12. Service tags.mp4
51.22MB
Lesson 13. Manual service wiring, parameter binding.mp4
78.39MB
Lesson 14. About controllers.mp4
123.81MB
Lesson 15. About routing.mp4
79.17MB
Lesson 16. Introduction to views (Twig).mp4
75.96MB
Lesson 17. Twig filters & custom Twig extensions.mp4
56.43MB
Lesson 18. Custom error pages using Twig.mp4
44.65MB
Lesson 19. Global variables in Twig.mp4
46.8MB
Lesson 2. About Symfony.mp4
12.31MB
Lesson 20. Handling assets (JavaScript, CSS) using Symfony Encore (and Webpack).mp4
51.5MB
Lesson 21. Installing Bootstrap 4 and compiling assets using Encore (Webpack).mp4
79.11MB
Lesson 22. Doctrine introduction.mp4
84.59MB
Lesson 23. Creating first Entity.mp4
56.02MB
Lesson 24. Creating a database migration.mp4
53.9MB
Lesson 25. Basics of doctrine repository.mp4
89.36MB
Lesson 26. Creating fixtures (database seeding).mp4
47.54MB
Lesson 27. Creating a form and handling form submission.mp4
98.77MB
Lesson 28. Repository find methods and Twig include.mp4
87.46MB
Lesson 29. Repository findBy, form validation, handling Entity changes.mp4
84.53MB
Lesson 3. Tools overview.mp4
22.66MB
Lesson 30. Deleting an Entity and flash messages.mp4
55.08MB
Lesson 31. Doctrine internals (Entity, EntityManager, Unit of Work, Identity Map).mp4
37.74MB
Lesson 32. Security concepts.mp4
27.54MB
Lesson 33. Security component config and HTTP Basic login.mp4
70.34MB
Lesson 34. Creating User entity.mp4
73.21MB
Lesson 35. User Entity fixtures.mp4
89.96MB
Lesson 36. Login form part 1.mp4
81.76MB
Lesson 37. Login form part 2.mp4
103.29MB
Lesson 38. Adding validation to User entity.mp4
66.41MB
Lesson 39. User registration form.mp4
80.92MB
Lesson 4. Setting up Vagrant on Windows.mp4
56.71MB
Lesson 40. User registration controller.mp4
97.45MB
Lesson 41. Assigning user to MicroPost (ManyToOne & OneToMany).mp4
131.46MB
Lesson 42. Fixtures for relations (using references in fixtures).mp4
47.66MB
Lesson 43. Verifying user permissions in Twig (is_granted).mp4
98.39MB
Lesson 44. Adding randomness to fixtures.mp4
61.75MB
Lesson 45. Security Voters introduction.mp4
20.45MB
Lesson 46. Restricting access to edit or delete a micro post using SecurityVoter.mp4
94.29MB
Lesson 47. Securing controller actions and templates using Security Voter.mp4
120.3MB
Lesson 48. Adding an Admin User with all permissions.mp4
120.42MB
Lesson 49. Security role hierarchy.mp4
20.88MB
Lesson 5. Setting up Vagrant on Ubuntu.mp4
27.87MB
Lesson 50. Restricting adding new posts to registered users (many ways of doing that).mp4
58.27MB
Lesson 51. Lazy loading, proxy classes, repository find methods criteria.mp4
96.19MB
Lesson 52. Doctrine Lifecycle Callbacks.mp4
42.8MB
Lesson 53. ManyToMany self-referencing relation (followingfollowers).mp4
86.78MB
Lesson 54. Fetching collections lazily in templates.mp4
72.66MB
Lesson 55. FollowUnfollow functionality (controller, adding Entities to Collections).mp4
148.26MB
Lesson 56. FollowUnfollow functionality (security, verifying uniqueness).mp4
49MB
Lesson 57. Doctrine QueryBuilder - creating queries in OOP manner.mp4
125.77MB
Lesson 58. ArrayCollection vs PersistentCollection vs Collection.mp4
120.05MB
Lesson 59. Creating custom query to fetch users with more than 5 posts.mp4
128.81MB
Lesson 6. Setting up Vagrant on MacOS.mp4
36.57MB
Lesson 60. More on Doctrine Collections (from the database perspective).mp4
27.9MB
Lesson 61. Section introduction.mp4
2.69MB
Lesson 62. ManyToMany relationship for liked posts.mp4
55.93MB
Lesson 63. Likes controller.mp4
94.25MB
Lesson 64. Implementing like functionality through XHR requests (including JavaScript).mp4
143.17MB
Lesson 65. Notifications introduction.mp4
3.76MB
Lesson 66. Doctrine Table Inheritance - base Notification Entity.mp4
75.74MB
Lesson 67. NotificationRepository - fetching notifications unseen by user.mp4
71.12MB
Lesson 68. Unseen notification badge (Twig + JavaScript).mp4
95.59MB
Lesson 69. Doctrine EventSubscriber - saving a notification as a reaction to other events.mp4
154.32MB
Lesson 7. Running Vagrant and creating a new Symfony 4 project.mp4
26.88MB
Lesson 70. Unseen notification list.mp4
92.94MB
Lesson 71. Marking notifications as being read (Doctrine Query Builder UPDATE queries).mp4
100.89MB
Lesson 72. Introduction to EventDispatcher.mp4
15.11MB
Lesson 73. Dispatching an event when user registers.mp4
53.18MB
Lesson 74. EventSubscriber - listening to user register event.mp4
27.48MB
Lesson 75. Sending e-mail after user registers using Swift Mailer.mp4
76.27MB
Lesson 76. E-mail spooling.mp4
24.71MB
Lesson 77. Creating a Mailer class to handle e-mail sending (and generation using Twig).mp4
49.3MB
Lesson 78. Account confirmation (using secure token, confirmation link on e-mail).mp4
141.08MB
Lesson 79. Installing and configuring translation component.mp4
30.13MB
Lesson 8. Symfony project structure overview.mp4
61.39MB
Lesson 80. Using trans Twig filter to translate strings and validation messages translation.mp4
64.55MB
Lesson 81. Translation strings with variables (translating confirmation e-mail with links).mp4
83.27MB
Lesson 82. Translation pluralization (different translation depending on variable).mp4
55.94MB
Lesson 83. Introduction to sessions.mp4
14.86MB
Lesson 84. Storing user sessions in database.mp4
95.27MB
Lesson 85. LocaleSubscriber - keeping user locale (language) in session.mp4
91.03MB
Lesson 86. UserPreferences Entity & OneToOne relation with User Entity.mp4
93.23MB
Lesson 87. Creating new UserPreferences after user registration (responding to event).mp4
65.73MB
Lesson 88. UserLocaleSubscriber - loading user language from DB and keeping in session.mp4
53.16MB
Lesson 89. Introduction to unit testing (using PHPUnit).mp4
9.15MB
Lesson 9. About Service Container.mp4
57.67MB
Lesson 90. Writing first unit test.mp4
69.22MB
Lesson 91. Creating PHPUnit Mocks.mp4
51.76MB
Lesson 92. A more complicated case with testing.mp4
108.28MB
Lesson 93. Creating a GitHub account and adding an SSH key.mp4
33.36MB
Lesson 94. Creating a DigitalOcean droplet.mp4
13.5MB
Lesson 95. First login to virtual server and changing the root password.mp4
8.81MB
Lesson 96. Creating and adding an SSH key to DigitalOcean (and managing SSH keys).mp4
21.97MB
Lesson 97. Installing Apache2 on virtual server.mp4
37.59MB
Lesson 98. Installing PHP 7.2 on virtual server.mp4
25.06MB
Lesson 99. Installing MySQL on virtual server and creating a database.mp4
15.94MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统